[Qgis-developer] Errors in OS X script

John C. Tull john.tull at wildnevada.org
Mon Nov 15 10:57:05 EST 2010


Hi William,

It appears that some script components in, at least, the MinSizeRel build are not working. They seem to be expecting a directory in the application bundle that is not present. The following is at the end of the 'make install' command:

-- Updating QGIS library paths...
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)
install_name_tool: can't open file: /Applications/QGIS.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi (No such file or directory)

My cmake command is this:
cmake -D CMAKE_INSTALL_PREFIX=/Applications -D CMAKE_BUILD_TYPE=Release -D CMAKE_BUILD_TYPE=MinSizeRel -D WITH_INTERNAL_SPATIALITE=FALSE ..

Cheers,
John


More information about the Qgis-developer mailing list