Re: Problem with OpenGL on new X serverl

2008-11-24 Thread Jon TURNEY
Florent Fievez wrote: Your patch doesn't fix the SEGV. :-( Maybe you could try the follow up patch from http://cygwin.com/ml/cygwin-xfree/2008-11/msg00319.html I know this is off-topic but can you tell me if there is a simple way to compile in debug mode using cygport ? I think adding a li

Problem with OpenGL on new X serverl

2008-11-24 Thread Florent Fievez
Your patch doesn't fix the SEGV. I know this is off-topic but can you tell me if there is a simple way to compile in debug mode using cygport ? 2008/11/21 <[EMAIL PROTECTED]>: > Florent Fievez wrote: >> >> Debugger is not very useful because the binaries are stripped. Is >> there a debug version

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Jon TURNEY
[EMAIL PROTECTED] wrote: 1) Run cygwin setup, select cygport,the xorg-server source package, and the packages for the build-time dependencies and devel packages corresponding to run-time dependencies listed in /usr/share/doc/Cygwin/usr/share/doc/Cygwin That should be /usr/share/doc/Cygwin/xor

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Jon TURNEY
[EMAIL PROTECTED] wrote: Hi Florent, Thanks for the bug report. Whoops. This mail was actually from me. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ:

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread user
Florent Fievez wrote: Debugger is not very useful because the binaries are stripped. Is there a debug version somewhere or should i recompile it myself to have it ? Hi Florent, Thanks for the bug report. Ignore the "GetWindowProp - pWin or name was NULL", this is just log spam and a red herr

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Florent Fievez
Debugger is not very useful because the binaries are stripped. Is there a debug version somewhere or should i recompile it myself to have it ? 2008/11/21 Florent Fievez <[EMAIL PROTECTED]>: > After a grep in the sources, I see the error is from file > cygwin-net_wm_icon-support.patch. But i'm not

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Marco Atzeri
--- Florent Fievez ha scritto: > Hello, > > I have a crash when opening OpenGL. I have the same > configuration than you : > ssh -X ; XWin with glx extension activated. > > Some of my investigations : > > 1. It's not caused by the X client OS (SunOS and > Linux give the same crash) > 2. It's

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Florent Fievez
After a grep in the sources, I see the error is from file cygwin-net_wm_icon-support.patch. But i'm not sure that the error is in relation with the crash. I will try to run the program under a debugger. 2008/11/21 Florent Fievez <[EMAIL PROTECTED]>: > Hello, > > I have a crash when opening OpenGL.

Re: Problem with OpenGL on new X serverl

2008-11-21 Thread Florent Fievez
Hello, I have a crash when opening OpenGL. I have the same configuration than you : ssh -X ; XWin with glx extension activated. Some of my investigations : 1. It's not caused by the X client OS (SunOS and Linux give the same crash) 2. It's not a problem with our application, glxinfo produce the

Re: Problem with OpenGL on new X serverl

2008-11-20 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Florent Fievez wrote: > I have a problem running new X server 1.5.3 with openGL. Since this > update, X crash when launching an OpenGL client from SunOS server. > Since the application we are developing use OpenGL, it's a big problem > for me (I have

Problem with OpenGL on new X serverl

2008-11-20 Thread Florent Fievez
Hello, I have a problem running new X server 1.5.3 with openGL. Since this update, X crash when launching an OpenGL client from SunOS server. Since the application we are developing use OpenGL, it's a big problem for me (I have to use an exceed commercial xserver for testing our application). So