Hi Niklas, Am Samstag, 14. Mai 2016 19:51:23 UTC+2 schrieb Niklas Mischkulnig: > > Recently, I have been trying to compile the self contained bundle using > cmake, one problem is that the "built-in" libraries(celeste, huginbase, > basewx, ...) all have a install name like @rpath/libhuginbase.0.0.dylib . > Because of that the PackageMacAppBundleLibs.sh script doesn't know where to > copy it from. Do you know how I can set cmake to use the absolute path? >
no, I don't know. Maybe setting CMAKE_INSTALL_PREFIX to a path and then run "make install". Then all libs and executables are copied to CMAKE_INSTALL_PREFIX. Or you could test CPack inside CMake. As far as I understand CPack can also create Mac bundles. But I don't know the details. It may require some more changes to CMakeLists.txt. here is what consistently happens when I only around move the cursor in the > two boxes(see attachment) in the layout view using the new build from cmake > This should be fixed in repository. Thomas -- 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/1fc1de17-f311-4e2f-ba69-9a704970af2e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
