Compiling GLib 1.2.10 on latest cygwin

Pavel Tsekov ptsekov@gmx.net
Wed Dec 4 01:29:00 GMT 2002


On Wed, 4 Dec 2002, S. L. wrote:

> [...]
> > > I don't think that sounds like the right solution.
> >
> > Probably, but I reverted it after compiling libglib.a.
> [...]
>
> There's also a patch in mc's source tree that addresses this package. That
> applies to glib source, as it should :)

Correct! Here is the patch itself in case you don't want to download the
whole Midnight Commander source package.
-------------- next part --------------
--- gstrfuncs.c.ORIG	2002-07-05 17:07:41.000000000 +0200
+++ gstrfuncs.c	2002-07-05 17:08:10.000000000 +0200
@@ -702,7 +702,6 @@ g_strsignal (gint signum)
   char *msg;
 
 #ifdef HAVE_STRSIGNAL
-  extern char *strsignal (int sig);
   return strsignal (signum);
 #elif NO_SYS_SIGLIST
   switch (signum)
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list