[Qgis-developer] more fun with 0.8 compiling on OS X

Kirk R. Wythers kwythers at umn.edu
Thu Jun 8 15:34:51 EDT 2006


searchstringparser?

Thanks Tom for the tips about configure. Now that I'm past that I am  
pulling (what little) hair I have left over this one:

barbaloot:~/src/qgis_unstable kwythers$ make
make  all-recursive
Making all in src
Making all in core
bison -y  -d qgssearchstringparser.yy
qgssearchstringparser.yy:110: invalid input: ;
make[3]: *** [qgssearchstringparser.cc] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I did the "comment out the $QTDIR/lib/libQtTest.la and remove or  
comment the line beginning dependency_libs=" step in /usr/local/ 
Trolltech/Qt-4.1.3/

The config script returned:

==========================================
qgis 0.8.0
------------------------------------------
GDAL/OGR      : yes (Version 1.3.0)
GEOS          : yes (Version 2.1.2)
PostgreSQL    : yes (Version 8.0.3)
GRASS         : yes
SPIT          : yes
Georeferencer : yes
GPS/GPX       : yes
PROJ4         : yes
SQLITE3       : yes
Python        : no

Debug         : no
Plugin dir    : ${exec_prefix}/lib/qgis

The binary will be installed in /Users/kwythers/src/qgis_stable_07/ 
src/qgis.app/Contents/MacOS

The build is using Qt in /usr/local/Trolltech/Qt-4.1.3
Linking with Qt using -Xlinker -F/usr/local/Trolltech/Qt-4.1.3/lib - 
framework Qt3Support -framework QtCore -framework QtGui -framework  
QtNetwork -framework QtXml -framework QtSvg -L/usr/local/Trolltech/ 
Qt-4.1.3/lib -lQtDesigner -lQtTest
------------------------------------------
Configure finished, type 'make' to build.


and $QTDIR is set to:

###################################
# Qt4 environment
###################################

QTDIR=/usr/local/Trolltech/qt-mac-opensource-src-4.1.3
PATH=/usr/local/Trolltech/Qt-4.1.3/bin:$PATH
DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
export QTDIR PATH MANPATH DYLD_LIBRARY_PATH




More information about the Qgis-developer mailing list