Hi Thomas, I got the cmake-build completely working, so that the bundles are built after make (without CPack but with add_executable(... MACOSX_BUNDLE ...)). The layout view works fine now. A few questions concerning changes I made while updating the self contained cmake build: What do you think about PTBatcherGui and HuginStitchProject opening files (see my post from 17:10)? Are these missing endl's in Executor.cpp intentional (see attached patch)? Can I include "hugin_config.h" in src/hugin1/base_wx/wxPlatform.h to include the MAC_SELF_CONTAINED_BUNDLE definition in files like Executor.cpp?
https://drive.google.com/uc?export=download&id=0B_seRjFxxDleN2V2VDVnS0hoSXc Niklas Am Dienstag, 17. Mai 2016 19:08:20 UTC+2 schrieb T. Modes: > > 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/b258b6a1-8221-4899-b47b-4a9e6b593b48%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
