Hello, I'm trying to compile jedi-sdl using the gnu pascal compiler, but can't find any documentation on it (or references on the internet). The only references I've found just mention that it is compatible with the gnu pascal compiler.

I'm currently packaging jedi-sdl for Debian and have a good package for free pascal, but many debian users would also like a GPC compatible package. I'm honestly not familiar with GPC, so I may be making some silly mistakes.

compiling as follows (in the SDL/Pas/ directory):

gpc --automake --delphi sdl.pas


the first errors are for unknown compiler directive externalsym sdl_major_version and continues to output errors for every {$EXTERNALSYM ...}


Has anyone compiled jedi-sdl with GPC before?
Thanks.