Quote Originally Posted by WILL
Running in Delphi Compatability mode, first error I get is...

C:\Documents and Settings\WILL\My Documents\Pascal Projects\JEDI-SDLv1.0\OpenGL\Pas\gl.pas(80,2) Fatal: Can't open include file "jedi-sdl.inc"
I take it that this is not suported on FPC? What would be the FPC/Lazarus equivalent?
It is all supported under FPC, if you set up the paths correctly. Ensure that the path for the projects include libraries point to where jedi-sdl.inc is located. If you do that, all your other paths are correct it WILL compile using FPC and I assume Laz. I have only ever used FPC to compile these demos and never used Laz.