[Mono-list] GLib Installation
Gaurav Vaish
gvaish@iitk.ac.in
Tue, 6 Nov 2001 23:04:20 +0530
Hello,
Today when I went to install glib-1.2.10 under cygwin, I got the
following errors...
---------------------------
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wal
l -D_REENTRANT -c gstrfuncs.c -o gstrfuncs.o
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
make[2]: *** [gstrfuncs.lo] Error 1
make[2]: Leaving directory `/cygdrive/d/compiler/glib-1.2.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/compiler/glib-1.2.10'
make: *** [all-recursive-am] Error 2
---------------------------
and glib did not compile. Please help!
Cheers,
Gaurav Vaish
----------------------------