Hi, congrats on your effort to port to Mac! I've made the first Hugin port to FreeBSD in 2004 and now Greg Lehey maintains it. It can be a hard work.
>From the Hugin FreeBSD ports page <http://www.freebsd.org/cgi/ports.cgi?query=hugin&stype=all> I've clicked in the vigra dependency <http://www.freebsd.org/cgi/ports.cgi?query=^vigra-1.11.0&stype=name> and then on its Long description <http://svnweb.freebsd.org/ports/head/graphics/vigra/pkg-descr?revision=HEAD> to reach the Vigra page <http://ukoethe.github.io/vigra/>, where you can see some binaries available to Mac. Maybe it will suppress the need to compile it as a dependency. I've mentioned the FreeBSD ports page as another alternative to search for the dependencies in a place where they're all mapped already. Good luck, Carlos E G Carvalho (Cartola) http://cartola.org/360 http://www.panoforum.com.br/ 2016-04-13 12:37 GMT-03:00 Niklas Mischkulnig <[email protected]>: > Hello again, > > > I copied the include, bin and lib files from the homebrew packages, but > now it's Xcode: > > When compiling the "vigra_impex Framework", this is the error; > > no such file or directory: > '/Users/niklas/development/test/src/foreign/vigra/vigra_impex/bmp.cxx' > > The whole vigra folder is missing (was removed in 2011 > http://hg.code.sf.net/p/hugin/hugin/rev/9e26ccb0d3d0 ). Does someone know > why there is still something in the XCode project? Downloading the source > gives the errors on the screenshot. > > > The whole mac thing seems to be really outdated. > > Am Sonntag, 10. April 2016 17:29:12 UTC+2 schrieb Niklas Mischkulnig: >> >> Anyone an idea? >> >> Here is the full output: >> https://gist.github.com/mischnic/a40fc98594af70256e95559112fe87ef >> >> Am Samstag, 9. April 2016 23:57:54 UTC+2 schrieb Niklas Mischkulnig: >>> >>> I got most of the required deps compiled, but enblend still resists: >>> >>> In file included from enblend.cc:147: >>> In file included from ./common.h:39: >>> In file included from >>> /Users/niklas/development/hugin/mac/ExternalPrograms/repository/include/boost/lambda/lambda.hpp:23: >>> /Users/niklas/development/hugin/mac/ExternalPrograms/repository/include/boost/lambda/detail/operator_return_type_traits.hpp:835:65: >>> *error: reference to 'map' is ambiguous* >>> struct plain_return_type_2<other_action<subscript_action>, std::map<Key, >>> T, Cmp, Allocator>, B> { >>> ~~~~~^ >>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:830:29: >>> note: candidate found by name lookup is 'std::__1::map' >>> class _LIBCPP_TYPE_VIS_ONLY map >>> ^ >>> /Users/niklas/development/hugin/mac/ExternalPrograms/repository/include/boost/detail/container_fwd.hpp:87:73: >>> note: candidate found by name lookup is 'std::map' >>> template <class Key, class T, class Compare, class Allocator> class >>> map; >>> >>> ^ >>> >>> >>> Am Samstag, 9. April 2016 16:19:55 UTC+2 schrieb T. Modes: >>>> >>>> >>>> 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/1079014f-8c6c-43b0-a780-45a3d4671ba1%40googlegroups.com > <https://groups.google.com/d/msgid/hugin-ptx/1079014f-8c6c-43b0-a780-45a3d4671ba1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CALW1f7i2cQtvw98YCHJEKcgdhKHM3FDqTfZffTtsGy0VTZ8ffg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
