[Gambas-user] SVN Startproblem on RaspberryPi

Benoît Minisini gambas at ...1...
Tue Oct 30 19:13:15 CET 2012


Le 30/10/2012 19:07, wally a écrit :
> On Tuesday, October 30, 2012 18:19:28 Benoît Minisini wrote:
>> Le 30/10/2012 17:22, wally a écrit :
>>> On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote:
>>>> Le 30/10/2012 16:51, wally a écrit :
>>>>> Benoit,
>>>>>
>>>>> How may i check what remains from previous install
>>>>> after a build process ?
>>>>>
>>>>> I did "sudo make uninstall" and "make clean"
>>>>>
>>>>> A single build process on Raspberry takes about 4h.
>>>>>
>>>>> wally
>>>>
>>>> Just check that there is no /usr/local/bin/gb* file or
>>>> /usr/local/lib/gambas3 directory, or /usr/local/share/gambas3, and tell
>>>> me.
>>>>
>>>> Or send me the output of 'ls -laR /usr/local' !
>>>
>>> pi at ...2889... /usr/local/bin $ ls
>>> gambas3
>>> gba3
>>> gbi3
>>> gbs3
>>> gbw3
>>> gpio
>>> gambas3.gambas
>>> gbc3
>>> gbr3
>>> gbs3.gambas
>>> gbx3
>>>
>>> /usr/local/lib/gambas3 exist and conatains a lot of files
>>>
>>>    /usr/local/share/gambas3 exist and conatains a lot of files
>>
>> The default installation directory of the source package has switched
>> recently from /usr/local to /usr. But 'make install' cannot handle that.
>>
>> So remove the old installation:
>>
>> $ rm /usr/local/bin/gb*3
>> $ rm /usr/local/bin/*.gambas
>> $ rm -rf /usr/local/lib/gambas3
>> $ rm -rf /usr/local/share/gambas3
>>
>> Then run gambas again. Maybe it will work. :-)
>
> i did the above removals:
>
> pi at ...2889... ~ $ gambas3
> gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
>>> Action._get.230: #4: Not enough arguments
> 1: Project.Main.287
>

Can you do the compilation again?

-- 
Benoît Minisini




More information about the User mailing list