On Mon, May 22, 2006 at 11:28:47AM -0700, Russell Jackson wrote: > On Sat, May 20, 2006 at 01:58:24PM +0000, Tuomo Valkonen wrote: > > On 2006-05-19, Guillaume R. <[EMAIL PROTECTED]> wrote: > > > private.h:15:21: libintl.h: No such file or directory > > > > Enable -DCF_NO_LOCALE in system.mk, or add paths to separate > > libintl as your libc probably doesn't provide it. > > > > -- > > Tuomo > > > > libintl.h is provied by the gettext port on FreeBSD; however, the > ion-3ds port doesn't look like it depends on it for some reason. Try > installing gettext first before compiling. > > -- > Russell A. Jackson <[EMAIL PROTECTED]>
Replying to myself here. Actually, the port has USE_GETTEXT defined, so it does depend on it. Anyway, it patches system.mk so that /usr/local/lib and /usr/local/include are added to EXTRA_LIBS and EXTRA_INCLUDES respectively. So basically, Tuomo was right. You need to add the paths. :-P -- Russell A. Jackson <[EMAIL PROTECTED]>
