bug-oleo
[Top][All Lists]
Advanced

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

Re: problems compiling oleo-1.99.16


From: Pete Wyckoff
Subject: Re: problems compiling oleo-1.99.16
Date: Wed, 30 Oct 2002 20:33:00 -0500

address@hidden said:
> lib/getdate.y is there, defining lots of stuff. I tried commenting 
> things out, but with no success (errors come from different files).
> I have SuSE8.0 and gcc 2.95.3. I dont have (I dont know it) bison.
> 
> Below are results from compilation on Solaris/Sun (the same version of 
> compiler). But I care far more about linux version.

Let's stick with the linux one for now.   The sun problems don't seem to
shed any light (or just hit other problems).

I'm really suspicious about your bison/yacc.  The complied .y files on
the various linux installs here (but no Suse available, unfortunately),
never generate any symbol "yylhs" at all.  That was the one colliding
in your compile.

Can you compare what you get to my results here?  I want to see what
yacc/bison you're using to start:

bigger$ rm src/posixtm.[co] src/parse.[co] lib/getdate.[co]
bigger$ make
..
make[2]: Entering directory `/usr/local/src/oleo/lib'
bison -y   getdate.y && mv y.tab.c getdate.c
conflicts:  13 shift/reduce
if test -f y.tab.h; then \
if cmp -s y.tab.h getdate.h; then rm -f y.tab.h; else mv y.tab.h getdate.h; fi; 
\
else :; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../intl    -g -Wall -c getdate.c
..
/bin/sh ./ylwrap "bison -y" parse.y y.tab.c parse.c y.tab.h parse.h --  -d
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../intl     -g -Wall 
-DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/X11R6/include  
-DBUILD_PREFIX='/usr/local' -c parse.c
..
/bin/sh ./ylwrap "bison -y" posixtm.y y.tab.c posixtm.c y.tab.h posixtm.h --  -d
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../intl     -g -Wall 
-DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/X11R6/include  
-DBUILD_PREFIX='/usr/local' -c posixtm.c
..

Any differences?

                -- Pete




reply via email to

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