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


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

RE: Compilation of GTK+ GLib in cygwin-xfree


Does your glib pass the gmodule test suite? Thats where I got stuck (and
haven't returned to yet) on GNOME.

Rob

> -----Original Message-----
> From: Bernard Revet [mailto:bmrevet@igr.fr]
> Sent: Friday, 1 December 2000 8:36 PM
> To: cygwin-xfree@sources.redhat.com
> Subject: Compilation of GTK+ GLib in cygwin-xfree
> 
> 
> Dear Cygwinnies
> 
> In order to have gtK+ glib running in cygwin-Xfree
> 
>  you obtain  the sources of gtk+ and glib  from
> http://www.gtk.org/
> 
> In cygwin-Xfree
> after gunzipped and untarred glib and gtk+ in /usr
> 
> 
>   In glib-1.2.8 directory
> 
> I did the following modifications in
> 
>    gstrfuncs.c
> 
> g_strsignal (gint signum)
> {
>   static GStaticPrivate msg_private = G_STATIC_PRIVATE_INIT;
>   char *msg;
> 
> #ifdef HAVE_STRSIGNAL
>   /*extern char *strsignal (int sig);
>   return strsignal (signum);*/
> #elif NO_SYS_SIGLIST
> 
>  in Makefile    I removed gthreads in
> 
> SUBDIRS = . gmodule  docs tests
> 
> Then ./configure
> ./make
> ./make install
> 
> 
> In gtk-1.2.8
>  You do
> 
> ./configure --with-glib=../glib-1.2.8
> 
> ./make
> 
> ./make install
> 
> 
> Doing so I obtained gtk+ running correctly
> This can be improved but for now on it is running in cygwin-xfree
> 
> Any suggestions about the fact that I commented HAVE_STRSIGNAL
>  and did not compiled gthread are welcome.
> 
> 
> Best regards
> 
> Yours
> 
> Bernard
> 
> 
> 

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