Re: [Gambas-user] Error after project is compiled

2010-10-15 Thread Jason Hackney
I'm going to have to get back with you on this. That machine is having other problems as well as this--I am considering a full re-install of the OS. By the way, all of my other projects on that machine compile to an executable and run without a hitch. So, I'm not sure why it's just this one. Juss

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Benoît Minisini
> Maybe you mix up Jussi and Jason... > I posted this just as a tip. > > Jussi > > Oops, sorry: I stopped at the first character. :-) -- Benoît Minisini -- Beautiful is writing same markup. Internet Explorer 9 suppor

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Jussi Lahtinen
Maybe you mix up Jussi and Jason... I posted this just as a tip. Jussi 2010/10/8 Benoît Minisini > > I have used these commands to clear old installation. > > *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

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Benoît Minisini
> I have used these commands to clear old installation. > *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* > > In fact I have this on script for compiling Gambas: > *#!/bin/sh

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Jussi Lahtinen
I have used these commands to clear old installation. *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* In fact I have this on script for compiling Gambas: *#!/bin/sh sudo rm -f /usr/

Re: [Gambas-user] Error after project is compiled

2010-10-08 Thread Benoît Minisini
> gambas3: build 3247 > > output attached... > Nothing horrible in that output, except a reference on gb.qt. That means that you never uninstall Gambas 3 since you compiled it for the first time. Can you try to purge your system from everything coming from Gambas 3 and do the compilation & in

Re: [Gambas-user] Error after project is compiled

2010-09-28 Thread Benoît Minisini
> 2010/9/20 Benoît Minisini > ... > > > Send your project. > > Attached. I have no problem at all with running the executable. Can you send me the full output of the compilation & installation of gambas on your machine ? -- Benoît Minisini ---

Re: [Gambas-user] Error after project is compiled

2010-09-20 Thread Jason Hackney
2010/9/20 Benoît Minisini ... > Send your project. > > Attached. jiggler.tar.gz Description: GNU Zip compressed data -- Start uncovering the many advantages of virtual appliances and start using them to simplify applica

Re: [Gambas-user] Error after project is compiled

2010-09-20 Thread Benoît Minisini
> OK, I think this is a problem with my setup or the OS, but I need help > finding the source. > > I just downloaded build 3230. It's installed and running fine. When I open > my project in the IDE and run it, it runs well and exits normally. When I > navigate to PROJECT -> MAKE -> EXECUTABLE, eve

[Gambas-user] Error after project is compiled

2010-09-20 Thread Jason Hackney
OK, I think this is a problem with my setup or the OS, but I need help finding the source. I just downloaded build 3230. It's installed and running fine. When I open my project in the IDE and run it, it runs well and exits normally. When I navigate to PROJECT -> MAKE -> EXECUTABLE, everything seem