Summary: | glib-2.6 cannot configure, missing gettext even though gettext is installed | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | vnv_lain |
Component: | Mac OSX | Assignee: | Gentoo for Mac OS X <ppc-macos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kevin |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | PPC | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
vnv_lain
2005-05-12 16:21:55 UTC
gettext has a 'hidden' USE flag: ppc-macos. add ppc-macos to your USE flags, re-emerge gettext, then glib will get past the configure step. (I then get a link error on glib, but that's another bug) Everything in your emerge --info looks just fine. Try re-emerging gettext and if it doesn't work, then post back here. This is a gettext, rather than a glib issue. you have to emerge gettext with the nls useflag active, otherwise you will miss the messages handling library (libintl), which is needed on non glibc systems. In fact it's the check for libintl.h which fails. gettext-0.14.4.ebuild force '--enable-nls' on non glibc systems, so you won't need to bother anymore when it will become stable. 0.14.4 has been made stable. Should fix the problem. |