Compile of gtk243 on cygwin fails at configure

2004-06-18 Thread Guy Stalnaker
Hi, I'm trying to compile obconf, the configuration tool for OpenBox (I'm a user of BlackBox on Linux and BB4Win as a shell replacement on MSWindows, so have OpenBox as one of the default XWin managers with cygwin was a happy find). Pre-reqs include gtk+ >=2.x. I'm running cygwin 1.5 (the la

Re: Compile of gtk243 on cygwin fails at configure

2004-06-19 Thread Maarten Boekhold
Guy Stalnaker wrote: Gtk+ has three prereqs: glib, pango, and atk. I downloaded the src from the gtk web site. Pango compiles and installs successfully. atk compiles and installs successfully. glib compiles and installs successfully. I used --prefix=/usr for all of them. gtk+ fails on the

Re: Compile of gtk243 on cygwin fails at configure

2004-06-19 Thread Maarten Boekhold
Hi, More progress. I managed to get ATK to produce shared libraries. In atk/Makefile.in, line 39, change: @[EMAIL PROTECTED] = -export-symbols atk.def -no-undefine to am_append_1 = -export-symbols @srcdir@/atk.def -no-undefine I'm using a separate build directory, which is why the original

Re: Compile of gtk243 on cygwin fails at configure

2004-06-19 Thread Maarten Boekhold
Hi, Hmm, bad news. Seems like Pango also failed to build a bunch of libraries as shared libs, which causes GTK+ to fail to build as well. I haven't found a fix yet for pango to build all libraries as shared (one notable library that doesn't get build is pangoxft, which seems to be required for

Re: Compile of gtk243 on cygwin fails at configure

2004-06-19 Thread Jeremy Wilkins
Not sure if it helps but there's copies of gtk, etc for cygwin at cygnome2.sourceforge.net Jeremy Maarten Boekhold wrote: Hi, Hmm, bad news. Seems like Pango also failed to build a bunch of libraries as shared libs, which causes GTK+ to fail to build as well. I haven't found a fix yet for pango

Re: Compile of gtk243 on cygwin fails at configure

2004-06-19 Thread Igor Pechtchanski
On Sat, 19 Jun 2004, Maarten Boekhold wrote: > Hi, > > Hmm, bad news. Seems like Pango also failed to build a bunch of > libraries as shared libs, which causes GTK+ to fail to build as well. I > haven't found a fix yet for pango to build all libraries as shared (one > notable library that doesn't