[Gambas-user] gb3 latest revision and 3-3.3.3 segfault

Kevin Fishburne kevinfishburne at ...1887...
Thu Oct 11 09:29:28 CEST 2012


On 10/11/2012 01:23 AM, Kevin Fishburne wrote:
> I apologize if someone already mentioned this and I missed it. The
> GAMBAS 3 source download and the latest revision via svn checkout both
> compile and install successfully using these commands:
>
> ./reconf-all
> ./configure
> make
> sudo make install
>
> However the gambas3 executable crashes immediately with a "Segmentation
> fault (core dumped)" error. Any ideas? I'm trying to find an older
> revision for the time being just to get things working again.
>

I tried to fall on my sword but missed, so I decided to compile previous 
versions of gb3 to get things running. I've tried various revisions with 
no success. Using this script I get the error "ERROR: #27: Cannot load 
component 'gb.qt4': /usr/lib/gambas3/gb.qt4.so: undefined symbol: GB":

# Remove previously-created files.
#sudo rm -fr trunk
sudo rm -fr 3.2

# Download latest GAMBAS 3 revision.
#svn checkout 
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
cd 3.2
./reconf-all
./configure -C
make
sudo make install
gambas3

I'm running Kubuntu 12.04 with all updates. At this point I'm completely 
mystified and lost an evening of productivity. Can anyone give me a clue 
as to what's happening? This is the first time I've had problems like 
this and have compiled the current and specific old revisions of GAMBAS 
for a while now.

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





More information about the User mailing list