|
Subject: Re: [GRASS-user] GRASS 6.2.0 on Gentoo Newsgroups: gmane.comp.gis.grass.user Date: 2006-11-02 23:30:37 GMT (2 years, 34 weeks, 5 days, 18 hours and 24 minutes ago) Luca Casagrande wrote: > Here you can found the ebuild for GENTOO system: > > http://bugs.gentoo.org/show_bug.cgi?id=153796 A couple of brief comments regarding dependencies: 1. PROJ isn't an optional dependendency. Although the --with-proj switch remains, its setting is ignored. If you don't have PROJ, configure will fail. 2. There is no point having separate Tcl and Tk dependencies. If you use --with-tcltk, you need both, so there's no point having a separate "tcl" USE flag. 3. It's debatable whether ncurses is really an optional dependency. The --without-curses flag is only useful if you're willing to accept a significantly cut-down version of GRASS. Also, note that using this flag will cause the build to fail, in the sense that it will return a non-zero exit status (the build system doesn't attempt to conditionalise the components which require curses). 4. The x11-terms/mlterm dependency for NLS is unnecessary. The NLS support just allows the use of message catalogues via gettext. If you're in an ISO-8859-1 locale, GRASS' NLS will work fine with the standard xterm. -- Glynn Clements <glynn <at> gclements.plus.com> _______________________________________________ grassuser mailing list grassuser <at> grass.itc.it http://grass.itc.it/mailman/listinfo/grassuser |
|
|