Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread Jonathan Levi, M.D.

At 10:18 AM -0400 9/6/05, Alexander K. Hansen wrote:

On 9/6/05, Jonathan Levi MD [EMAIL PROTECTED] wrote:

 At 12:32 PM +0200 9/5/05, Holger Schulz
 [EMAIL PROTECTED] wrote:
 I can't install hfstar, it says
 
 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: Zeichenkette bei tests/genfile.c:160 ist nicht
 ASCII-kodiert.
Bitte die Kodierung des Quelltextes mit 
--from-code angeben.

 mv: rename hfstar.po to ./hfstar.pot: No such file or directory
 make[2]: *** [hfstar.pot] Error 1

 Same for me, except for (N. American) English locale, including after
 a fresh selfupdate.

 OS: 10.3.9.


  Jonathan

For the benefit of the rest of this on this (English-language) list,
can you please post (rather than just describe) the English error
message?


Sorry!

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

Jonathan


---
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread Alexander K. Hansen
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:
   At 12:32 PM +0200 9/5/05, Holger Schulz
   [EMAIL PROTECTED] wrote:
   I can't install hfstar, it says
   
   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: Zeichenkette bei tests/genfile.c:160 ist nicht
   ASCII-kodiert.
  Bitte die Kodierung des Quelltextes mit
 --from-code angeben.
   mv: rename hfstar.po to ./hfstar.pot: No such file or directory
   make[2]: *** [hfstar.pot] Error 1
 
   Same for me, except for (N. American) English locale, including after
   a fresh selfupdate.
 
   OS: 10.3.9.
 
Jonathan
 
 For the benefit of the rest of this on this (English-language) list,
 can you please post (rather than just describe) the English error
 message?
 
 Sorry!
 
 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
 
 Jonathan
 
Much better!   I wonder if this is dependent on the version of
xgettext you have installed.  What do you get from xgettext
--version?

-- 
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread Alexander K. Hansen
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:
At 12:32 PM +0200 9/5/05, Holger Schulz
[EMAIL PROTECTED] wrote:
I can't install hfstar, it says

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: Zeichenkette bei tests/genfile.c:160 ist nicht
ASCII-kodiert.
   Bitte die Kodierung des Quelltextes mit
  --from-code angeben.
mv: rename hfstar.po to ./hfstar.pot: No such file or directory
make[2]: *** [hfstar.pot] Error 1
  
Same for me, except for (N. American) English locale, including after
a fresh selfupdate.
  
OS: 10.3.9.
  
 Jonathan
  
  For the benefit of the rest of this on this (English-language) list,
  can you please post (rather than just describe) the English error
  message?
 
  Sorry!
 
  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
 
  Jonathan
 
 Much better!   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

-- 
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread Jonathan Levi, M.D.

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


---
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread Alexander K. Hansen
On 9/6/05, Jonathan Levi MD [EMAIL PROTECTED] wrote:
 At 12:32 PM +0200 9/5/05, Holger Schulz
 [EMAIL PROTECTED] wrote:
 I can't install hfstar, it says
 
 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: Zeichenkette bei tests/genfile.c:160 ist nicht
 ASCII-kodiert.
Bitte die Kodierung des Quelltextes mit --from-code 
  angeben.
 mv: rename hfstar.po to ./hfstar.pot: No such file or directory
 make[2]: *** [hfstar.pot] Error 1
 
 Same for me, except for (N. American) English locale, including after
 a fresh selfupdate.
 
 OS: 10.3.9.
 
 Jonathan
 
 

For the benefit of the rest of this on this (English-language) list,
can you please post (rather than just describe) the English error
message?

-- 
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread Alexander K. Hansen
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread David R. Morrison
On Sep 6, 2005, at 11:26 AM, Jonathan Levi, M.D. wrote:At 11:38 AM -0400 9/6/05, Alexander K. Hansen wrote:  And following up on my own post I get the same failure mode asJonathan and Holger on 10.4.2 as well, with$ xgettext --versionxgettext (GNU gettext-tools) 0.14.5 Mine isxgettext --versionxgettext (GNU gettext-tools) 0.14.2My 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.Not to worry; Alexander has installed my experimental package for gettext 0.14.5, which will be released shortly.  Most users are still using 0.14.2 (if on the unstable tree).  -- Dave

Re: [Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-06 Thread Jonathan Levi MD

At 5:35 PM -0700 9/6/05, David R. Morrison wrote:

On Sep 6, 2005, at 11:26 AM, Jonathan Levi, M.D. wrote:
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.




Not to worry; Alexander has installed my experimental package for 
gettext 0.14.5, which will be released shortly.  Most users are 
still using 0.14.2 (if on the unstable tree).


Thanks. But do we need to wait for the release of gettext 0.14.5 
(which, I assume, will contain gettext-tools 0.14.5) to install 
hfstar, or should we be able to install hfstar with the current 
gettext-tools? Or is the release of gettext 0.14.5 so immanent that 
we should just wait, regardless? --Jonathan



---
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: [Fink-beginners] Problem installing hfstar

2005-09-05 Thread Jonathan Levi MD
At 12:32 PM +0200 9/5/05, Holger Schulz 
[EMAIL PROTECTED] wrote:

I can't install hfstar, it says

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: Zeichenkette bei tests/genfile.c:160 ist nicht 
ASCII-kodiert.

  Bitte die Kodierung des Quelltextes mit --from-code angeben.
mv: rename hfstar.po to ./hfstar.pot: No such file or directory
make[2]: *** [hfstar.pot] Error 1


Same for me, except for (N. American) English locale, including after 
a fresh selfupdate.


OS: 10.3.9.

Jonathan


---
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
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users