[Gambas-user] Git compilation report

Tony Morehen tmorehen at ...3602...
Fri Aug 18 23:36:05 CEST 2017


I'd recommend for a very clean make:

cd gambasdevel
sudo make uninstall    'really only needed on a version change or your 
compilation is likely
                                     'to include different ie fewer 
components
make clean                  'get rid of all the generated or backup cruft
git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel
'no need for all the previous versions
./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C
make && sudo make install

To just update to the latest revision (there must be no changes to the 
configure.ac or Makefile.am files.

cd gambasdevel
git pull    'watch for changes to configure or Makefile
                 'if there are do ./reconf-all && 
LLVM_CONFIG=llvm-config-3.5 ./configure -C
make && sudo make install



On 2017-08-18 04:54 PM, Gianluigi wrote:
> Perhaps I begin to understand something, but apologize me if I continue to
> say nonsense.
>
> When updating:
>
> cd gambasdevel
> sudo make uninstall
> Unclear part (see below)
> ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C
> make && sudo make install
>
> Unclear part:
> I run the git pull command as Charlie suggests?
> Or git checkout master as Christof seems to suggest?
> I have never used make clean when need to use it?
> Would it be the same as rm -rf gambasdevel /?
> I note that the command:
>
> git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel
>
> Download only the latest version of development and not the whole git, as
> explained in the wiki (about a third of the 100MB)
>
> He is turning my head, I go to sleep.
> Goodnight to everyone (in Italy it's night :-))
>
> Gianluigi
>
> 2017-08-18 21:54 GMT+02:00 Christof Thalhofer <chrisml at ...3340...>:
>
>> Am 18.08.2017 um 21:15 schrieb PICCORO McKAY Lenz:
>>> 2017-08-18 14:57 GMT-04:00 Gianluigi <bagonergi at ...626...>:
>>>
>>>> ------------------------------------------------------------
>>>> ---------------------------------------------
>>>> Even if Piccoro does not approve?
>>>>
>>> i already said the same, do not update, alway remove previous install and
>>> made again!
>> Removing the last installation (make uninstall) is neccessary but not
>> deleting the whole repository with the Gambas sources every time!!! That
>> would be bullshit.
>>
>>
>> Alles Gute
>>
>> Christof Thalhofer
>>
>> --
>> Dies ist keine Signatur
>>
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user






More information about the User mailing list