[MonoDevelop] monodevelop .3 compile error

Attila Balogh d0lphin@mail.edu-net.hu
Wed, 05 May 2004 15:10:32 +0200


hello all,

i keep getting the following error (it was the same with 1550):
<error>
 gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"monodevelop\" 
-DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DGETTEXT_PACKAGE=\"monodevelop\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 
-I. -I. -I.. -DGNOMELOCALEDIR=\"/sw/share/locale\" -g -O2 -MT 
gettext-utils.lo -MD -MP -MF .deps/gettext-utils.Tpo -c gettext-utils.c  
-fno-common -DPIC -o .libs/gettext-utils.o
gettext-utils.c:24:21: libintl.h: No such file or directory
make[1]: *** [gettext-utils.lo] Error 1
make: *** [all-recursive] Error 1
</error>

what am i making wrong? my os is mac os x 10.3.3, my mono is uptodate, i 
grabbed it from cvs and recompiled it around an hour ago.

hope that's something obvious, regards;

Attila Balogh