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. ---

[Gambas-user] I found a bug... or only on my box

2013-03-03 Thread Karl Reinl
Salut Benoît, seen on qt4 : if you change the printer target to .pdf or .ps file, the .paper switches to 0 = Custom, was 2 = A4 before. Same if you change it by code .OutputFile="/tmp/myOutputFile.pdf" The Landscape is printed on Portrait Orientation. -- Amicalement Charlie [System] Operat

Re: [Gambas-user] Maybe another bug.

2013-03-03 Thread Jussi Lahtinen
> If you pass an object of class A to a function argument that expects an > object of class B, expect an error of an automatic conversion to a new > object. > > There won't be any warnings for automatic conversions, this is a > convention of the Gambas language. You must know what you are doing wit

Re: [Gambas-user] Maybe another bug.

2013-03-03 Thread Benoît Minisini
Le 03/03/2013 16:07, Jussi Lahtinen a écrit : > Ah, of course... and so it was totally unrelated to using executable as > library. > Thanks for clearing this up! > I'll just use Byref and all works as intended. > > Maybe there should be some kind of warning about that in documentation, > since it's

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] Maybe another bug.

2013-03-03 Thread Jussi Lahtinen
Ah, of course... and so it was totally unrelated to using executable as library. Thanks for clearing this up! I'll just use Byref and all works as intended. Maybe there should be some kind of warning about that in documentation, since it's not necessarily obvious that automatic conversion changes

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