Build fails at gdk-pixbuf/pixopts with MinGW



Hi,

I'm trying to build GTK+-2.4.13 with MinGW (last version) and gcc 3.4.1
I'm stuck at the very beginning (gdk-pixbuf/pixopts) of the build.

-------------------------------------------------------------------------------
$ make
make  all-recursive
make[1]: Entering directory `/src/gtk/gtk+-2.4.13'
Making all in po
make[2]: Entering directory `/src/gtk/gtk+-2.4.13/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/gtk/gtk+-2.4.13/po'
Making all in po-properties
make[2]: Entering directory `/src/gtk/gtk+-2.4.13/po-properties'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/gtk/gtk+-2.4.13/po-properties'
Making all in gdk-pixbuf
make[2]: Entering directory `/src/gtk/gtk+-2.4.13/gdk-pixbuf'
make  all-recursive
make[3]: Entering directory `/src/gtk/gtk+-2.4.13/gdk-pixbuf'
Making all in pixops
make[4]: Entering directory `/src/gtk/gtk+-2.4.13/gdk-pixbuf/pixops'
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -DG_DISABLE_CAST_CHECKS -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -I/gtk/pango-1.4.1/include/pango-1.0 -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I/gtk/pango-1.4.1/include/pango-1.0 -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I/gtk/atk-1.6.1/include/atk-1.0 -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I. -I/tools/include -I/mingw/include -DMINGW -DWIN32 -D_WIN32 -D_WIN32_ -D__WIN32__ -DWIN_32 -fno-builtin-scalb -Wall -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 -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -I/gtk/pango-1.4.1/include/pango-1.0 -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I/gtk/pango-1.4.1/include/pango-1.0 -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I/gtk/atk-1.6.1/include/atk-1.0 -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I/gtk/glib-2.4.7/include/glib-2.0 -I/gtk/glib-2.4.7/lib/glib-2.0/include -I. -I/tools/include -I/mingw/include -DMINGW -DWIN32 -D_WIN32 -D_WIN32_ -D__WIN32__ -DWIN_32 -fno-builtin-scalb -Wall -MT pixops.lo -MD -MP -MF .deps/pixops.Tpo -c pixops.c -DDLL_EXPORT -DPIC -o .libs/pixops.o
gcc.exe: : Invalid argument
make[4]: *** [pixops.lo] Error 1
make[4]: Leaving directory `/src/gtk/gtk+-2.4.13/gdk-pixbuf/pixops'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/src/gtk/gtk+-2.4.13/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/src/gtk/gtk+-2.4.13/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/gtk/gtk+-2.4.13'
make: *** [all] Error 2
-------------------------------------------------------------------------------

I also noticed that a "pixops.loT" file (with trailing "T") is created in gdk-pixbuf/pixopts when making in this directory.
make -d doesn't give much more information.
Is anyone already has this issue ?

Thanks for the help :)

PS : This message may be posted two times, due to a mistake from me. My apologies -_-

------------------------------
Vincent Pit
http://profvince.com




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