This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Compiling GLib 1.2.10 on latest Cygwin


Anybody know how to fix it ? I'm getting the following error:

I used configure --disable-shared --enable-debug=minimum
--disable-dependency-tracking

and make CFLAGS='-O2 -Wall -D_REENTRANT' LDFLAGS=-s

gcc-2.exe -DHAVE_CONFIG_H -I. -I/cygdrive/g/Linux/glib-1-2 -I.
-DG_LOG_DOMAIN=g_log_domain_glib -O2 -Wall -D_REENTRANT
-Wp,-MD,.deps/gstrfuncs.pp -c /cygdrive/g/Linux/glib-1-2/gstrfuncs.c -o gstrfuncs.o
/cygdrive/g/Linux/glib-1-2/gstrfuncs.c: In function `g_strsignal':
/cygdrive/g/Linux/glib-1-2/gstrfuncs.c:705: conflicting types for `strsignal'
/usr/include/string.h:75: previous declaration of `strsignal'
/cygdrive/g/Linux/glib-1-2/gstrfuncs.c:705: warning: extern declaration of `strsignal' doesn't match global one
make[2]: *** [gstrfuncs.lo] Error 1
make[2]: Leaving directory `/cygdrive/g/home/fredlwm/tmp/objdir'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/g/home/fredlwm/tmp/objdir'
make: *** [all-recursive-am] Error 2

Or let me know if I should report it to the gtk-devel list.

TIA.

-- 
0@pervalidus.{net, {dyndns.}org}

--
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/


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