This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [packages] gtk+, glib, imlib


Harold,

They do not.  For some reason, when the dll is built, many symbols are not
being exported, even with --export-all-symbols, which causes
glib-genmarshal.exe to not compile due to undefined symbols.  I'm going to
give another shot with the new libtool to see if it is any better
(supposedly it is) so we'll see...

Cheers,
Nicholas

--- Harold L Hunt <huntharo@msu.edu> wrote:
> I think that the real problem here, as always, was that gtk+ and glib
> would
> only build static libraries.  I have heard that the 2.0 versions of this
> libs
> are able to build shared libraries on Cygwin, but I have not looked into
> this
> myself.
> 
> Harold
> 
> Corinna Vinschen <cygwin-xfree@cygwin.com> said:
> 
> > On Fri, Jul 12, 2002 at 12:04:54PM +0200, Lapo Luchini wrote:
> > > Being interested in porting freeciv with gtk+ support... and gtk+ 
> > > package being not available... I'm investigating it =)
> > > 
> > > Harold states he has not enough time for it ( 
> > > http://sources.redhat.com/ml/cygwin-xfree/2002-06/msg00302.html ).
> > > But has he a partial work or nothing?
> > > 
> > > Steven has a fairly complete Gnome port on his page ( 
> > > http://homepage.ntlworld.com/steven.obrien2/ ), which has nothing to
> do 
> > > with Harold's work.
> > > It contains patches for many Gnome programs, including glib-1.2.10, 
> > > gtk+-1.2.10 and imlib-1.9.14.
> > 
> > I don't know about imlib but glib-1.2.10 and gtk+-1.2.10 compile OOTB.
> 
> > I built them to create a gvim locally.  There was just one problem in
> > glib/gstrfuncs.c.  There's an extern declaration for strsignal() which
> > collides with a Cygwin header.  Just add a #ifndef __CYGWIN__ to the
> > extern declaration and you're done.
> > 
> > Corinna
> > 
> > -- 
> > Corinna Vinschen                  Please, send mails regarding Cygwin
> to
> > Cygwin Developer                               
> mailto:cygwin@cygwin.com
> > Red Hat, Inc.
> > 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]