[fpc-devel] Re: makeskel fails to parse file
Graeme Geldenhuys
graemeg.lists at gmail.com
Tue Sep 5 22:26:58 CEST 2006
Anybody got some clues as to what is causing the "makeskel" program to crash?
Regrads,
- Graeme -
On 9/4/06, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> Hi,
>
> I am using the latest FPC 2.0.5 from SubVersion. (rev 4550). I am
> trying to promote "fpdoc" to the tiOPF developers and hit a brick wall
> with my first attempt! :-(
>
> I am trying to run "makeskel" against a project I work on (tiOPF), but
> makeskel keeps giving me the error below. I created a simple one unit
> demo app, with the same include file (tiDefines.inc) as used in the
> tiOPF project. See attached file. The project compiles fine with
> FPC, but makeskel fails. The IFDEF's in tiDefines.inc are needed due
> to tiOPF compiling against Delphi 7-2006 and FPC.
>
> Below is the makeskel line I execute and the error I receive. Anybody
> got ideas as to what is causing this problem.
>
> -------------------------------
> $> makeskel --output=docs/tiopf.xml --input='-Fi. -FU. unit1.pas'
> --package=tiOPF
>
> MakeSkel - FPDoc skeleton XML description file generator
> (c) 2000 - 2003 Areca Systems GmbH / Sebastian Guenther, sg at freepascal.org
>
> An unhandled exception occurred at $08091D93 :
> EParserError : Expected "interface" at token "EOF"
> $08091D93
> $0809225F
> $080936EF
> $080935B4
> $080976AE
> $080499AA
>
> -------------------------------
>
> Regards,
> - Graeme -
>
More information about the fpc-devel
mailing list