hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #04727
[Bug 1261921] [NEW] minor autobuild issues
Public bug reported:
I'm building the default mercurial branch and noticed a couple of minor
problems with the autotools build:
enblend-enblend.o fails because there is no dependency on signature.h,
so I get this error:
enblend.cc:69:23: fatal error: signature.h: No such file or directory
The workaround is to:
cd src; make signature.h
Next I get:
make[1]: *** No rule to make target `layer_selection/liblayersel.a',
needed by `enblend'. Stop.
So I have to do this:
cd src/layer_selection; make liblayersel.a
After that it seems ok.
** Affects: enblend
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/1261921
Title:
minor autobuild issues
Status in Enblend:
New
Bug description:
I'm building the default mercurial branch and noticed a couple of
minor problems with the autotools build:
enblend-enblend.o fails because there is no dependency on signature.h,
so I get this error:
enblend.cc:69:23: fatal error: signature.h: No such file or
directory
The workaround is to:
cd src; make signature.h
Next I get:
make[1]: *** No rule to make target `layer_selection/liblayersel.a',
needed by `enblend'. Stop.
So I have to do this:
cd src/layer_selection; make liblayersel.a
After that it seems ok.
To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1261921/+subscriptions
Follow ups
References