[Qgis-developer] svn 6419 does not compile.

Martin Dobias wonder.sk at gmail.com
Thu Jan 11 04:47:32 EST 2007


On 1/11/07, Oleg Gusev <oleg at crista.uni-wuppertal.de> wrote:
> Am Mittwoch, 10. Januar 2007 23:42 schrieben Sie:
> >
> > Just to make sure: are you using cmake to build trunk?
> >
> No,  i've run
> ./configure --with-grass=/usr/local/grass-6.3.cvs
> --with-qtdir=/usr/local/Trolltech/Qt-4.2.2
> Is it broken now ?

Yes, currently it's broken. Please use CMake instead. You'll find
instructions for building with it just few threads back in qgis-dev
list.

In your case it should look like this:
cmake . -DGRASS_PREFIX=/usr/local/grass-6.3.cvs
make && make install

Martin



More information about the Qgis-developer mailing list