On 9/6/05, Jonathan Levi, M.D. <[EMAIL PROTECTED]> wrote: > At 11:38 AM -0400 9/6/05, Alexander K. Hansen wrote: > >On 9/6/05, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: > >> On 9/6/05, Jonathan Levi, M.D. <[EMAIL PROTECTED]> wrote: > >> > At 10:18 AM -0400 9/6/05, Alexander K. Hansen wrote: > > > > >On 9/6/05, Jonathan Levi MD <[EMAIL PROTECTED]> wrote: > ... > > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib -I../lib > >> > -I/sw/include -g -O2 -c rmt.c > >> > gcc -g -O2 -L/sw/lib -o rmt rmt.o ../lib/libtar.a -lintl > >> > Making all in scripts > >> > make[2]: Nothing to be done for `all'. > >> > Making all in po > >> > PATH=../src:$PATH /sw/bin/xgettext --default-domain=hfstar > >>--directory=.. \ > >> > --add-comments --keyword=_ --keyword=N_ \ > >> > --files-from=./POTFILES.in \ > >> > && test ! -f hfstar.po \ > >> > || ( rm -f ./hfstar.pot \ > >> > && mv hfstar.po ./hfstar.pot ) > >> > /sw/bin/xgettext: Non-ASCII string at tests/genfile.c:160. > >> > Please specify the source encoding through > >> --from-code. > >> > mv: cannot stat `hfstar.po': No such file or directory > > > > make[2]: *** [hfstar.pot] Error 1 > ... > > > ...I wonder if this is dependent on the version of > > > xgettext you have installed. What do you get from "xgettext > >> --version"? > > > > >And following up on my own post I get the same failure mode as > >Jonathan and Holger on 10.4.2 as well, with > > > >$ xgettext --version > >xgettext (GNU gettext-tools) 0.14.5 > > Mine is > > xgettext --version > xgettext (GNU gettext-tools) 0.14.2 > > My version might be older because I a) am still using Panther on my > office and laptop computers, and b) am writing this from my office > computer, whose fink installation I'm only updating as I speak. > > The fink package description for GNU gettext-tools lists version > 0.14.2-15 for both the 10.3 unstable tree (which I'm using) and the > 10.4 unstable tree, which I presume Alexander and Holger are using. I > don't know if "0.14.2" is shorthand for "0.14.2-15", or whether my > gettext-tools really does need an update. > > Jonathan >
I'm testing out a newer version--it's not released yet. (and --version doesn't care about the -15; that's a Fink-specific revision that doesn't go into the code) In any case, this suggests that something needs to be done to hfstar to acommodate building against the 0.14.x gettext-tools packages. -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
