error while compiling GTK+-2.6 on Windows XP



I downloaded the new sources, ran  ./configure in the respective directories,
and was able to successfully compile GLIB 2.6 and PANGO 1.8.  But
when compiling GTK+2.6 on Windows XP, I got the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -DG_DISABLE_CAST_CHECKS -IC:/msys/local/include/glib-2.0 
-IC:/msys/local/lib/glib-2.0/include  -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall 
-mms-bitfields -MT pixops.lo -MD -MP -MF .deps/pixops.Tpo -c pixops.c  -DDLL_EXPORT -DPIC -o .libs/pixops.o
gcc.exe: cannot specify -o with -c or -S and multiple compilations

The full ouput of make is below.  Any helpful suggestions would be most appreciated.

Zvi

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

make  all-recursive
make[1]: Entering directory `/c/src/gtk+-2.6.0'
Making all in po
make[2]: Entering directory `/c/src/gtk+-2.6.0/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/c/src/gtk+-2.6.0/po'
Making all in po-properties
make[2]: Entering directory `/c/src/gtk+-2.6.0/po-properties'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/c/src/gtk+-2.6.0/po-properties'
Making all in gdk-pixbuf
make[2]: Entering directory `/c/src/gtk+-2.6.0/gdk-pixbuf'
make  all-recursive
make[3]: Entering directory `/c/src/gtk+-2.6.0/gdk-pixbuf'
Making all in pixops
make[4]: Entering directory `/c/src/gtk+-2.6.0/gdk-pixbuf/pixops'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. 
-DG_DISABLE_CAST_CHECKS -IC:/msys/local/include/glib-2.0 -IC:/msys/local/lib/glib-2.0/include    
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED    -g -O2 -Wall -mms-bitfields -MT pixops.lo -MD -MP 
-MF ".deps/pixops.Tpo" \
  -c -o pixops.lo `test -f 'pixops.c' || echo './'`pixops.c; \
then mv -f ".deps/pixops.Tpo" ".deps/pixops.Plo"; \
else rm -f ".deps/pixops.Tpo"; exit 1; \
fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -DG_DISABLE_CAST_CHECKS -IC:/msys/local/include/glib-2.0 
-IC:/msys/local/lib/glib-2.0/include  -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall 
-mms-bitfields -MT pixops.lo -MD -MP -MF .deps/pixops.Tpo -c pixops.c  -DDLL_EXPORT -DPIC -o .libs/pixops.o
gcc.exe: cannot specify -o with -c or -S and multiple compilations
make[4]: *** [pixops.lo] Error 1
make[4]: Leaving directory `/c/src/gtk+-2.6.0/gdk-pixbuf/pixops'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/c/src/gtk+-2.6.0/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/c/src/gtk+-2.6.0/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/src/gtk+-2.6.0'
make: *** [all] Error 2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]