[Lazarus] [TIP]: Installing Lazarus under Linux via SVN (Ubuntu 11.04 or later)

Marcos Douglas md at delfire.net
Fri Jun 3 20:33:01 CEST 2011


2011/6/3 Mattias Gaertner <nc-gaertnma at netcologne.de>:
> Marcos Douglas <md at delfire.net> hat am 3. Juni 2011 um 17:19 geschrieben:
>
>> On Fri, Jun 3, 2011 at 12:03 PM, silvioprog <silvioprog at gmail.com> wrote:
>> > Hi Mattias and all,
>> >
>> > This is my ultimate scripts:
>> >
>> > (To Install):
>> > http://silvioprog.com.br/download/install_fpc_lazarus_svn_version.tar.gz
>> > (To Update):
>> > http://silvioprog.com.br/download/update_fpc_lazarus_svn_version.tar.gz
>> >
>> > Now corrects, OK?
>>
>> Silvio,
>> How I said a few minutes ago, these commands...
>> make clean all
>> lazbuild --build-ide= --primary-config-path=<path_config>
>>
>> ...did not compile the IDE with user packages installed before.
>
>
>
> Then you found a bug.

Oh God... I have to create a post in the bugtracker? Ok, I will.

>> I had to use my lazarus.exe backup to restore it!
>>
>> I discovery that:
>> 1- If you use just the command...
>> lazbuild --build-ide= --primary-config-path=<path_config>
>> You update and compile Lazarus with your packages... but not ALL files
>> will be update.
>
>
>
> Only the IDE and the installed packages are updated.
>
> What files were not updated?

I don't know. Sorry, I said that because my IDE was broken.

>>
>> 2- If you use the command...
>> make clean all
>> You update and compile Lazarus... but not your packages.
>
> Yes.

That is a little wrong.
First the 'make' command create a 'Lazarus binary clean'. Second,
lazbuild create other Lazarus binary, but with user's packages. Two
times to override the Lazarus binary.

Marcos Douglas




More information about the Lazarus mailing list