[Qgis-developer] QGIS and platforms

Tom Russo tom.km5vy at gmail.com
Wed Jan 31 22:38:49 EST 2007


On 1/31/07, Oleg Gusev <oleg at crista.uni-wuppertal.de> wrote:
> Am Mittwoch, 31. Januar 2007 00:49 schrieb Martin Dobias:
> >
> > I'd like to ask you to try to build and run QGIS from SVN trunk in
> > case you're running a something other than Windows, Mac or Linux
> >
> Hi Martin,
>
>   i get a lot of compilation warnings on  Linux-AMD64,
>   but all "viewer" features are working as with the older
>   versions.

I have been able to build qgis svn trunk with cmake on Ubuntu 6.10
with "cmake -DGRASS_PREFIX=/usr/local/grass-6.3.cvs ."


Unfortunately, while I was able to configure FreeBSD 5.5 with
"cmake -DGRASS_PREFIX=/usr/local/grass-6.3.cvs
-DQT_QMAKE_EXECUTABLE=/usr/local/Trolltech/Qt-4.2.2/bin/qmake ."
it failed to link because the options necessary to pull in pthreads
weren't automagically detected.  With the autogen.sh version I would
simply have done:

 ./autogen.sh --with-projdir=/usr/local
--with-grass=/usr/local/grass-6.3.cvs
--with-qtdir=/usr/local/Trolltech/Qt-4.2.2

configure has a special case for freebsd that adds -lpthread to
QT_LIBS, not exactly sure at first pass how to force that through
cmake.

-- 
Tom Russo    KM5VY   SAR502   DM64ux          http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236 http://kevan.org/brain.cgi?DDTNM
"And, isn't sanity really just a one-trick pony anyway? I mean all you get is
 one trick, rational thinking, but when you're good and crazy, oooh, oooh,
 oooh, the sky is the limit!"  --- The Tick



More information about the Qgis-developer mailing list