According to Clyde Meli:
Now I attempted to compile the beta but I ran into problems again, this time with parse.y (I've recompiled bison again - version 1.25 - from what I tried to check I found it should be the latest version) and using the new parse.h which you gave me. Now I got the following errors: [...] parse.y:752: warning: implicit declaration of function `pedwarn' parse.y:755: warning: implicit declaration of function `initialize_module' parse.y:756: `current_module' undeclared (first use this function)
This looks for me as if your `parse.c' does not include the correct header files. Maybe your `bison' behaves different than mine and stores `#include's in `parse.h' rather than `parse.c', so my version of `parse.h' does not work with your `parse.c'?
To proceed, I suggest to `mv' away `parse.c' and my `parse.h' and to reconstruct both with your `bison'. Also check which files your `parse.c' does `#include'.
Hope this helps a little, :-/
Peter
Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [971005] maintainer GNU Pascal [971001] - http://home.pages.de/~gnu-pascal/ [971005]