cello
Registered
I've been trying to compile GAIM for OS X and I've been having issues. I was able to get gtk to work by setting the CFLAGS variable to -traditional-cpp. (I got gtk from www.darwinfo.org/ports.shtml ). Anyhow, ./configure on GAIM worked, but then when I tried to make it, it gave me these errors:
In file included from ../../src/multi.h:26,
from yay.c:40:
../../src/gaim.h:104: libintl.h: No such file or directory
make[3]: *** [yay.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
Obviously it can't find libintl.h. Any suggestions?
In file included from ../../src/multi.h:26,
from yay.c:40:
../../src/gaim.h:104: libintl.h: No such file or directory
make[3]: *** [yay.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
Obviously it can't find libintl.h. Any suggestions?