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: [email protected] phone: (770) 853-6271 ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
