[Lazarus] Compile error on ubuntu jaunty

Michael Van Canneyt michael at freepascal.org
Fri Aug 14 11:54:53 CEST 2009



On Fri, 14 Aug 2009, Diwakoe wrote:

> On Tue, Aug 11, 2009 at 4:56 PM, Diwakoe<diwakoe at gmail.com> wrote:
>>> Guys,
>>
>> After I follow dmitry suggestion is to make write access to
>> /usr/lib/lazarus and now I can compile my small project successfull.
>>
>> Next is install rxfpc component into lazarus using root account, and I
>> got error again (attached):
>>
>> /usr/lib/lazarus/components/fpweb/cgiapp.pp(229,22) Error: Identifier
>> not found "FileExistsUTF8"
>>
>
> Guys,
>
> Please help with any hints on this, I'm still stuck on this error.
>
> Anyone who using ubuntu with lazarus please give me some clues.

The function is in the fileutil.pas unit of lazarus. Please add 
fileutil to the uses clause of the cgiapp.pp file.

Michael.




More information about the Lazarus mailing list