minor autobuild issues

Bug #1261921 reported by Bruno Postle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Enblend
New
Undecided
Unassigned

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 post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.