"clayton rollins" <[EMAIL PROTECTED]> wrote:
On Apr. 20, 2004, Thomas Schuerger <[EMAIL PROTECTED]> wrote:
Hi,
on FreeBSD GtkG's Configure script does not find the files required for NLS. The script "findhdr" only searches for include files in /usr/include instead of also in /usr/local/include. libintl.h resides in /usr/local/include (as it is not part of the FreeBSD base system), so the Configure script thinks NLS is not available.
Greetings, Thomas.
Hi,
IIRC, this is also the case with ICU support.
I fixed this wrt the FreeBSD ports system, but it does still occur with cvs, etc. You can define it during Configure (compile options: -I/usr/local/include); the port uses a configure argument: -I/usr/local/include. (Which I can't find documented, and forget where I got the idea to do it that way :).)
Crap! Brainfart.
Christian's correct. it's -Dccflags='${CFLAGS}
-I/usr/local/include/'
(or whatever's proper for your shell.)
Likely could be fixed in Configure; I just never thought to submit a tracker item on it.
Regards, Clayton Rollins
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar � get it now! http://toolbar.msn.com/go/onm00200415ave/direct/01/
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
