> configure: WARNING: sys/ptem.h: present but cannot be compiled
> configure: WARNING: sys/ptem.h: check for missing prerequisite headers?
> configure: WARNING: sys/ptem.h: proceeding with the preprocessor's result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to [EMAIL PROTECTED] ##
> configure: WARNING:     ## ------------------------------------ ##

That will be fixed in the next version.

> bison -y -d -v ./web2c.y
> conflicts:  1 shift/reduce
> test -f y.tab.c && mv -f y.tab.c y_tab.c
> make[3]: [y_tab.h] Error 1 (ignored)
> test -f y.tab.h && mv -f y.tab.h y_tab.h
> make[3]: [y_tab.h] Error 1 (ignored)
> gcc -DHAVE_CONFIG_H  -I. -I. -I../.. -I../.. -I.. -I./..  -g -O2  -c main.c
> main.c:18:19: y_tab.h: No such file or directory

Strange. bison should habe created the files
  y.tab.h
  y.tab.c
  y.output
and the mv commands
  mv -f y.tab.c y_tab.c
  mv -f y.tab.h y_tab.h
should have renamed them.

It works for me (and I just have installed bison 1.75 to verify this).

Thomas

Reply via email to