Abe Gillespie wrote: > I'm currently stuck while trying to configure glib: > > configure: error: > *** You must have either have gettext support in your C library, or use the > *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html > > This happens regardless of whether I set CPPFLAGS to include the > macports headers for gettext or my personally compiled version of > gettext which I placed in > /Library/Frameworks/Mono.framework/Versions/svn. But, as stated > above, I'd much prefer using macports version of these libs.
You should be able to disable GLib's NLS support by passing --disable-nls or --enable-nls=no to configure. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
