Re: Missing libs when compiling GTK+ code

2005-03-27 Thread Radek Vokal
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

Re: Missing libs when compiling GTK+ code

2005-03-27 Thread Brian Dessent
Radek Vokal wrote: I think I do sth wrong. I started with helloword example trying to compile it with gcc -mms-bitfields -mno-cygwin -mwindows helloworld.c -o helloworld.exe `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0` but I get several errors starting with

Re: Missing libs when compiling GTK+ code

2005-03-27 Thread Igor Pechtchanski
On Sun, 27 Mar 2005, Radek Vokal wrote: 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

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: 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