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?
Am Samstag, 9. April 2016 10:41:12 UTC+2 schrieb Niklas Mischkulnig: > > I have gcc-5 installed via homebrew(similar to fink), how can I set the > script to use that? CC=gcc-5 CXX=g++-5 ../../scripts/boost.sh doesn't do > anything > > Am Samstag, 9. April 2016 01:28:56 UTC+2 schrieb Cartola: >> >> I don't have a Mac, but have worked giving support to a server a long >> time ago. There is a project called FINK that makes opensource packages for >> Mac. It is a place where you will maybe find a gcc/g++ to install on Mac. >> >> http://www.finkproject.org/ >> >> >> Carlos E G Carvalho (Cartola) >> http://cartola.org/360 >> http://www.panoforum.com.br/ >> >> 2016-04-08 17:11 GMT-03:00 Niklas Mischkulnig <[email protected]>: >> >>> I compiled it successfully using cmake and homebrew's libraries, but >>> building the external programs ( >>> http://wiki.panotools.org/Build_a_MacOSX_Universal_Hugin_bundle_with_Xcode#Building_the_.22External_Programs.22), >>> >>> i.e. boost, doesn't really work ( for example: *sh: g++-4.2: command >>> not found* ) >>> >>> Maybe there is someone who can help out. >>> >>> Am Donnerstag, 7. April 2016 12:19:48 UTC+2 schrieb zarl: >>>> >>>> Hi Niklas, >>>> >>>> the panotools wiki has an article about building a bundle for OS X: >>>> >>>> < >>>> http://wiki.panotools.org/Build_a_MacOSX_Universal_Hugin_bundle_with_Xcode> >>>> >>>> >>>> >>>> Maybe this is of help for you. It would be great to add what's needed >>>> for a proper workflow on your version of OS X. >>>> >>>> Thanks, >>>> Carl >>>> >>>> Niklas Mischkulnig wrote on 06.04.16 21:33: >>>> > I am working on it >>>> > >>>> > Am Samstag, 2. April 2016 14:28:25 UTC+2 schrieb Cartola: >>>> > Probably there is no volunteer with enough skills and/or time and/or >>>> > the platforms to do the job on those platforms. Could you help? >>>> >>> -- >>> 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/ccfbe1c7-9f36-4dbd-bfce-f6a4d566fbdc%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/hugin-ptx/ccfbe1c7-9f36-4dbd-bfce-f6a4d566fbdc%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/28c2c766-f298-4f1e-9bcb-58dafac344ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
