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" <[EMAIL PROTECTED]> 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 > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
