Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-03 Thread bill-lancaster
Jussi, Great, following your advice it seems that removing all trace of gambas did the trick. Recompiling gives me a working g3.4.0 Thanks again, Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas3-4-0-installation-help-needed-tp41277p41297.html Sent from the gamb

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-03 Thread bill-lancaster
Tobi, $ which gbx3 gives usr/bin/gbx3 There were no signs of errors during compilation Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas3-4-0-installation-help-needed-tp41277p41296.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-03 Thread Jussi Lahtinen
Did you run "sudo make install" in root of source folder? This will remove Gambas from your system: 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

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-03 Thread Tobias Boege
On Sun, 03 Mar 2013, bill-lancaster wrote: > The message is the same :- 'The program 'gambas3' is currently not installed. > You can install it by typing: sudo apt-get install gambas3-ide' > Does $ which gbx3 return a positive (the full path) or negative (not found) message? Did you attend th

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-03 Thread bill-lancaster
The message is the same :- 'The program 'gambas3' is currently not installed. You can install it by typing: sudo apt-get install gambas3-ide' -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas3-4-0-installation-help-needed-tp41277p41289.html Sent from the gambas-user mai

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-03 Thread Caveat
> However, it still does not work. Please give more details! Does it still tell you gambas is not installed? Does it now crash? What error do you see, exactly? Can you copy paste? On 03/03/13 09:52, bill-lancaster wrote: > Yes, I forgot that step. > However, it still does not work. > I went

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-03 Thread bill-lancaster
Yes, I forgot that step. However, it still does not work. I went through this process on a machine that has never had Gambas installed and everything was fine. So I'm thinking that somehow I haven't fully removed my previous gambas version but I don't know what to do now! -- View this message in

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-02 Thread Charlie Reinl
Am Samstag, den 02.03.2013, 08:02 -0800 schrieb bill-lancaster: > Following the guide @ http://gambasdoc.org/help/doc/release/3.4.0?view#t2 I > thought I had removed the previous version of Gambas. > > Then following http://gambasdoc.org/help/install/ubuntu?v3&view I ran the > following code(havin

Re: [Gambas-user] Gambas3.4.0 installation - help needed

2013-03-02 Thread Tobias Boege
On Sat, 02 Mar 2013, bill-lancaster wrote: > Following the guide @ http://gambasdoc.org/help/doc/release/3.4.0?view#t2 I > thought I had removed the previous version of Gambas. > > Then following http://gambasdoc.org/help/install/ubuntu?v3&view I ran the > following code(having cd'd to gambas3-3.4

[Gambas-user] Gambas3.4.0 installation - help needed

2013-03-02 Thread bill-lancaster
Following the guide @ http://gambasdoc.org/help/doc/release/3.4.0?view#t2 I thought I had removed the previous version of Gambas. Then following http://gambasdoc.org/help/install/ubuntu?v3&view I ran the following code(having cd'd to gambas3-3.4.0 folder) :- sudo apt-get install build-essential a