[lazarus] compiling as root and the lrs files

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Apr 22 05:08:57 EDT 2002


On Mon, 22 Apr 2002 01:20:42 -0400
Robert Young <roblinux at rogers.com> wrote:

> Compiling as a default user the first time fails.
> 
> I removed my Lazarus CVS source folder and my /.Lazarus setting folder and rechecked out and recompiled as a default red hat 7.2 user I have attached the log file.
> 
> The file name is output.txt and is a log of the failure.
> 
> When I recompile as root it completes.
> When I recompiled as default user after root compiles it compiles.

The fpc 1.0.5 has a bug. It reports phantom errors. To compile lazarus u have to use:

make clean all; make; make; ...

The 1.0.6 works correct and compiles laz in one step. AFAIK the 1.0.6 will come this week. 

 
> I now have a new problem when I was checking the fix regarding the lrs files. Lazarus receives an Access Violation now on simply saving the unit1.pas :(. I have attached the log for this as well.

Fixed. 

The form editing is under construction. If you want to use the LCL, I suggest to create projects of type 'Program' instead of 'Application' and wait with form designing, till we have fixed the evil clientrectangle, mouse coordinates and mouse capturing bugs.


Mattias






More information about the Lazarus mailing list