Hello,
the following works with develbranch6 on Ubuntu 9.10:
CFLAGS="-g -Wall" ./configure \
--with-cxx --with-freetype=yes \
--with-postgres=no \
--with-sqlite=yes \
--enable-largefile=yes \
--with-tcltk-includes=/usr/include/tcl8.4 \
--with-freetype-includes=/usr/include/freetype2 \
--with-python=/usr/bin/python2.6-config \
--with-wxwidgets=yes \
--with-nls --enable-largefile \
--with-proj-share=/usr/share/proj \
--with-geos=yes \
--with-sqlite3=yes \
--with-ecw=yes \
--with-readline
With GRASS trunk I only receive errors.
What do I need to adjust?
Thanks in advance & kind regards,
Timmie
neteler
2
On Tue, Feb 16, 2010 at 10:17 PM, Tim Michelsen
<timmichelsen@gmx-topmail.de> wrote:
Hello,
the following works with develbranch6 on Ubuntu 9.10:
CFLAGS="-g -Wall" ./configure \
--with-cxx --with-freetype=yes \
--with-postgres=no \
--with-sqlite=yes \
--enable-largefile=yes \
--with-tcltk-includes=/usr/include/tcl8.4 \
--with-freetype-includes=/usr/include/freetype2 \
--with-python=/usr/bin/python2.6-config \
--with-wxwidgets=yes \
--with-nls --enable-largefile \
--with-proj-share=/usr/share/proj \
--with-geos=yes \
--with-sqlite3=yes \
--with-ecw=yes \
--with-readline
With GRASS trunk I only receive errors.
What do I need to adjust?
We cannot guess these errors
please post the first of them...
Markus
We cannot guess these errors
please post the first of them...
just drop my post.
I forgot to run
make distclean before make ;-(