Missing libs when compiling GTK+ code

2005-03-26 Thread Radek Vokal
I'm trying to compile my project under Cygwin/X and faced several problems. The first one was missing libXrender.la file. Thanx to this mailing list I've solved this issue but right after fixing this the makefile reports: gcc.exe: /usr/lib/libgpg-error.dll.a: No such file or directory gcc.exe:

Re: Missing libs when compiling GTK+ code

2005-03-26 Thread Gerrit P. Haase
Radek Vokal wrote: I'm trying to compile my project under Cygwin/X and faced several problems. The first one was missing libXrender.la file. Thanx to this mailing list I've solved this issue but right after fixing this the makefile reports: gcc.exe: /usr/lib/libgpg-error.dll.a: No such file or

Re: Missing libs when compiling GTK+ code

2005-03-26 Thread Radek Vokal
On Sat, 26 Mar 2005 20:26:36 +0100, Gerrit P. Haase [EMAIL PROTECTED] wrote: Radek Vokal wrote: I'm trying to compile my project under Cygwin/X and faced several problems. The first one was missing libXrender.la file. Thanx to this mailing list I've solved this issue but right after

Re: fixing XTerm colors

2005-03-26 Thread Michael Wardle
Alexander Gottwald wrote: On Thu, 24 Mar 2005, Michael Wardle wrote: It seems that startx starts an XTerm with a yellow foreground and a black background, but subsequent invocations of XTerm will use the user's settings. [...] So there are basicly two solutions: - remove the options and start

Re: Fwd: GLXUnsupportedPrivateRequest error with Xwin_gl.exe

2005-03-26 Thread Igor Pechtchanski
On Fri, 25 Mar 2005, David Cameron wrote: However, Gazebo now dies immediately after with the cryptic message Bad System Call: $ gazebo.exe example.world *** Gazebo 0.5.1 *** using display [127.0.0.1:0.0] rendering: [GLX offscreen] direct [no] RGBA [8 8 8 8] depth [16] Bad system call I

Re: Missing libs when compiling GTK+ code

2005-03-26 Thread Igor Pechtchanski
On Sat, 26 Mar 2005, Radek Vokal wrote: On Sat, 26 Mar 2005 20:26:36 +0100, Gerrit P. Haase [EMAIL PROTECTED] wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Radek Vokal wrote: I'm trying to compile my project under Cygwin/X and faced several problems. The first one was