Re: RH8 is a can of worms (trying to compile CVS)
Haavard Kvaalen <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 28 Dec 2002, Juan Carlos Castro y Castro wrote: > After a lot of warnings about deprecated this and that, and malformed > characters here and there, autogen fails with the following message > (even with --disable-nls): Yes, it is a bit tricky at the moment. The main problem is gettext 0.11, but I also checked in a fix today for plugins that would not link properly with automake 1.6. What you need to do, is to replace the gettextize call in autogen.sh with this: gettextize --copy --force --intl --no-changelog After you have run gettextize you need to rename the file po/Makevars.template to po/Makevars At this point you should be able to build properly, I think, but particulary gettext will complain a bit. I'll probably check gettext into cvs eventually, running gettextize from a script does not work very well with new gettext releases. -- Håvard Kvålen