[Mono-list] Error building glib

Frank Chiulli fc-mono@home.com
Sun, 07 Oct 2001 15:56:09 -0700


I'm just starting with mono and am trying to follow the directions on
the web page.  In particular, I'm trying to build glib when I get the
following error:

gstrfuncs.c: In function 'g_strsignal':
gstrfuncs.c:705: conflicting types for 'strsignal'
/usr/include/string.h:70: previous declaration of 'strsignal'
gstrfuncs.c:705: warning: extern declaration of 'strsignal' doesn't
match global one

In /usr/include/string.h:
const char *_EXFUN(strsignal, (int __signo));

In gstrfuncs.c:
extern char *strsignal (int sig);

I could change one but which one !!!

I've installed cygwin 1.3.3 and was attempting glib when this happened. 
Has anyone else experienced this?

Thanks,
Frank