Peter N Lewis wrote:
I downloaded the GPC build from Adriaan, applied [...] gpc.diff-gale1
and did a configure, make bootstrap and got the following error:
/Users/peter/unix/gpc/gpc-3.3d6-sources/gpc-20030507/gcc/p/rts/filename.pas:159: error: cannot evaluate this expression from a global declaration /Users/peter/unix/gpc/gpc-3.3d6-sources/gpc-20030507/gcc/p/rts/filename.pas:159: error: cannot call routine from a global declaration make[3]: *** [filename.o] Error 1 make[2]: *** [pascal.rts] Error 2 make[1]: *** [stage2_build] Error 2 make: *** [bootstrap] Error 2
Oh yeah, this "set different in a constant" problem again, in another form.
Until we can fix it better, just undo the changes in expressions.c and declarations.c in the gale1 patch. (They would be useful checks, but are too aggressive here, and leaving them out shouldn't make things worse than they were before, and the actual fix for gale1.pas still works.)
Frank
Hi all,
Was wondering if anybody is doing a port of Pascal for the Symbian OS 7.0. Coding in C++ is impossible for me as my brains seem to be hard coded with Pascal. :)
Thanks, ajack
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
GPC for the Palm-OS would be another great port. Anyone??? Ken ----- Original Message ----- From: "Adrian Chiang" ajack2001my@yahoo.com To: gpc@gnu.de Sent: Thursday, June 26, 2003 10:50 PM Subject: Pascal for Symbian OS 7.0 (UIQ)
Hi all,
Was wondering if anybody is doing a port of Pascal for the Symbian OS 7.0. Coding in C++ is impossible for me as my brains seem to be hard coded with Pascal. :)
Thanks, ajack
Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
gpc@radstream.com wrote:
GPC for the Palm-OS would be another great port. Anyone??? Ken
Yeah, I did some short investigation, but didn't come very far yet.
First thing to try, is to build a gcc cross-compiler for Palm-OS. This should be possible on Linux and Cygwin, and other Unix-like systems (maybe Mac OS X) using prc-tools http://www.palmos.com/dev/tools/gcc/. What is your host environment ?
If you have a gcc cross-compiler up and running, see if you can build gpc. I don't know if prc-tools is compatible with gpc, it may not work out-of-the-box. Consider it a little adventure.
Apart from GPC, there has been a port of Free Pascal to Palm-OS. The port was unstable and recently removed http://www.freepascal.org/news.html.
Finally, there is a commercial (proprietary) Pascal compiler for Palm-OS http://www.winsoft.sk/pstudio.htm. I don't know how good it is.
Was wondering if anybody is doing a port of Pascal for the Symbian OS 7.0. Coding in C++ is impossible for me as my brains seem to be hard coded with Pascal. :)
There also seems to be a gcc cross-compiler for Symbian OS, see http://www.symbian.com/developer/downloads/v6sdks.html. That's all I know about it.
Regards,
Adriaan van Os