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 _______________________________________________ Mailing list: https://launchpad.net/~hugin-devs Post to : hugin-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~hugin-devs More help : https://help.launchpad.net/ListHelp