Re: [Gambas-user] gba3 -> Invalid cross-device link

2013-03-30 Thread Benoît Minisini
Le 31/03/2013 04:06, Benoît Minisini a écrit : > Le 31/03/2013 04:03, Benoît Minisini a écrit : >> Le 27/03/2013 19:32, Tobias Boege a écrit : >>> Hi, >>> >>> I try to create a Gambas executable (from within the IDE but that >>> doesn't >>> seem to be relevant here). The project directory lies on a

Re: [Gambas-user] Issue 415 in gambas: Cannot run child process (native code)

2013-03-30 Thread gambas
Updates: Status: Fixed Comment #21 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Do you have the same behavior with the very last svn version? If you have more details, can you open a new issue? --

Re: [Gambas-user] gba3 -> Invalid cross-device link

2013-03-30 Thread Benoît Minisini
Le 31/03/2013 04:03, Benoît Minisini a écrit : > Le 27/03/2013 19:32, Tobias Boege a écrit : >> Hi, >> >> I try to create a Gambas executable (from within the IDE but that doesn't >> seem to be relevant here). The project directory lies on another hard >> drive >> partition than the executable's ta

Re: [Gambas-user] gba3 -> Invalid cross-device link

2013-03-30 Thread Benoît Minisini
Le 27/03/2013 19:32, Tobias Boege a écrit : > Hi, > > I try to create a Gambas executable (from within the IDE but that doesn't > seem to be relevant here). The project directory lies on another hard drive > partition than the executable's target directory. This causes gba3 to fail > with: > > gba:

Re: [Gambas-user] Feature request: project refresh should reload dependencies

2013-03-30 Thread Benoît Minisini
Le 28/03/2013 06:39, Bruce a écrit : > Hi Benoît, > > It would be helpful if the IDE Project Refresh action re-read the > project dependencies (components and libraries) so that when working on > a main project and a library at the same time we didn't have to keep > quitting and re-opening the main

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Willy Raets
On Sat, 2013-03-30 at 15:21 +0100, Benoît Minisini wrote: > Le 30/03/2013 15:18, Willy Raets a écrit : > > On Sat, 2013-03-30 at 13:14 +0100, Tobias Boege wrote: > >> On Sat, 30 Mar 2013, Beno?t Minisini wrote: > >>> Le 30/03/2013 12:11, Tobias Boege a ?crit : > On Sat, 30 Mar 2013, Tobias Boe

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Benoît Minisini
Le 30/03/2013 15:18, Willy Raets a écrit : > On Sat, 2013-03-30 at 13:14 +0100, Tobias Boege wrote: >> On Sat, 30 Mar 2013, Beno?t Minisini wrote: >>> Le 30/03/2013 12:11, Tobias Boege a ?crit : On Sat, 30 Mar 2013, Tobias Boege wrote: > Hmm. I have sudo-1.8.6p7 in use (more accurately, th

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Willy Raets
On Sat, 2013-03-30 at 13:14 +0100, Tobias Boege wrote: > On Sat, 30 Mar 2013, Beno?t Minisini wrote: > > Le 30/03/2013 12:11, Tobias Boege a ?crit : > > > On Sat, 30 Mar 2013, Tobias Boege wrote: > > >> Hmm. I have sudo-1.8.6p7 in use (more accurately, the error comes from > > >> the > > >> 'sudoe

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Tobias Boege
On Sat, 30 Mar 2013, Beno?t Minisini wrote: > Le 30/03/2013 13:14, Tobias Boege a ?crit : > >> > >> SHELL "a b c" ... > >> > >> is equivalent to: > >> > >> EXEC [ System.Shell, "-c", "a b c" ] > >> > >> with a call to setpgid(0,0) to create its own session like an > >> independant shell. > >> > >>

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Benoît Minisini
Le 30/03/2013 13:14, Tobias Boege a écrit : >> >> SHELL "a b c" ... >> >> is equivalent to: >> >> EXEC [ System.Shell, "-c", "a b c" ] >> >> with a call to setpgid(0,0) to create its own session like an >> independant shell. >> >> As for virtual terminal creation, they work both the same. >> >> - "

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Tobias Boege
On Sat, 30 Mar 2013, Beno?t Minisini wrote: > Le 30/03/2013 12:11, Tobias Boege a ?crit : > > On Sat, 30 Mar 2013, Tobias Boege wrote: > >> Hmm. I have sudo-1.8.6p7 in use (more accurately, the error comes from the > >> 'sudoers' plugin but it has the same version here) on Arch Linux and, as I > >>

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Benoît Minisini
Le 30/03/2013 12:11, Tobias Boege a écrit : > On Sat, 30 Mar 2013, Tobias Boege wrote: >> Hmm. I have sudo-1.8.6p7 in use (more accurately, the error comes from the >> 'sudoers' plugin but it has the same version here) on Arch Linux and, as I >> said, my test program works. >> >> Well, I had anothe

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Tobias Boege
On Sat, 30 Mar 2013, Tobias Boege wrote: > Hmm. I have sudo-1.8.6p7 in use (more accurately, the error comes from the > 'sudoers' plugin but it has the same version here) on Arch Linux and, as I > said, my test program works. > > Well, I had another look at the source code and it seems that there'

Re: [Gambas-user] Strange problem with running Shell on Fedora (code works in IDE but not in executable!!)

2013-03-30 Thread Tobias Boege
On Sat, 30 Mar 2013, Willy Raets wrote: > On Wed, 2013-03-27 at 20:14 +0100, Tobias Boege wrote: > > On Wed, 27 Mar 2013, Willy Raets wrote: > > > Okay, got what you meant. > > > I implemented for read write and send password using priny right after > > > the shell call. > > > In IDE all still work

Re: [Gambas-user] Issue 415 in gambas: Cannot run child process (native code)

2013-03-30 Thread gambas
Comment #20 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Difficult to explain, i'll try... The routine (Main.NotifySend) with the Exec["/notfound"] code doesn't have a Catch section. During the execution of t