Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Doriano Blengino
Benoit Minisini ha scritto: >> Is this right? I think that the IDE, if not all applications, should >> give precedence to the home directory, or the last-modified (more >> up-to-date) component... or am I wrong? >> >> Thanks, regards, >> >> Doriano >> >> > > > You are wrong. :-) > > The system

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread gambas
Hi Benoit! I told the whole story as far as I realized it. ...sorry for perhaps being a little bit unspecific! :-( What you wrote in your mails, is what I saw yesterday. ...so I recompiled the module ModDummy AND my app on the target machine without X (and so without the Gambas IDE) with gbc2

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On vendredi 21 novembre 2008, Doriano Blengino wrote: > Benoit Minisini ha scritto: > > - "Make executable" in the IDE recompiles the project entirely before > > making the archive. > > > > - If you don't recompile all, then the compiler compiles only the source > > files that are newer than their

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Doriano Blengino
Benoit Minisini ha scritto: > - "Make executable" in the IDE recompiles the project entirely before making > the archive. > > - If you don't recompile all, then the compiler compiles only the source > files > that are newer than their corresponding bytecode files. > A little out of topic, but

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On vendredi 21 novembre 2008, [EMAIL PROTECTED] wrote: > Hi Doriano! > > Surely Benoit could shed some light on this. ...at the moment, it's OK for > me to know, that I had to open and store the old sources with the new > version of the gambas IDE and than recompile on the target machine. > Thanks

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On jeudi 20 novembre 2008, [EMAIL PROTECTED] wrote: > @Benoit > When opening an "old" project with a newer version of the Gambas IDE, are > you doing any modifications on the source file? > Simply recompiling the old (unmodified) sources with the new version of > gbc3 was not successfull. > > Greet

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On jeudi 20 novembre 2008, [EMAIL PROTECTED] wrote: > Hi Dear List! > > When entering CTRL+ALT+m in the IDE, what does it do in background? > gbc3 -vam > > and then a > > gba3 -v > > ??? > Problem is: > I've upgraded to latest svn and recompiled (in the IDE) my console-programm > AND one of my modu

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread gambas
Hi Doriano! Surely Benoit could shed some light on this. ...at the moment, it's OK for me to know, that I had to open and store the old sources with the new version of the gambas IDE and than recompile on the target machine. Thanks for your help! Greetz Stevie Am Freitag, 21. November 2008 08:

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Hi Doriano! > > I've kept that in mind. :-) ...during my investigations I always moved the > executable out of the project directory, so the compiler had to do it's job! > > It _seems_ to be like this: > 1) Open the old source in the gambas IDE > 2) Simply store it

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread gambas
Hi Doriano! I've kept that in mind. :-) ...during my investigations I always moved the executable out of the project directory, so the compiler had to do it's job! It _seems_ to be like this: 1) Open the old source in the gambas IDE 2) Simply store it (there is no need to compile it) 3) move the

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Hi List! > > Funny to answer his own question! :- > The trick is: > - Open the module-project in the IDE of your developing machine. > - Press CTRL+ALT+m (Don't know, if simply saving the project is sufficient.) > - Copy the $ProjectName.module-file into the proj

Re: [Gambas-user] compiling a programm on the console

2008-11-20 Thread gambas
Hi List! Funny to answer his own question! :- The trick is: - Open the module-project in the IDE of your developing machine. - Press CTRL+ALT+m (Don't know, if simply saving the project is sufficient.) - Copy the $ProjectName.module-file into the project directory on the target machine - gbc3

[Gambas-user] compiling a programm on the console

2008-11-20 Thread gambas
Hi Dear List! When entering CTRL+ALT+m in the IDE, what does it do in background? gbc3 -vam and then a gba3 -v ??? Problem is: I've upgraded to latest svn and recompiled (in the IDE) my console-programm AND one of my modules (classes), which is used by the programm. ...and everything is fine.