[MonoDevelop] monodevelop .3 compile error

Attila Balogh d0lphin@mail.edu-net.hu
Wed, 05 May 2004 23:23:48 +0200


John Luke wrote:

>On Wed, 2004-05-05 at 15:10 +0200, Attila Balogh wrote:
>  
>
>>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;
>>
>>    
>>
>
>Not that I have any idea that MonoDevelop fully works on the Mac, but
>you seem to be missing intltool and perhaps gettext that you might be
>able to get from fink or something.
>
>  
>
i do have gettext from fink and also intltool, and libintl.h is in 
/sw/include, and i have a line in my makefile that says: 
BASE_DEPENDENCIES_CFLAGS = -D_THREAD_SAFE -DORBIT2=1 -I/sw/include 
-I/sw/ ...

any other ideas?