On Sunday 03 June 2007 19:44, 13stica wrote:
> hi!
>
> open terminal or konsole and do this:
>
> - cd ~
> - mkdir sources
> - cd sources
>
> create directory in your home and do cd sources then this:
>
> - svn checkout -r 5191 http://svn.freepascal.org/svn/fpc/trunk fpc
> fpc 2.1.1 without memory leaks - for me it work ok
>
> - svn checkout svn://firmos.at/zeos/branches/testing zeos
> latest zeosdbo - it work ok on lazarus and has no memory leaks
>
> -svn checkout http://svn.freepascal.org/svn/lazarus/trunk lazarus
> latest lazarus
>
> and now:
>
> cd fpc
> make clean all
> sudo make install INSTALL_PREFIX=/usr
> make install INSTALL_PREFIX=/usr
>
> rm -f /usr/bin/ppc386
> ln -s /usr/lib/fpc/2.1.1/ppc386 /usr/bin/ppc386
> /usr/lib/fpc/2.1.1/samplecfg /usr/lib/fpc/2.1.1 /etc
> exit
>
> run fpc and check if you have fpc 2.1.1 version
>
> cd ..
> cd lazarus
>
> make clean all - if you wish gtk version
> make clean all LCL_PLATFORM=gtk2 - if you wish gtk2 version
>
> start lazarus from sources/lazarus with ./startlazarus
>
> from menu Components -> Open package file (*.lpk) -> navigate to
> sources/zeos/packages/lazarus and select all *.lpk files and open...
> (click on first lpk and then press shift and click to last lpk)
>
> Click on lazarus menu Windows and select Package zcomponent. Click on
> button More... and select Recompile clean - after recompiling press
> install button and let rebuild lazarus...
>
> run lazarus allways from sources/lazarus directory
>
> i hope this will help you to do your programming... it work for me ok
>
Hi,

I appreciate your help here, but if I am going to have to do this, then I'll 
wait a couple of days. I am about to try a new linux distro, sabayon. Once 
I've sorted out my on-line listening (cricket) then the first thing I'll want 
to do is get Lazarus up and running. I had already decided to try using 
fpc2.1.4 at this point.

One question though, I am loathe to have to download the zeos components again 
it takes forever and gives me masses of stuff that is completely useless to 
me i.e. downloading zeos svn trunk, is there a selectable way to just get the 
linux stuff?

I am curious tho as to the basis of your fix above, which seems rather 
'drastic'. Has something in Lazarus got so out of kilter (sync) over a couple 
of weeks of revisions?

and thanks for the "make clean all LCL_PLATFORM=gtk2". I had wondered if that 
were possible but kept getting sidetracked, so thanks :)

neal.

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

Reply via email to