bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] compile issues with 20060405 tree


From: Michael Petch
Subject: Re: [Bug-gnubg] compile issues with 20060405 tree
Date: Wed, 05 Apr 2006 20:14:31 -0600
User-agent: Microsoft-Entourage/11.2.3.060209

One other thing you may wish to try is rerun ./configure with this option
added   --with-included-gettext  . I'm not sure that option still works but
it use to.
 

On 4/5/06 8:04 PM, "Eli Dayan" <address@hidden> wrote:

> Hi Mike,
> 
> Michael Petch wrote:
>> Looking at a couple things I am curious about this:
>> 
>>     if [ -n "gnuplot" ]; then \
>>     gnuplot annealing.gp && \
>>     tr -d '\f' < anneal.txt > ./annealing.txt; fi
>>     if [ -n "" -a -n "" -a -n "" ]; then \
>>      -portrait -xsize 1024 annealing.eps; \
>>      0.5 < annealing.eps001.ppm |  > \
>>             ./annealing.png; fi
>>     rm annealing.eps001.ppm
>>     annealing.eps001.ppm: No such file or directory
>>     make[2]: [annealing.png] Error 2 (ignored)
>> 
>> First off, do you have gnuplot on your system? That probably explains the
>> ppm file not being generated.
> Yes -- version 3.7, which lives in /opt/sfw/bin (which is in my PATH)
> 
> 
> 
> 
>> Next:
>> 
>>     cp /usr/local/share/texinfo/texinfo.dtd ./
>>     cp: cannot access /usr/local/share/texinfo/texinfo.dtd
>> 
>> I'm not sure but I am wondering is there a texinfo.dtd in that directory,
>> and if so do you have proper permissions to read it?
>> 
>>   
> There is no such directory.  I have a texinfo.dtd
> here: /opt/sfw/teTeX/share/texinfo/texinfo.dtd
> 
> for some reason.
> 
>> As for this error:
>> 
>>     rm -f da.gmo && /opt/sfw/bin/msgfmt -c --statistics -o da.gmo da.po
>>     da.po:4367: keyword "msgid_plural" unknown
>>     da.po:4366: missing `msgstr' section
>>     da.po:4367: parse error
>>     da.po:4406: keyword "msgid_plural" unknown
>>     da.po:4405: missing `msgstr' section
>> 
>> You need a version of gettext that supports plural. I seem to recall someone
>> asking about this before and maybe it was yourself. What version are you
>> using. I think you need at least 0.14.1
>> 
>>   
> Apparently Solaris ships with non-gnu gettext.  Having both installed on
> my system, it defaults to using the non-gnu one, which I guess does not
> support plurals.  Since there is no way to get around this through
> configure, I can just temporarily rename it to see if things move forward.
> 
> Thanks for your help.
> 
> Eli
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]