Boris Herman wrote:
Hello
I have DLed the newest version listed and the Dec2002 Developer Tools from Apple and have proceeded to work on a more complex project. However, I am unable to compile the source - it gives me this error:
alan.pas: In procedure `f_b': alan.pas:577: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See URL:http://www.gnu-pascal.de/todo.html for instructions.
Any ideas?
Try to increase the stacksize limit (a known problem of Mac OS X), e.g.
[G4:~/gnu/testgpc/alan] adriaan% limit stacksize 2048 [G4:~/gnu/testgpc/alan] adriaan% gpc --automake -o alan alan.pas alan.pas: In procedure `pisi1': alan.pas:713: error: undeclared identifier `arcsin' (first use in this routine) alan.pas:713: error: (Each undeclared identifier is reported only once alan.pas:713: error: for each routine it appears in.) alan.pas: In procedure `pisi2': alan.pas:765: error: undeclared identifier `arcsin' (first use in this routine)
Regards,
Adriaan van Os