On Thursday 14 September 2006 07:06, Graeme Geldenhuys wrote:

> Still not sure what in the IFDEF LINUX caused the problem though...
> Does makeskel and FPC support the "If Declared(...)" syntax?

This might not be a big help with your specific problem, but the set if IFDEFs 
doesn't quite work the way it looks like it's expected to, at least not in my 
copy of Kylix 3.

>       {$IFDEF CompilerVersion}

I believe this should be  {$IF DECLARED (CompilerVersion) } instead.  If I use 
the above $IFDEF, I always get the result that it's undefined unless I define 
it myself.

I hope this is helpful,
Pete C.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to