[Qgis-developer] Problem building on Mac

Tom Elwertowski telwertowski at comcast.net
Sat May 10 14:14:16 EDT 2008


Hi Marco,

Perhaps the file src/mac/Contents/Info.plist.in has been corrupted. It should be an xml text file. The script is trying to replace @VERSION, @SVNVERSION and @SHORTVERSION with versions from qgsconfig.h and gsqsvnversion.h

It works for me ;-) using an unmodified rendercontext branch.

Tom


Hugentobler Marco wrote:
> Hi Mac Gurus,
> 
> I'm trying to compile QGIS on a Mac (the rendercontext branch). The build stops close to the end with the following message:
> 
> make -f src/mac/Contents/CMakeFiles/Info.plist.dir/build.make src/mac/Contents/CMakeFiles/Info.plist.dir/build
> cd /Users/marco/src/qgis_rendercontext/build/src/mac/Contents && "VERSION=\`grep" VERSION /Users/marco/src/qgis_rendercontext/build/qgsconfig.h | sed -e s/#define\ VERSION\ // -e s/\"//g ` && SVNVERSION=`grep QGSSVNVERSION /Users/marco/src/qgis_rendercontext/build/qgssvnversion.h | sed -e s/#define\ QGSSVNVERSION\ // -e s/\"//g ` && sed -e s/@VERSION/$VERSION/ -e s/@SHORTVERSION/$VERSION/ -e s/@SVNVERSION/$SVNVERSION/ < /Users/marco/src/qgis_rendercontext/src/mac/Contents/Info.plist.in > Info.plist
> /bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> make[2]: *** [src/mac/Contents/CMakeFiles/Info.plist] Error 2
> make[1]: *** [src/mac/Contents/CMakeFiles/Info.plist.dir/all] Error 2
> make: *** [all] Error 2
> 
> 
> What am I doing wrong?
> 
> Regards,
> Marco
> 
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
> 



More information about the Qgis-developer mailing list