> private.h:15:21: error: libintl.h: No such file or directory
> output.c: In function 'fallback_warn':
> output.c:116: warning: implicit declaration of function 'dgettext'
> output.c :116: warning: incompatible implicit declaration of built-in
> function 'dgettext'
> make[1]: *** [output.o] Error 1
> make: *** [subdirs] Error 2
>
> I don't really understand why it doesn't find libintl.h. When I run locate
> libintl.h I get:
>
> /opt/local/include/libintl.h
Add to the CFLAGS:
-I/opt/local/include
(in system.mk, 137th line)

Zsolt

Reply via email to