[Lazarus] Loading file into TImageList does not properly scale

Matt Shaffer dazappa.matt at gmail.com
Sun Nov 22 21:31:38 CET 2009


On Sun, 22 Nov 2009 15:40:15 +0200
Juha Manninen <juha.manninen at phnet.fi> wrote:

> On lauantai, 21. marraskuuta 2009 23:19:38 Mattias Gaertner wrote:
> > The "fpc_svn" is the the fpc source directory. It contains for
> > example a directory 'compiler'.
> 
> I made it! Lazarus accepted the source path. I tried this path also before but 
> then FPC binaries were not properly installed and it was not accepted.
> 
> Then I "make clean all" for Lazarus and it started to work. Nice!
> Later I rebuilt it with optimization and QT bindings.
> The new -O2 optimized and stripped binary is slightly smalled than before:
> 10,3 MB versus the old 10,6 MB.
> 
> There was only one hump on the way. Earlier I had VirtualTreeView installed 
> but it doesn't compile with latest FPC (I will look at that later).
> After "make clean all" the component is apparently gone but still Lazarus/FPC 
> complained about it. It offered to "remove it from build list" and after that 
> Lazarus built fine.

A "make clean all" builds a minimal IDE without extra packages.
Just start the IDE and rebuild the IDE. It will build an IDE with your
packages.

> Where is that build list stored?

Do you mean the list or all the files that are needed to be updated,
when you change this list?
All files are stored in ~/.lazarus/

Mattias




More information about the Lazarus mailing list