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 19:34:04 -0600
User-agent: Microsoft-Entourage/11.2.3.060209

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. 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?

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

Mike

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

> Hello All,
> 
> With some spare time this week, I'd like to try and see if I can get
> gnubg working on Solaris again.  I downloaded the 20060405 tree, and
> attempted to build it here.  configure succeeded, but then I run into
> some compile errors, which I have no idea if they are specific to this
> tree, or perhaps something else.  Here is a (gratuitous) log:  Any help
> is appreciated.
> 
> 
> Eli Dayan
> 
> 
> make  all-recursive
> make[1]: Entering directory `/home/eli/gnubg'
> Making all in intl
> make[2]: Entering directory `/home/eli/gnubg/intl'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/eli/gnubg/intl'
> Making all in lib
> make[2]: Entering directory `/home/eli/gnubg/lib'
> source='buffer.c' object='buffer.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c buffer.c
> source='dynarray.c' object='dynarray.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c dynarray.c
> source='event.c' object='event.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c event.c
> "event.c", line 368: warning: statement not reached
> source='fifo.c' object='fifo.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c fifo.c
> source='hash.c' object='hash.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c hash.c
> source='heap.c' object='heap.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c heap.c
> source='list.c' object='list.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c list.c
> source='neuralnet.c' object='neuralnet.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c neuralnet.c
> source='mt19937ar.c' object='mt19937ar.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c mt19937ar.c
> source='isaac.c' object='isaac.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c isaac.c
> source='md5.c' object='md5.o' libtool=no \
> DEPDIR=.deps depmode=none /bin/bash ../depcomp \
> cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -c md5.c
> rm -f libevent.a
> ar cru libevent.a buffer.o dynarray.o event.o fifo.o hash.o heap.o
> list.o neuralnet.o mt19937ar.o isaac.o md5.o
> ranlib libevent.a
> make[2]: Leaving directory `/home/eli/gnubg/lib'
> Making all in doc
> make[2]: Entering directory `/home/eli/gnubg/doc'
> Updating ./version.texi
> restore=: && backupdir=".am$$" && \
> am__cwd=`pwd` && cd . && \
> rm -rf $backupdir && mkdir $backupdir && \
> for f in gnubg.info gnubg.info-[0-9] gnubg.info-[0-9][0-9] gnubg.i[0-9]
> gnubg.i[0-9][0-9]; do \
>   if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> done; \
> cd "$am__cwd"; \
> if /bin/bash /home/eli/gnubg/missing --run makeinfo   -I . \
>  -o gnubg.info gnubg.texi; \
> then \
>   rc=0; \
>   cd .; \
> else \
>   rc=$?; \
>   cd . && \
>   $restore $backupdir/* `echo "./gnubg.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> 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)
> cd . && /bin/bash /home/eli/gnubg/missing --run makeinfo --xml `echo
> gnubg.texi | sed 's,.*/,,'` -o gnubg.xml
> cp /usr/local/share/texinfo/texinfo.dtd ./
> cp: cannot access /usr/local/share/texinfo/texinfo.dtd
> make[2]: [gnubg.xml] Error 2 (ignored)
> make[2]: Leaving directory `/home/eli/gnubg/doc'
> Making all in met
> make[2]: Entering directory `/home/eli/gnubg/met'
> make[2]: Leaving directory `/home/eli/gnubg/met'
> Making all in po
> make[2]: Entering directory `/home/eli/gnubg/po'
> test -z "da.gmo de.gmo address@hidden en_US.gmo ja.gmo it.gmo fr.gmo is.gmo
> tr.gmo cs.gmo ru.gmo" || make da.gmo de.gmo address@hidden en_US.gmo ja.gmo
> it.gmo fr.gmo is.gmo tr.gmo cs.gmo ru.gmo
> make[3]: Entering directory `/home/eli/gnubg/po'
> 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
> da.po:4406: parse error
> da.po:5162: keyword "msgid_plural" unknown
> da.po:5161: missing `msgstr' section
> da.po:5162: parse error
> da.po:5636: keyword "msgid_plural" unknown
> da.po:5635: missing `msgstr' section
> da.po:5636: parse error
> da.po:7076: keyword "msgid_plural" unknown
> da.po:7075: missing `msgstr' section
> da.po:7076: parse error
> da.po:9419: keyword "msgid_plural" unknown
> da.po:9418: missing `msgstr' section
> da.po:9419: parse error
> da.po:10024: keyword "msgid_plural" unknown
> da.po:10023: missing `msgstr' section
> too many errors, aborting
> make[3]: *** [da.gmo] Error 1
> make[3]: Leaving directory `/home/eli/gnubg/po'
> make[2]: *** [stamp-po] Error 2
> make[2]: Leaving directory `/home/eli/gnubg/po'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/eli/gnubg'
> make: *** [all] Error 2
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Bug-gnubg mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gnubg
> 






reply via email to

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