[MonoDevelop] Compile failure on MacOSX (Intel)

"Andrés G. Aragoneses [ knocte ] "Andrés G. Aragoneses [ knocte ]
Wed Jan 24 07:27:45 EST 2007


Tschopp Gilles escribió:
> I've found the cause of this compiling failure.
> 
>>From the Makefile on "po" directory, the following lines were empty :
> 
> GMSGFMT =
> MSGFMT =
> 
> I've corrected them like this :
> 
> GMSGFMT = /sw/bin/msgfmt
> MSGFMT = /sw/bin/msgfmt
> 
> But I don't have any idea why they were left empty.

Perhaps this paths are generated by autoconf, using a macro or something 
(I am just trying to understand all of this autotools stuff). So perhaps 
you need that macro on Mac and you don't have it.

I guess the problem lies around these lines in configure.in, not sure...:

dnl Intl
ALL_LINGUAS="cs da de es fr ja_JP pt_BR tr pl it zh_TW zh_CN ru sl_SI ca"
GETTEXT_PACKAGE=monodevelop
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
AM_GLIB_GNU_GETTEXT

Regards,

	Andrés	[ knocte ]

-- 






More information about the Monodevelop-list mailing list