Hi,
First, KOL 2.80.3 from wiki can't install on stable Lazarus 1.0 FPC 2.6.0. I fixed this source (it referenced to old lazarus editor name). I attached fixed package.
But I have problem with compile empty KOL project. I added kol directories to project path but still nothing. I get error:
"Can't open include file MCKfakeClasses.inc" in unit1. So I forced path from:
{$I MCKfakeClasses.inc}
to:
{$I ..\dirtokol\MCKfakeClasses.inc}
But now it can't include KOLDEF.inc which is declared in MCKfakeClasses.inc
Regards
Edit: I prepared patch:
http://sourceforge.net/tracker/?func=detail&atid=925375&aid=3565831&group_id=188451