Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread Tobias Boege
On Mon, 19 Jun 2017, alexchernoff wrote: > Okay, > > so if i run gbc3 on the project before gba3, it should compile it and then > archive it, right? > > peace! > Yes: gbc3 is the compiler, it compiles your source code into object files (stored inside the hidden .gambas/ directory in

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread alexchernoff
Okay, so if i run gbc3 on the project before gba3, it should compile it and then archive it, right? peace! -- View this message in context: http://gambas.8142.n7.nabble.com/Building-binaries-with-gba3-sometimes-fails-tp59410p59414.html Sent from the gambas-user mailing list archive at Nabb

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread Benoît Minisini via Gambas-user
Le 19/06/2017 à 13:00, alexchernoff a écrit : sorry, I meant I compile using gba3. Or does it also not account for changes? thanks! Yes, I understood you meant gba3. And gba3 is not a compiler, it's an archiver. It does not take your changes into account. -- Benoît Minisini --

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread alexchernoff
sorry, I meant I compile using gba3. Or does it also not account for changes? thanks! -- View this message in context: http://gambas.8142.n7.nabble.com/Building-binaries-with-gba3-sometimes-fails-tp59410p59412.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread Benoît Minisini via Gambas-user
Le 19/06/2017 à 12:54, alexchernoff a écrit : Dear all, I come in peace. I have some shell scripts to batch compile a bunch of Gambas 3 projects. Sometimes I notice the gbr3 builds an executable, but it it does NOT include some latest and saved changes... I have to open the project and run it i

[Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread alexchernoff
Dear all, I come in peace. I have some shell scripts to batch compile a bunch of Gambas 3 projects. Sometimes I notice the gbr3 builds an executable, but it it does NOT include some latest and saved changes... I have to open the project and run it in the IDE, close IDE, and gbr3 it again for it t