On Wed, 30 May 2007 14:56:39 +0200
Roland Turcan <[EMAIL PROTECTED]> wrote:

> Hello lazarus project!
> 
> During compilation of Lazarus after adding new units into component
> package I get this error message:
> 
> "C:\lazarus\ide\lazarus.pp(117,1) Error: Undefined symbol:
> RESOURCESTRINGLIST_MSGDLGS"

Looks like a linker error or a compiler bug.

 
> MSGDLGS.pas is my unit and I have set the path to that file in
> "Package/Compiler Option/Paths/Other Unit Files" and I also have added
> it into package as unit without "register unit" flag.

FPC can find the sources, otherwise there would be another error.

 
> Could somebody explain me, where to set path for compiler, which is
> used for Lazarus compilation.

It uses the default compiler (%PATH% environment variable).

 
> Compilation of my package goes fine, I have this error only during
> Lazarus compilation.

Did you try the released compiler fpc 2.0.4?

Mattias
 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to