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]

Re: xmms


Oops.

On Fri, Nov 02, 2001 at 06:46:22PM +0100, Corinna Vinschen wrote:
> Try glib/gtk+-1.2.10 which compiles OOTB.  Actually I had to apply
> one patch to glib-1.2.10/gstrfuncs.c.  Change line 704ff. from
> 
>   #ifdef HAVE_STRSIGNAL

      extern char *strsignal (int sig);

>     return strsignal (signum);
>   #elif NO_SYS_SIGLIST
> 
> to
> 
>   #ifdef HAVE_STRSIGNAL
>   #ifndef __CYGWIN__
>     extern char *strsignal (int sig);
>   #endif
>     return strsignal (signum);
>   #elif NO_SYS_SIGLIST

Sorry, I missed that line...

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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