Re: [gtk-list] gtk+ 1.1.8 compile problem
- From: Yukihiro Nakai <nakai TokyoNet AD JP>
- To: gtk-list redhat com, bryner uiuc edu
- Subject: Re: [gtk-list] gtk+ 1.1.8 compile problem
- Date: Thu, 17 Dec 1998 11:22:39 +0900
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]