Re: Compiling problems when installing gpc-980420
Igor Perisic wrote:
I get stuck at the compiling of rts-base.p and here is my error message. I included some previous lines since I get something weird with rts-string.c (which is compiled two steps before the rts-base.p):
error> rts-string.c:632: warning: no previous prototype for `_p_val_medcard_nocheck' error> rts-string.c:633: warning: no previous prototype for `_p_val_longcard_nocheck' error> rts-string.c:662: warning: no previous prototype for `_p_val_shortreal' error> rts-string.c:663: warning: no previous prototype for `_p_val_real' error> rts-string.c:664: warning: no previous prototype for `_p_val_longreal'
Sorry, I can't help you with the real problem, but these warnings are normal. I wrote those functions and I was just too lazy to write prototypes for all of them. There are more warnings while compiling the RTS which can be ignored. Frank -- Frank Heckenbach, frank@pascal.gnu.de http://fjf.gnu.de/ PGP keys: http://pgp5.ai.mit.edu/pks/lookup?op=index&search=Frank+Heckenbach
participants (1)
-
Frank Heckenbach