[Gambas-user] svn 5313 Unable to compile gambas3

Kevin Fishburne kevinfishburne at ...1887...
Sat Nov 10 09:30:18 CET 2012


On 11/10/2012 03:15 AM, Alexie wrote:
> Same here for Ubuntu 10.04
>
> 2012/11/10 wally <wally at ...2037...>
>
>> SVN 5313 "Unable to compile gambas3"
>> on OpenSuse 12.2
>>
>> see logs attached
>>

Lately I've had to "uninstall" it prior to recompiling from trunk. I 
attached my uninstallation and installation scripts. You still need to 
have all the library dependencies satisfied, as described in the 
installation docs on the GAMBAS web site. I'm using Kubuntu 12.10.

-- 
Kevin Fishburne
Eight Virtues
www: http://sales.eightvirtues.com
e-mail: sales at ...1887...
phone: (770) 853-6271

-------------- next part --------------
# Remove previously-created files.
sudo rm -fr trunk

# Download latest GAMBAS 3 revision.
svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
#svn checkout -r 5051 https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
#svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/3.2

# Compile, install and run.
cd trunk
./reconf-all
./configure -C
make
sudo make install
gambas3
-------------- next part --------------
sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3
sudo rm -rf /usr/local/lib/gambas3
sudo rm -rf /usr/local/share/gambas3
sudo rm -f /usr/local/bin/gambas3
sudo rm -f /usr/local/bin/gambas3.gambas
sudo rm -f /usr/bin/gbx3 /usr/bin/gbc3 /usr/bin/gba3 /usr/bin/gbi3
sudo rm -rf /usr/lib/gambas3
sudo rm -rf /usr/share/gambas3
sudo rm -f /usr/bin/gambas3
sudo rm -f /usr/bin/gambas3.gambas3


More information about the User mailing list