Re: [gtk-list] gtk+ 1.1.8 compile problem



bryner> Making all in po
bryner> make[2]: Entering directory `/files/home/bryner/rpm/BUILD/gtk+-1.1.8/po'
bryner> make[2]: *** No rule to make target `deNONE', needed by `all-yes'. 
bryner> Stop.
bryner> make[2]: Leaving directory `/files/home/bryner/rpm/BUILD/gtk+-1.1.8/po'
bryner> make[1]: *** [all-recursive] Error 1
bryner> make[1]: Leaving directory `/files/home/bryner/rpm/BUILD/gtk+-1.1.8'
bryner> make: *** [all-recursive-am] Error 2
bryner> 
bryner> I've successfully compiled GTK+ versions prior to this one, so something
bryner> has changed since 1.1.7. Anyone know what's happening?

It seems to be some bug and I happened to the same on FreeBSD.
I don't know where is originally wrong but you can avoid that with
changing po/Makefile.

GMSGFMT = PATH=../src:$$PATH msgfmt
MSGFMT = /usr/local/bin/msgfmt
XGETTEXT = PATH=../src:$$PATH xgettext
MSGMERGE = PATH=../src:$$PATH msgmerge

and

CATALOGS = de.mo pt.mo
CATOBJEXT = .mo

--------------
Yukihiro Nakai



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]