Re: spawn_async_with_pipes on windows using mingw (code atached)

2008-09-29 Thread Paulo Flabiano Smorigo
Hi Armin, Thank you for the reply. Finally I manage to compile the code. But now I'm stuck in a a runtime error. I put the command inside a try catch and the return shows a error number 2. Looking at glibmm api the error code 2 is for CHDIR. * * http://www.gtkmm.org/docs/glibmm-2.4/docs/reference

Re: spawn_async_with_pipes on windows using mingw (code atached)

2008-09-27 Thread Armin Burgmeier
On Fri, 2008-09-26 at 17:59 -0300, Paulo Flabiano Smorigo wrote: > Hi everybody, > > I'm still trying to compile spawn_async_with_pipes on windows. Now I > created a little source that can help to solve the problem. > > I use the following command to compile (using gtkmm for windows > libraries):

spawn_async_with_pipes on windows using mingw (code atached)

2008-09-26 Thread Paulo Flabiano Smorigo
Hi everybody, I'm still trying to compile spawn_async_with_pipes on windows. Now I created a little source that can help to solve the problem. I use the following command to compile (using gtkmm for windows libraries): i586-mingw32msvc-g++ Player.cpp `pkg-config --cflags --libs gtkmm-2.4` -o app.