issue with inherited handle (ssh.exe, gitk)

2010-10-28 Thread jean-luc malet
HI cygwin 1.7.7(0.230/5/3) this issue is related to another issue reported on the list about gitk and the fact that running 'gitk --all &' will have the xterm closed in fact I noticed that right before the xterm close the string 'exit' is printed on the command line I managed to avoid this issue

Re: strange behavior with threads...

2009-07-29 Thread jean-luc malet
On Fri, Jul 24, 2009 at 8:43 PM, benadam777 wrote: > > > > jean-luc malet wrote: >> >> I have a X server connection issue >> >> freeglut (./tests/GENERATED/GlutWindowTest): Unable to create direct >> context rendering for window ' ' >

Re: strange behavior with threads...

2009-07-24 Thread jean-luc malet
On Thu, Jul 23, 2009 at 4:11 PM, Corinna Vinschen wrote: > On Jul 23 15:50, jean-luc malet wrote: >> Hi! >> I've the following code : >> void _Window::Start(void* arg) >> { >>         ThreadArgs args; >>         args.TheWindow=this; >>        

strange behavior with threads...

2009-07-23 Thread jean-luc malet
Hi! I've the following code : void _Window::Start(void* arg) { ThreadArgs args; args.TheWindow=this; args.args=arg; int err = pthread_create(&main_thread,NULL,_Start, (void*)&args); if (err) { throw new Exception(err, "window thread c

[1.7] compile error after updating 1.7

2009-06-18 Thread jean-luc malet
hi! I just decided to update my 1.7 cygwin to the latest release it seems to run more smoothly now than in previous release :) however I'm getting strange errors when try to compile a project I'm working on I didn't get this on previous release I tryed to clean and rebuild everything and same resu

Re: doc about the cygwin vfs?

2009-06-08 Thread jean-luc malet
there is obviously a kind of vfs else /cygdrive/C or / wouldn't exist. /dev/null neither as long as the fs shown to the application isn't the same as the one of the native OS there is a vfs... JLM On Sun, Jun 7, 2009 at 9:36 PM, Corinna Vinschen wrote: > On Jun  7 16:35, j

doc about the cygwin vfs?

2009-06-07 Thread jean-luc malet
I would like to see if I can implement a fuse extention in cygwin vfs... where can I find usefull hints about the cygwin vfs system? thanks JLM -- KISS! (Keep It Simple, Stupid!) (garde le simple, imbécile!) "mais qu'est-ce que tu m'as pondu comme usine à gaz? fait des choses simples et qui march

Re: limited connection numbers to X?

2009-05-29 Thread jean-luc malet
On Thu, May 28, 2009 at 7:14 PM, Larry Hall (Cygwin) wrote: > jean-luc malet wrote: >> >> Hi, >> after opening about 15 to 20 connection to X, all further connection >> will end with an error "can't connect to X server" >> since I have lot of vi

limited connection numbers to X?

2009-05-28 Thread jean-luc malet
Hi, after opening about 15 to 20 connection to X, all further connection will end with an error "can't connect to X server" since I have lot of vim and xterm opened I must close some to open new ones... is it a known feature? it happens only on cygwin1.7 JLM -- KISS! (Keep It Simple, Stupid!) (ga

Re: dll links or pkgconfig/libtool information is wrong

2009-05-27 Thread jean-luc malet
s JLM On Wed, May 27, 2009 at 1:12 PM, Dave Korn wrote: > jean-luc malet wrote: >> On Tue, May 26, 2009 at 6:00 PM, Dave Korn >>> jean-luc malet wrote: > >>>> this dll use 2 others dll : -lglut -lGL >>>> $pkg-config.exe --libs gl >>>> -lGL &g

Re: Static linking issue under cygwin.

2009-05-27 Thread jean-luc malet
On Tue, May 26, 2009 at 8:33 PM, Vladimir A. Petrov wrote: > Andre, > >> The correct order for searching the libraries is: -lglut32 -lglu32 -lopengl32 >> >> fly-cubes.c must be _before_ the libraries. Chuck's response was correct >> about this last point, >> but wrong about the librairies order.

Re: dll links or pkgconfig/libtool information is wrong

2009-05-27 Thread jean-luc malet
On Tue, May 26, 2009 at 6:00 PM, Dave Korn wrote: > jean-luc malet wrote: >> hi! >> I'm creating a dll using gcc and cygwin >> this dll use 2 others dll : -lglut -lGL >> $pkg-config.exe --libs gl >> -lGL >> but /bin/ contain cygGL-1.dll >> whe

dll links or pkgconfig/libtool information is wrong

2009-05-26 Thread jean-luc malet
hi! I'm creating a dll using gcc and cygwin this dll use 2 others dll : -lglut -lGL $pkg-config.exe --libs gl -lGL but /bin/ contain cygGL-1.dll when static linking with -lGL this works fine because libGL.a exist when creating the dll -lGL don't work at all, I have to specify -lGL-1 doing /bin/$ ln

cygwin 1.7.0 : limited connection number on X?

2009-04-15 Thread jean-luc malet
Hi, I have a strange issue and I'm not sure it's a bug I often launch lot of X applications and recently after trying the 1.7.0 version of cygwin.dll, I have some kind of connection limit after opening about 20 vim (some with tabs, using vim servers) and xterms, I can't open any other X window, I g