On Mon, 17 May 2004, Waldek Hebisch wrote:
Frank Heckenbach writes:
I have uploaded a new beta version of GPC to http://www.gnu-pascal.de/beta/.
This version contains mostly bugfixes and only few and smaller new features. Therefore, if no serious bugs will be found in the next fews days, it can be recommended for production work.
[..]
That is a Makefile problem: I had to remove 'stamp-error-gpi' in RTS build directory after I modified 'error.pas'. The following should help :
--- gpc-20040516/p/Make-lang.in.bb Mon May 17 12:16:51 2004 +++ gpc-20040516/p/Make-lang.in Mon May 17 12:17:21 2004 @@ -1199,7 +1199,8 @@
RTSSTAGESTUFF=p/rts/*.o p/rts/*.lo p/rts/*.gpi p/rts/*.gpd \ p/rts/config.cache p/rts/config.log p/rts/config.status p/rts/Makefile \
- p/rts/rts-config.h p/rts/rts-config.inc p/rts/needed-options
- p/rts/rts-config.h p/rts/rts-config.inc p/rts/needed-options \
- p/rts/stamp-error-gpi
pascal.stage1: $(srcdir)/p/script/mkdir-p stage1/p/rts
Applied above patch. went ok. However, using gcc-3.4.0 (it worked last time) ran into problems starting with config-lang.in. Tried deleteing a portion to get to the "make bootstrap". It started but quit on error so gave up.
Will take another look next week.
Russ