Am Samstag, 9. April 2016 11:11:54 UTC+2 schrieb Niklas Mischkulnig: > > Ok, so symlinking gcc to gcc-4.2 fixed that error message, but I have to > feeling that boost isn't really built, ## Now building architecture > x86_64 ## is printed out, and nearly immediately after that mv: rename > ./stage-x86_64/lib/libboost_thread.dylib to > ./stage-x86_64/lib/libboost_thread-1_46.dylib: No such file or directory . > That should be the compiled output boost library, right? >
These Mac scripts needs probably some tweaking. Since they were used last some dependencies have changes. >From boost Hugins needs now only boost::filesystem (instead of boost::thread we are using std::thread) In build-all.sh there are references to glib, lensfun, make, tclap, liblcms which are not needed anymore (maybe also libffi - I don't know which lib is using it). So this needs also some more work. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/0203d3f3-3934-4521-9e89-f3e595e63f90%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
