[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-grass-general] gdal/grass -- need your comments



On Tue, 2004-11-30 at 00:33, Hamish wrote:
> > Just an observation:
> > 
> > +        --with-freetype --with-readline --with-nls --with-dbm \
> > +        --without-glw --without-odbc \
> > +        --without-blas --without-lapack --without-dbm \
> > 
> >     --without-dbm wins which is correct :-)
> > 
> > +                    --with-blas-libs=/usr/lib/atlas \
> > +                    --with-lapack-libs=/usr/lib/atlas \
> > 
> > No need to put in these dependencies, no code is using that.
> 
> 
> also,
> 
> Any use for --with-dbm or --without-dbm was removed about a year ago
> IIRC, just omit.

ok

> why --without-odbc? unixodbc-dev package is in build-depends.

ok, using --with-odbc

> why --without-glw? xlibmesa-gl-dev package is in build-depends.

The --with-glw test doesn't pass. I've blown away the config.log but it
was something about not finding /usr/X11R6/include/X11/GLw/GLwMDrawA.h.
That file is not provided by any Debian package. I haven't explored why
not, or even what it would normally be provided by. A GLw X module?
/usr/X11R6/include/GL/GLwMDrawA.h is there though.

> suggestion:
>     --with-tcltk-includes=/usr/include/tcl8.3 \
>     --with-postgres-includes=/usr/include/postgresql \
>     --with-motif --with-motif-includes=/usr/X11R6/include \

Motif is in the non-free section of Debian, so I'll leave that out.

>     --with-readline --with-gdal --with-cxx --with-glw \
>     --with-freetype --with-freetype-includes=/usr/include/freetype2 \
>     --with-nls
> 
> 
> maybe --with-gdal is redundant now.




Reply to: