Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2005:
[Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arg
Home

[Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arg

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx, cyril.delalande@xxxxxxxxx, s_keishi@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments
From: "Gilderoy" <aaron_talamasca@xxxxxxxx>
Date: Sat, 24 Dec 2005 17:57:47 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12932 >

Daniel Markstedt ha scritto:

> I have the same experience with mingw+msys; it failed at configure
>
>because it couldn't "run the gtk test program" or whatever. Same with 
>SDL libs. We must be overseeing something crucial when setting up the 
>environment.
>
>-Daniel
>  
>
in attachment (report.txt) there is the file with the output of the 
autogen.sh --enable-client=gtk2
the error must be this:
"checking for GTK+ - version >= 2.2.1... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log 
for the
*** exact error that occured. This usually means GTK+ is incorrectly 
installed.

configure failed"

i attached also che config.log file.
I hope this can be of some help :)

+ checking for autoconf >= 2.52 ... found 2.56, ok.
+ checking for automake >= 1.4 ... found 1.7.1, ok.
+ checking for xgettext >= 0.10.36 ... found 0.14.5, ok.
+ checking for msgfmt >= 0.10.36 ... found 0.14.5, ok.
+ using new autoconf configuration (use --disable-autoconf2.52 to use old)
+ creating acinclude.m4
+ running aclocal ...
+ running autoheader ... 
+ running autoconf ... 
+ running automake ... 
+ removing config.cache ... 
+ running configure ... 

using:  --enable-client=gtk2

checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... /mingw/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for uname... uname
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for libcharset... yes
checking for nl_langinfo and CODESET... no
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking whether we are using the GNU C Library 2.1 or newer... no
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... no
checking for munmap... no
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... no
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... (cached) yes
checking for iconv declaration... (cached) 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... (cached) no
checking for LC_MESSAGES... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking for msgfmt... /mingw/bin/msgfmt
checking for gmsgfmt... /mingw/bin/msgfmt
checking for xgettext... /mingw/bin/xgettext
checking for bison... no
checking for catalogs to be installed...  ca cs da de en_GB es et fi fr he_IL 
hu it ja nl nb no pl pt pt_BR ro ru sv uk
checking for ngettext in -lc... no
checking for ngettext in -lintl... yes
checking whether libintl's ngettext works at runtime... yes
checking for C99 variadic macros... yes
checking for C99 variable arrays... yes
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for pkg-config... /mingw/bin/pkg-config
checking for GTK+ - version >= 2.2.1... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.

configure failed
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.56.  Invocation command line was

  $ ./configure --enable-client=gtk2

## --------- ##
## Platform. ##
## --------- ##

hostname = MULTIVAC
uname -m = i686
uname -r = 1.0.11(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-04-30 18:55

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /bin
PATH: /c/Inprise/vbroker/bin
PATH: /c/Programmi/Borland/Delphi7/Bin
PATH: /c/Programmi/Borland/Delphi7/Projects/Bpl/
PATH: /c/WINDOWS/system32
PATH: /c/WINDOWS
PATH: /c/WINDOWS/System32/Wbem
PATH: /d/Programmi/Executive Software/DiskeeperLite/
PATH: /c/Programmi/File comuni/GTK/2.0/bin
PATH: /c/Sun/AppServer/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1364: checking build system type
configure:1382: result: i686-pc-mingw32
configure:1390: checking host system type
configure:1404: result: i686-pc-mingw32
configure:1412: checking target system type
configure:1426: result: i686-pc-mingw32
configure:1526: checking for a BSD-compatible install
configure:1580: result: /mingw/bin/install -c
configure:1591: checking whether build environment is sane
configure:1634: result: yes
configure:1667: checking for gawk
configure:1683: found /mingw/bin/gawk
configure:1693: result: gawk
configure:1703: checking whether make sets $(MAKE)
configure:1727: result: no
configure:1879: checking whether to enable maintainer-specific portions of 
Makefiles
configure:1888: result: no
configure:2105: checking for gawk
configure:2131: result: gawk
configure:2187: checking for gcc
configure:2203: found /mingw/bin/gcc
configure:2213: result: gcc
configure:2457: checking for C compiler version
configure:2460: gcc --version </dev/null >&5
gcc.exe (GCC) 3.4.2 (mingw-special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2463: $? = 0
configure:2465: gcc -v </dev/null >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as 
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls 
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry 
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt 
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter 
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.2 (mingw-special)
configure:2468: $? = 0
configure:2470: gcc -V </dev/null >&5
gcc.exe: `-V' option must have argument
configure:2473: $? = 1
configure:2497: checking for C compiler default output
configure:2500: gcc    conftest.c  >&5
configure:2503: $? = 0
configure:2549: result: a.exe
configure:2554: checking whether the C compiler works
configure:2560: ./a.exe
configure:2563: $? = 0
configure:2580: result: yes
configure:2587: checking whether we are cross compiling
configure:2589: result: no
configure:2592: checking for suffix of executables
configure:2594: gcc -o conftest.exe    conftest.c  >&5
configure:2597: $? = 0
configure:2622: result: .exe
configure:2628: checking for suffix of object files
configure:2650: gcc -c   conftest.c >&5
configure:2653: $? = 0
configure:2675: result: o
configure:2679: checking whether we are using the GNU C compiler
configure:2704: gcc -c   conftest.c >&5
configure:2707: $? = 0
configure:2710: test -s conftest.o
configure:2713: $? = 0
configure:2726: result: yes
configure:2732: checking whether gcc accepts -g
configure:2754: gcc -c -g  conftest.c >&5
configure:2757: $? = 0
configure:2760: test -s conftest.o
configure:2763: $? = 0
configure:2774: result: yes
configure:2791: checking for gcc option to accept ANSI C
configure:2852: gcc  -c -g -O2  conftest.c >&5
configure:2855: $? = 0
configure:2858: test -s conftest.o
configure:2861: $? = 0
configure:2879: result: none needed
configure:2897: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2900: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3028: checking for style of include used by make
configure:3056: result: none
configure:3084: checking dependency style of gcc
configure:3146: result: gcc3
configure:3168: checking how to run the C preprocessor
configure:3198: gcc -E  conftest.c
configure:3204: $? = 0
configure:3236: gcc -E  conftest.c
configure:3245:28: ac_nonexistent.h: No such file or directory
configure:3242: $? = 1
configure: failed program was:
| #line 3227 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3280: result: gcc -E
configure:3299: gcc -E  conftest.c
configure:3305: $? = 0
configure:3337: gcc -E  conftest.c
configure:3346:28: ac_nonexistent.h: No such file or directory
configure:3343: $? = 1
configure: failed program was:
| #line 3328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3385: checking whether ln -s works
configure:3389: result: yes
configure:3437: checking for ranlib
configure:3453: found /mingw/bin/ranlib
configure:3464: result: ranlib
configure:3517: checking for ar
configure:3533: found /mingw/bin/ar
configure:3543: result: ar
configure:3563: checking for uname
configure:3579: found /mingw/bin/uname
configure:3590: result: uname
configure:3614: checking for iconv
configure:3642: gcc -o conftest.exe -g -O2   conftest.c  >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccYJbaaa.o(.text+0x2b): In function `main':
C:/MinGW/freeciv/configure:3645: undefined reference to `_imp__libiconv_open'
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccYJbaaa.o(.text+0x4e):C:/MinGW/freeciv/configure:3646:
 undefined reference to `_imp__libiconv'
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccYJbaaa.o(.text+0x57):C:/MinGW/freeciv/configure:3647:
 undefined reference to `_imp__libiconv_close'
collect2: ld returned 1 exit status
configure:3645: $? = 1
configure: failed program was:
| #line 3622 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
configure:3683: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:3686: $? = 0
configure:3689: test -s conftest.exe
configure:3692: $? = 0
configure:3706: result: yes
configure:3714: checking for iconv declaration
configure:3749: gcc -c -g -O2  conftest.c >&5
configure:3747: error: conflicting types for 'libiconv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/iconv.h:88: error: 
previous declaration of 'libiconv' was here
configure:3747: error: conflicting types for 'libiconv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/iconv.h:88: error: 
previous declaration of 'libiconv' was here
configure:3752: $? = 1
configure: failed program was:
| #line 3720 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| #include <iconv.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| #if defined(__STDC__) || defined(__cplusplus)
| size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, 
size_t *outbytesleft);
| #else
| size_t iconv();
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3773: result: 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:3789: checking for libcharset
configure:3813: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:3816: $? = 0
configure:3819: test -s conftest.exe
configure:3822: $? = 0
configure:3835: result: yes
configure:3846: checking for nl_langinfo and CODESET
configure:3868: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:3872:22: langinfo.h: No such file or directory
configure: In function `main':
configure:3876: error: `CODESET' undeclared (first use in this function)
configure:3876: error: (Each undeclared identifier is reported only once
configure:3876: error: for each function it appears in.)
configure:3876: warning: initialization makes pointer from integer without a 
cast
configure:3871: $? = 1
configure: failed program was:
| #line 3851 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| /* end confdefs.h.  */
| #include <langinfo.h>
| int
| main ()
| {
| char* cs = nl_langinfo(CODESET);
|   ;
|   return 0;
| }
configure:3889: result: no
configure:3910: checking for strerror in -lcposix
configure:3941: gcc -o conftest.exe -g -O2   conftest.c -lcposix   -liconv >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot 
find -lcposix
collect2: ld returned 1 exit status
configure:3944: $? = 1
configure: failed program was:
| #line 3917 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:3962: result: no
configure:3971: checking for egrep
configure:3981: result: grep -E
configure:3986: checking for ANSI C header files
configure:4012: gcc -c -g -O2  conftest.c >&5
configure:4015: $? = 0
configure:4018: test -s conftest.o
configure:4021: $? = 0
configure:4110: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:4113: $? = 0
configure:4115: ./conftest.exe
configure:4118: $? = 0
configure:4133: result: yes
configure:4143: checking for an ANSI C-conforming const
configure:4211: gcc -c -g -O2  conftest.c >&5
configure:4214: $? = 0
configure:4217: test -s conftest.o
configure:4220: $? = 0
configure:4231: result: yes
configure:4241: checking for inline
configure:4263: gcc -c -g -O2  conftest.c >&5
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4284: result: inline
configure:4313: checking for sys/types.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for sys/stat.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for stdlib.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for string.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for memory.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for strings.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for inttypes.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for stdint.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4313: checking for unistd.h
configure:4330: gcc -c -g -O2  conftest.c >&5
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4362: checking for off_t
configure:4387: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4393: test -s conftest.o
configure:4396: $? = 0
configure:4407: result: yes
configure:4419: checking for size_t
configure:4444: gcc -c -g -O2  conftest.c >&5
configure:4447: $? = 0
configure:4450: test -s conftest.o
configure:4453: $? = 0
configure:4464: result: yes
configure:4478: checking for working alloca.h
configure:4500: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:4514:20: alloca.h: No such file or directory
configure:4503: $? = 1
configure: failed program was:
| #line 4483 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   ;
|   return 0;
| }
configure:4520: result: no
configure:4530: checking for alloca
configure:4572: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:4575: $? = 0
configure:4578: test -s conftest.exe
configure:4581: $? = 0
configure:4592: result: yes
configure:4799: checking for stdlib.h
configure:4804: result: yes
configure:4799: checking for unistd.h
configure:4804: result: yes
configure:4940: checking for getpagesize
configure:4984: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:4987: $? = 0
configure:4990: test -s conftest.exe
configure:4993: $? = 0
configure:5004: result: yes
configure:5014: checking for working mmap
configure:5157: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5117:22: sys/mman.h: No such file or directory
configure: In function `main':
configure:5193: error: `PROT_READ' undeclared (first use in this function)
configure:5193: error: (Each undeclared identifier is reported only once
configure:5193: error: for each function it appears in.)
configure:5193: error: `PROT_WRITE' undeclared (first use in this function)
configure:5194: error: `MAP_PRIVATE' undeclared (first use in this function)
configure:5194: error: `MAP_FIXED' undeclared (first use in this function)
configure:5194: warning: comparison between pointer and integer
configure:5160: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 5022 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* malloc might have been renamed as rpl_malloc. */
| #undef malloc
| 
| /* Thanks to Mike Haertel and Jim Avera for this test.
|    Here is a matrix of mmap possibilities:
|       mmap private not fixed
|       mmap private fixed at somewhere currently unmapped
|       mmap private fixed at somewhere already mapped
|       mmap shared not fixed
|       mmap shared fixed at somewhere currently unmapped
|       mmap shared fixed at somewhere already mapped
|    For private mappings, we should verify that changes cannot be read()
|    back from the file, nor mmap's back from the file at a different
|    address.  (There have been systems where private was not correctly
|    implemented like the infamous i386 svr4.0, and systems where the
|    VM page cache was not coherent with the file system buffer cache
|    like early versions of FreeBSD and possibly contemporary NetBSD.)
|    For shared mappings, we should conversely verify that changes get
|    propagated back to all the places they're supposed to be.
| 
|    Grep wants private fixed already mapped.
|    The main things grep needs to know about mmap are:
|    * does it exist and is it safe to write into the mmap'd area
|    * how to use it (BSD variants)  */
| 
| #include <fcntl.h>
| #include <sys/mman.h>
| 
| #if !STDC_HEADERS && !HAVE_STDLIB_H
| char *malloc ();
| #endif
| 
| /* This mess was copied from the GNU getpagesize.h.  */
| #if !HAVE_GETPAGESIZE
| /* Assume that all systems that can run configure have sys/param.h.  */
| # if !HAVE_SYS_PARAM_H
| #  define HAVE_SYS_PARAM_H 1
| # endif
| 
| # ifdef _SC_PAGESIZE
| #  define getpagesize() sysconf(_SC_PAGESIZE)
| # else /* no _SC_PAGESIZE */
| #  if HAVE_SYS_PARAM_H
| #   include <sys/param.h>
| #   ifdef EXEC_PAGESIZE
| #    define getpagesize() EXEC_PAGESIZE
| #   else /* no EXEC_PAGESIZE */
| #    ifdef NBPG
| #     define getpagesize() NBPG * CLSIZE
| #     ifndef CLSIZE
| #      define CLSIZE 1
| #     endif /* no CLSIZE */
| #    else /* no NBPG */
| #     ifdef NBPC
| #      define getpagesize() NBPC
| #     else /* no NBPC */
| #      ifdef PAGESIZE
| #       define getpagesize() PAGESIZE
| #      endif /* PAGESIZE */
| #     endif /* no NBPC */
| #    endif /* no NBPG */
| #   endif /* no EXEC_PAGESIZE */
| #  else /* no HAVE_SYS_PARAM_H */
| #   define getpagesize() 8192 /* punt totally */
| #  endif /* no HAVE_SYS_PARAM_H */
| # endif /* no _SC_PAGESIZE */
| 
| #endif /* no HAVE_GETPAGESIZE */
| 
| int
| main ()
| {
|   char *data, *data2, *data3;
|   int i, pagesize;
|   int fd;
| 
|   pagesize = getpagesize ();
| 
|   /* First, make a file with some known garbage in it. */
|   data = (char *) malloc (pagesize);
|   if (!data)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     *(data + i) = rand ();
|   umask (0);
|   fd = creat ("conftest.mmap", 0600);
|   if (fd < 0)
|     exit (1);
|   if (write (fd, data, pagesize) != pagesize)
|     exit (1);
|   close (fd);
| 
|   /* Next, try to mmap the file at a fixed address which already has
|      something else allocated at it.  If we can, also make sure that
|      we see the same garbage.  */
|   fd = open ("conftest.mmap", O_RDWR);
|   if (fd < 0)
|     exit (1);
|   data2 = (char *) malloc (2 * pagesize);
|   if (!data2)
|     exit (1);
|   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data2 + i))
|       exit (1);
| 
|   /* Finally, make sure that changes to the mapped area do not
|      percolate back to the file as seen by read().  (This is a bug on
|      some variants of i386 svr4.0.)  */
|   for (i = 0; i < pagesize; ++i)
|     *(data2 + i) = *(data2 + i) + 1;
|   data3 = (char *) malloc (pagesize);
|   if (!data3)
|     exit (1);
|   if (read (fd, data3, pagesize) != pagesize)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data3 + i))
|       exit (1);
|   close (fd);
|   exit (0);
| }
configure:5179: result: no
configure:5191: checking whether we are using the GNU C Library 2.1 or newer
configure:5232:22: features.h: No such file or directory
configure:5223: result: no
configure:5254: checking argz.h usability
configure:5267: gcc -c -g -O2  conftest.c >&5
configure:5325:18: argz.h: No such file or directory
configure:5270: $? = 1
configure: failed program was:
| #line 5256 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <argz.h>
configure:5286: result: no
configure:5290: checking argz.h presence
configure:5301: gcc -E  conftest.c
configure:5327:18: argz.h: No such file or directory
configure:5307: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <argz.h>
configure:5326: result: no
configure:5362: checking for argz.h
configure:5369: result: no
configure:5254: checking limits.h usability
configure:5267: gcc -c -g -O2  conftest.c >&5
configure:5270: $? = 0
configure:5273: test -s conftest.o
configure:5276: $? = 0
configure:5286: result: yes
configure:5290: checking limits.h presence
configure:5301: gcc -E  conftest.c
configure:5307: $? = 0
configure:5326: result: yes
configure:5362: checking for limits.h
configure:5369: result: yes
configure:5254: checking locale.h usability
configure:5267: gcc -c -g -O2  conftest.c >&5
configure:5270: $? = 0
configure:5273: test -s conftest.o
configure:5276: $? = 0
configure:5286: result: yes
configure:5290: checking locale.h presence
configure:5301: gcc -E  conftest.c
configure:5307: $? = 0
configure:5326: result: yes
configure:5362: checking for locale.h
configure:5369: result: yes
configure:5254: checking nl_types.h usability
configure:5267: gcc -c -g -O2  conftest.c >&5
configure:5327:22: nl_types.h: No such file or directory
configure:5270: $? = 1
configure: failed program was:
| #line 5256 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nl_types.h>
configure:5286: result: no
configure:5290: checking nl_types.h presence
configure:5301: gcc -E  conftest.c
configure:5329:22: nl_types.h: No such file or directory
configure:5307: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <nl_types.h>
configure:5326: result: no
configure:5362: checking for nl_types.h
configure:5369: result: no
configure:5254: checking malloc.h usability
configure:5267: gcc -c -g -O2  conftest.c >&5
configure:5270: $? = 0
configure:5273: test -s conftest.o
configure:5276: $? = 0
configure:5286: result: yes
configure:5290: checking malloc.h presence
configure:5301: gcc -E  conftest.c
configure:5307: $? = 0
configure:5326: result: yes
configure:5362: checking for malloc.h
configure:5369: result: yes
configure:5254: checking stddef.h usability
configure:5267: gcc -c -g -O2  conftest.c >&5
configure:5270: $? = 0
configure:5273: test -s conftest.o
configure:5276: $? = 0
configure:5286: result: yes
configure:5290: checking stddef.h presence
configure:5301: gcc -E  conftest.c
configure:5307: $? = 0
configure:5326: result: yes
configure:5362: checking for stddef.h
configure:5369: result: yes
configure:5245: checking for stdlib.h
configure:5250: result: yes
configure:5245: checking for string.h
configure:5250: result: yes
configure:5245: checking for unistd.h
configure:5250: result: yes
configure:5254: checking sys/param.h usability
configure:5267: gcc -c -g -O2  conftest.c >&5
configure:5270: $? = 0
configure:5273: test -s conftest.o
configure:5276: $? = 0
configure:5286: result: yes
configure:5290: checking sys/param.h presence
configure:5301: gcc -E  conftest.c
configure:5307: $? = 0
configure:5326: result: yes
configure:5362: checking for sys/param.h
configure:5369: result: yes
configure:5408: checking for feof_unlocked
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/cckVbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5481: undefined reference to `feof_unlocked'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char feof_unlocked (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char feof_unlocked ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_feof_unlocked) || defined (__stub___feof_unlocked)
| choke me
| #else
| char (*f) () = feof_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for fgets_unlocked
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/cc0Gbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5481: undefined reference to `fgets_unlocked'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fgets_unlocked (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fgets_unlocked ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_fgets_unlocked) || defined (__stub___fgets_unlocked)
| choke me
| #else
| char (*f) () = fgets_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for getcwd
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5455: $? = 0
configure:5458: test -s conftest.exe
configure:5461: $? = 0
configure:5472: result: yes
configure:5408: checking for getegid
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccqMbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5482: undefined reference to `getegid'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getegid (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getegid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getegid) || defined (__stub___getegid)
| choke me
| #else
| char (*f) () = getegid;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for geteuid
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/cckxbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5482: undefined reference to `geteuid'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char geteuid (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char geteuid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_geteuid) || defined (__stub___geteuid)
| choke me
| #else
| char (*f) () = geteuid;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for getgid
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccSCbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5482: undefined reference to `getgid'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getgid (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getgid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getgid) || defined (__stub___getgid)
| choke me
| #else
| char (*f) () = getgid;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for getuid
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccaKaaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5482: undefined reference to `getuid'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getuid (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getuid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getuid) || defined (__stub___getuid)
| choke me
| #else
| char (*f) () = getuid;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for mempcpy
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5467: warning: conflicting types for built-in function 'mempcpy'
C:/DOCUME~1/Utente/IMPOST~1/Temp/cciCaaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5482: undefined reference to `mempcpy'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mempcpy (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char mempcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| char (*f) () = mempcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for munmap
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccK6aaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5482: undefined reference to `munmap'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char munmap (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char munmap ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_munmap) || defined (__stub___munmap)
| choke me
| #else
| char (*f) () = munmap;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for putenv
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5455: $? = 0
configure:5458: test -s conftest.exe
configure:5461: $? = 0
configure:5472: result: yes
configure:5408: checking for setenv
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccikbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5483: undefined reference to `setenv'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setenv (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char setenv ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_setenv) || defined (__stub___setenv)
| choke me
| #else
| char (*f) () = setenv;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for setlocale
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5455: $? = 0
configure:5458: test -s conftest.exe
configure:5461: $? = 0
configure:5472: result: yes
configure:5408: checking for stpcpy
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5469: warning: conflicting types for built-in function 'stpcpy'
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccCccaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5484: undefined reference to `stpcpy'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stpcpy (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char stpcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_stpcpy) || defined (__stub___stpcpy)
| choke me
| #else
| char (*f) () = stpcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for strchr
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5469: warning: conflicting types for built-in function 'strchr'
configure:5455: $? = 0
configure:5458: test -s conftest.exe
configure:5461: $? = 0
configure:5472: result: yes
configure:5408: checking for strcasecmp
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5455: $? = 0
configure:5458: test -s conftest.exe
configure:5461: $? = 0
configure:5472: result: yes
configure:5408: checking for strdup
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5471: warning: conflicting types for built-in function 'strdup'
configure:5455: $? = 0
configure:5458: test -s conftest.exe
configure:5461: $? = 0
configure:5472: result: yes
configure:5408: checking for strtoul
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:5455: $? = 0
configure:5458: test -s conftest.exe
configure:5461: $? = 0
configure:5472: result: yes
configure:5408: checking for tsearch
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccisbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5488: undefined reference to `tsearch'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char tsearch (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char tsearch ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_tsearch) || defined (__stub___tsearch)
| choke me
| #else
| char (*f) () = tsearch;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for __argz_count
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccakbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5488: undefined reference to `__argz_count'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_count (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_count ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_count) || defined (__stub_____argz_count)
| choke me
| #else
| char (*f) () = __argz_count;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for __argz_stringify
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccEHbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5488: undefined reference to `__argz_stringify'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_stringify (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_stringify ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
| choke me
| #else
| char (*f) () = __argz_stringify;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5408: checking for __argz_next
configure:5452: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccumbaaa.o(.data+0x0): In function `main':
C:/MinGW/freeciv/configure:5488: undefined reference to `__argz_next'
collect2: ld returned 1 exit status
configure:5455: $? = 1
configure: failed program was:
| #line 5413 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_next (); below.  */
| #include <assert.h>
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __argz_next ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub___argz_next) || defined (__stub_____argz_next)
| choke me
| #else
| char (*f) () = __argz_next;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5472: result: no
configure:5497: checking for iconv
configure:5589: result: yes
configure:5597: checking for iconv declaration
configure:5656: result: 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:5672: checking for nl_langinfo and CODESET
configure:5715: result: no
configure:5726: checking for LC_MESSAGES
configure:5748: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure: In function `main':
configure:5788: error: `LC_MESSAGES' undeclared (first use in this function)
configure:5788: error: (Each undeclared identifier is reported only once
configure:5788: error: for each function it appears in.)
configure:5751: $? = 1
configure: failed program was:
| #line 5731 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| /* end confdefs.h.  */
| #include <locale.h>
| int
| main ()
| {
| return LC_MESSAGES
|   ;
|   return 0;
| }
configure:5768: result: no
configure:5778: checking whether NLS is requested
configure:5787: result: yes
configure:5801: checking whether included gettext is requested
configure:5811: result: no
configure:5831: checking libintl.h usability
configure:5844: gcc -c -g -O2  conftest.c >&5
configure:5847: $? = 0
configure:5850: test -s conftest.o
configure:5853: $? = 0
configure:5863: result: yes
configure:5867: checking libintl.h presence
configure:5878: gcc -E  conftest.c
configure:5884: $? = 0
configure:5903: result: yes
configure:5939: checking for libintl.h
configure:5946: result: yes
configure:5951: checking for GNU gettext in libc
configure:5975: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccagbaaa.o(.text+0x2b): In function `main':
C:/MinGW/freeciv/configure:6014: undefined reference to 
`_imp__libintl_bindtextdomain'
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccagbaaa.o(.text+0x38):C:/MinGW/freeciv/configure:6015:
 undefined reference to `_imp__libintl_gettext'
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccagbaaa.o(.text+0x56):C:/MinGW/freeciv/configure:6015:
 undefined reference to `_imp__libintl_ngettext'
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccagbaaa.o(.text+0x5d):C:/MinGW/freeciv/configure:6015:
 undefined reference to `_nl_msg_cat_cntr'
collect2: ld returned 1 exit status
configure:5978: $? = 1
configure: failed program was:
| #line 5956 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr
|   ;
|   return 0;
| }
configure:5995: result: no
configure:5999: checking for GNU gettext in libintl
configure:6025: gcc -o conftest.exe -g -O2   conftest.c  -liconv -lintl -liconv 
>&5
C:/DOCUME~1/Utente/IMPOST~1/Temp/ccqQbaaa.o(.text+0x5d): In function `main':
C:/MinGW/freeciv/configure:6065: undefined reference to `_nl_msg_cat_cntr'
collect2: ld returned 1 exit status
configure:6028: $? = 1
configure: failed program was:
| #line 6006 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr
|   ;
|   return 0;
| }
configure:6046: result: no
configure:6275: checking for msgfmt
configure:6302: result: /mingw/bin/msgfmt
configure:6311: checking for gmsgfmt
configure:6342: result: /mingw/bin/msgfmt
configure:6351: checking for xgettext
configure:6378: result: /mingw/bin/xgettext
configure:6427: checking for bison
configure:6456: result: no
configure:6514: checking for catalogs to be installed
configure:6534: result:  ca cs da de en_GB es et fi fr he_IL hu it ja nl nb no 
pl pt pt_BR ro ru sv uk
configure:6561: checking for ngettext in -lc
configure:6592: gcc -o conftest.exe -g -O2   conftest.c -lc   -liconv >&5
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot 
find -lc
collect2: ld returned 1 exit status
configure:6595: $? = 1
configure: failed program was:
| #line 6568 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ngettext ();
| int
| main ()
| {
| ngettext ();
|   ;
|   return 0;
| }
configure:6613: result: no
configure:6692: checking for ngettext in -lintl
configure:6723: gcc -o conftest.exe -g -O2   conftest.c -lintl   -liconv >&5
configure:6726: $? = 0
configure:6729: test -s conftest.exe
configure:6732: $? = 0
configure:6744: result: yes
configure:6747: checking whether libintl's ngettext works at runtime
configure:6791: gcc -o conftest.exe -g -O2   conftest.c -lintl  -liconv >&5
configure:6794: $? = 0
configure:6796: ./conftest.exe
configure:6799: $? = 0
configure:6801: result: yes
configure:7038: checking for C99 variadic macros
configure:7064: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:7067: $? = 0
configure:7070: test -s conftest.o
configure:7073: $? = 0
configure:7084: result: yes
configure:7093: checking for C99 variable arrays
configure:7117: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure: In function `main':
configure:7157: warning: implicit declaration of function `strlen'
configure:7158: warning: implicit declaration of function `sprintf'
configure:7120: $? = 0
configure:7123: test -s conftest.o
configure:7126: $? = 0
configure:7137: result: yes
configure:7202: checking for gzgets in -lz
configure:7233: gcc -o conftest.exe -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations   conftest.c -lz   -liconv 
-lwsock32 >&5
configure:7236: $? = 0
configure:7239: test -s conftest.exe
configure:7242: $? = 0
configure:7254: result: yes
configure:7279: checking zlib.h usability
configure:7292: gcc -c -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations  conftest.c >&5
configure:7295: $? = 0
configure:7298: test -s conftest.o
configure:7301: $? = 0
configure:7311: result: yes
configure:7315: checking zlib.h presence
configure:7326: gcc -E  conftest.c
configure:7332: $? = 0
configure:7351: result: yes
configure:7387: checking for zlib.h
configure:7394: result: yes
configure:7457: checking for pkg-config
configure:7475: found /mingw/bin/pkg-config
configure:7488: result: /mingw/bin/pkg-config
configure:7509: checking for GTK+ - version >= 2.2.1
configure:7663: result: no
configure:7697: gcc -o conftest.exe -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations    conftest.c -lz  -liconv 
-lwsock32  >&5
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:23,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:30:19: 
cairo.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:31,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:23,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:32:18: 
glib.h: No such file or directory
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:33:25: 
pango/pango.h: No such file or directory
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:34:25: 
glib-object.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:31,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:23,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:64: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:74: 
error: syntax error before "GdkWChar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:87: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:168: 
error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:172: 
error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:176: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:182: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:184: 
error: syntax error before "width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:185: 
error: syntax error before "height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:190: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:192: 
error: syntax error before "x2"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:193: 
error: syntax error before "y2"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:198: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdktypes.h:200: 
error: syntax error before "width"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:23,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:42: 
error: syntax error before "struct"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:44: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:46: 
error: syntax error before "green"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:47: 
error: syntax error before "blue"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:67: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:76: 
error: syntax error before "windowing_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:81: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:85: 
error: syntax error before "gdk_colormap_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:85: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:88: 
error: syntax error before "gboolean"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:102: 
error: syntax error before "gdk_colormap_get_system_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:108: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:111: 
error: syntax error before "gdk_colormap_alloc_colors"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:113: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:117: 
error: syntax error before "gdk_colormap_alloc_color"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:119: 
error: syntax error before "gboolean"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:123: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:125: 
error: syntax error before "gulong"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:132: 
error: syntax error before "gdk_color_parse"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:132: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:134: 
error: syntax error before "gdk_color_hash"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:135: 
error: syntax error before "gdk_color_equal"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:138: 
error: syntax error before "gdk_color_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:138: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:144: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:145: 
error: syntax error before "gdk_color_white"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:147: 
error: syntax error before "gdk_color_black"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:149: 
error: syntax error before "gdk_color_alloc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:151: 
error: syntax error before "gdk_color_change"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:157: 
error: syntax error before "gdk_colors_alloc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:158: 
error: syntax error before "gboolean"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:164: 
error: syntax error before "gulong"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:34: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:37: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:41: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:42: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:47: 
error: syntax error before "gdk_rgb_xpixel_from_rgb"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:47: 
error: syntax error before "rgb"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:49: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:51: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:67: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:76: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:87: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:96: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:107: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:116: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:124: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:128: 
error: syntax error before "verbose"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:131: 
error: syntax error before "install"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:132: 
error: syntax error before "min_colors"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:137: 
error: syntax error before "gdk_rgb_ditherable"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkrgb.h:138: 
error: syntax error before "gdk_rgb_colormap_ditherable"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-features.h:36:
 error: syntax error before "extern"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-features.h:36:
 error: syntax error before "gdk_pixbuf_major_version"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-features.h:37:
 error: syntax error before "gdk_pixbuf_minor_version"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-features.h:38:
 error: syntax error before "gdk_pixbuf_micro_version"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:58:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:76:
 error: syntax error before "gdk_pixbuf_error_quark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:80:
 error: syntax error before "gdk_pixbuf_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:80:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:93:
 error: syntax error before "gdk_pixbuf_get_has_alpha"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:95:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:103:
 error: syntax error before "gboolean"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:127:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:131:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:135:
 error: syntax error before "gboolean"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:138:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:148:
 error: syntax error before "data_length"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:155:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:165:
 error: syntax error before "gdk_pixbuf_save"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:168:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:171:
 error: syntax error before "gdk_pixbuf_savev"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:176:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:180:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:180:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:183:
 error: `gboolean' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:186:
 error: syntax error before "GdkPixbufSaveFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:193:
 error: syntax error before "GdkPixbufSaveFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:198:
 error: `gdk_pixbuf_save_to_callbackv' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:203:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:210:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:215:
 error: `gdk_pixbuf_save_to_bufferv' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:219:
 error: syntax error before "guchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:231:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:235:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-core.h:236:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-transform.h:33:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-transform.h:38:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-transform.h:90:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-transform.h:104:
 error: syntax error before "guint32"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:38:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:49:
 error: syntax error before "gdk_pixbuf_animation_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:49:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:56:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:65:
 error: `gdk_pixbuf_animation_is_static_image' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:69:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:70:
 error: syntax error before "gdk_pixbuf_animation_iter_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:70:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:73:
 error: `gdk_pixbuf_animation_iter_on_currently_loading_frame' declared as 
function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:75:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-animation.h:75:
 error: `gdk_pixbuf_animation_iter_advance' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:36,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-simple-anim.h:29:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-simple-anim.h:31:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-simple-anim.h:42:
 error: syntax error before "gdk_pixbuf_simple_anim_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-simple-anim.h:42:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-simple-anim.h:43:
 error: syntax error before "gdk_pixbuf_simple_anim_iter_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-simple-anim.h:43:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-simple-anim.h:45:
 error: syntax error before "width"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stddef.h:6,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdio.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:37,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/include/stddef.h:213: error: syntax error 
before "typedef"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:37,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:34:21:
 gmodule.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:37,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:40:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:42:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:43:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:44:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:45:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:46:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:47:
 error: `gdk_pixbuf_format_is_writable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:48:
 error: `gdk_pixbuf_format_is_scalable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:49:
 error: `gdk_pixbuf_format_is_disabled' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:52:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-io.h:54:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:38,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:48:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:57:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:73:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:75:
 error: syntax error before "gdk_pixbuf_loader_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:75:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:78:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:80:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:85:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:87:
 error: `gdk_pixbuf_loader_write' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:91:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:91:
 error: `gdk_pixbuf_loader_close' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf.h:39,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:9:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:11:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:13:
 error: syntax error before "gdk_colorspace_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:13:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:15:
 error: syntax error before "gdk_pixbuf_error_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:15:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:18:
 error: syntax error before "gdk_interp_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:18:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:20:
 error: syntax error before "gdk_pixbuf_rotation_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-enum-types.h:20:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixbuf.h:39: 
error: syntax error before "void"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:25:30: 
pango/pangocairo.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:27: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:31: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:33: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:38: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcairo.h:40: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:39: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:126: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:132: 
error: syntax error before "gdk_cursor_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:132: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:143: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:147: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcursor.h:153: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:31: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:33: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:71: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:82: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:87: 
error: syntax error before "start_time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:91: 
error: syntax error before "windowing_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:95: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:102: 
error: syntax error before "gdk_drag_context_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:102: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:114: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:117: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:120: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:126: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:128: 
error: syntax error before "gdk_drag_get_protocol_for_display"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:129: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:134: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:140: 
error: syntax error before "gdk_drag_get_protocol"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:140: 
error: syntax error before "xid"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:144: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:153: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:157: 
error: `gdk_drag_motion' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:159: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:161: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:162: 
error: `gdk_drag_drop_succeeded' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:41: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:83: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:85: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:90: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:96: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:104: 
error: syntax error before "num_axes"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:107: 
error: syntax error before "num_keys"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:109: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:118: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:119: 
error: conflicting types for 'axes'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:105: 
error: previous declaration of 'axes' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:120: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:122: 
error: syntax error before "gdk_device_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:122: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:126: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:134: 
error: `gdk_device_set_mode' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:137: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:142: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:146: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:150: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:153: 
error: `gdk_device_get_history' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:155: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:157: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:159: 
error: `gdk_device_get_axis' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:162: 
error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:43: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:67: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:85: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:261: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:268: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:271: 
error: syntax error before "count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:278: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:285: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:287: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:293: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:295: 
error: syntax error before "x"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:296: 
error: syntax error before "y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:297: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:297: 
error: conflicting types for 'axes'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:119: 
error: previous declaration of 'axes' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:297: 
error: conflicting types for 'axes'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:119: 
error: previous declaration of 'axes' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:298: 
error: syntax error before "state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:298: 
error: conflicting types for 'state'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:286: 
error: previous declaration of 'state' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:299: 
error: syntax error before "is_hint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:301: 
error: syntax error before "x_root"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:302: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:308: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:310: 
error: syntax error before "x"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:311: 
error: syntax error before "y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:312: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:313: 
error: syntax error before "state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:314: 
error: syntax error before "button"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:316: 
error: syntax error before "x_root"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:317: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:323: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:325: 
error: syntax error before "x"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:326: 
error: syntax error before "y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:327: 
error: syntax error before "state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:330: 
error: syntax error before "x_root"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:331: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:337: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:339: 
error: syntax error before "state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:340: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:341: 
error: syntax error before "length"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:342: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:343: 
error: syntax error before "hardware_keycode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:344: 
error: syntax error before "group"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:351: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:353: 
error: syntax error before "time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:354: 
error: syntax error before "x"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:355: 
error: syntax error before "y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:356: 
error: syntax error before "x_root"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:357: 
error: syntax error before "y_root"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:358: 
error: conflicting types for 'mode'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:101: 
error: previous declaration of 'mode' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:361: 
error: syntax error before "state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:368: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:376: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:378: 
error: syntax error before "width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:379: 
error: syntax error before "height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:386: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:388: 
error: syntax error before "time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:389: 
error: syntax error before "state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:396: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:400: 
error: syntax error before "time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:401: 
error: syntax error before "requestor"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:408: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:412: 
error: syntax error before "time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:413: 
error: syntax error before "selection_time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:423: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:426: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:432: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:434: 
error: syntax error before "data_format"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:440: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:446: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:447: 
error: conflicting types for 'action'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdnd.h:85: 
error: previous declaration of 'action' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:448: 
error: conflicting types for 'name'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:99: 
error: previous declaration of 'name' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:449: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:455: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:458: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:463: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:467: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:474: 
error: syntax error before "gint8"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:477: 
error: syntax error before "time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:478: 
error: syntax error before "x_root"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:479: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:484: 
error: field `any' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:485: 
error: field `expose' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:486: 
error: field `no_expose' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:487: 
error: field `visibility' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:488: 
error: field `motion' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:489: 
error: field `button' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:490: 
error: field `scroll' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:491: 
error: field `key' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:492: 
error: field `crossing' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:493: 
error: field `focus_change' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:494: 
error: field `configure' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:495: 
error: field `property' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:496: 
error: field `selection' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:497: 
error: field `owner_change' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:498: 
error: field `proximity' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:499: 
error: field `client' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:500: 
error: field `dnd' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:501: 
error: field `window_state' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:502: 
error: field `setting' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:503: 
error: field `grab_broken' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:506: 
error: syntax error before "gdk_event_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:506: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:508: 
error: `gdk_events_pending' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:519: 
error: syntax error before "gdk_event_get_time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:521: 
error: `gdk_event_get_state' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:523: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:524: 
error: `gdk_event_get_coords' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:526: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:527: 
error: `gdk_event_get_root_coords' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:530: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:530: 
error: `gdk_event_get_axis' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:532: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:540: 
error: `gdk_get_show_events' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:545: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:547: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:548: 
error: `gdk_setting_get' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:31: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:33: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:45: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:49: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:54: 
error: syntax error before "button_click_time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:56: 
error: syntax error before "button_number"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:58: 
error: syntax error before "double_click_time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:63: 
error: syntax error before "closed"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:66: 
error: syntax error before "button_x"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:67: 
error: syntax error before "button_y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:68: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:72: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:75: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:75: 
error: `gint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:77: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:83: 
error: conflicting types for 'closed'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:72:
 error: previous declaration of 'closed' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:84: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:90: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:95: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:99: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:103: 
error: syntax error before "gdk_display_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:103: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:104: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:106: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:108: 
error: syntax error before "gdk_display_get_n_screens"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:110: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:113: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:115: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:116: 
error: `gdk_display_pointer_is_grabbed' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:123: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:133: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:136: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:138: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:146: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:150: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:154: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:162: 
error: `gdk_display_supports_cursor_alpha' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:163: 
error: `gdk_display_supports_cursor_color' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:164: 
error: syntax error before "gdk_display_get_default_cursor_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:166: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:171: 
error: `gdk_display_supports_selection_notification' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:173: 
error: `gdk_display_request_selection_notification' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:175: 
error: `gdk_display_supports_clipboard_persistence' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplay.h:178: 
error: syntax error before "guint32"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:35: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:158: 
error: field `foreground' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:159: 
error: field `background' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:167: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:169: 
error: syntax error before "clip_x_origin"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:170: 
error: syntax error before "clip_y_origin"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:171: 
error: syntax error before "graphics_exposures"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:172: 
error: syntax error before "line_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:176: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:187: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:190: 
error: syntax error before "clip_y_origin"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:191: 
error: syntax error before "ts_x_origin"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:192: 
error: syntax error before "ts_y_origin"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:195: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:199: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:207: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:216: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:219: 
error: syntax error before "gdk_gc_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:219: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:252: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:255: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:268: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:273: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkgc.h:277: 
error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:36: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:38: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:50: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:55: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:63: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:70: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:80: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:84: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:91: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:98: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:107:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:111:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:115:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:119:
 error: syntax error before "PangoFont"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:127:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:134:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:134:
 error: `gint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:136:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:147:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:156:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:166:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:177:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:186:
 error: syntax error before "PangoMatrix"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:194:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:196:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:211:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:218:
 error: syntax error before "gdk_drawable_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:218:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:225:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:228:
 error: syntax error before "gdk_drawable_get_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:229:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:233:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:239:
 error: syntax error before "gdk_drawable_get_depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:252:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:256:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:263:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:270:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:280:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:286:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:295:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:303:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:311:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:320:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:329:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:333:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:337:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:341:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:353:
 error: syntax error before "PangoFont"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:359:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:364:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:370:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:377:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:385:
 error: syntax error before "PangoMatrix"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:393:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:401:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdrawable.h:407:
 error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:36,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:9: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:11:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:14:
 error: syntax error before "gdk_drag_action_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:14:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:16:
 error: syntax error before "gdk_drag_protocol_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:16:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:19:
 error: syntax error before "gdk_filter_return_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:19:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:21:
 error: syntax error before "gdk_event_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:21:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:23:
 error: syntax error before "gdk_event_mask_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:23:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:25:
 error: syntax error before "gdk_visibility_state_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:25:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:27:
 error: syntax error before "gdk_scroll_direction_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:27:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:29:
 error: syntax error before "gdk_notify_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:29:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:31:
 error: syntax error before "gdk_crossing_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:31:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:33:
 error: syntax error before "gdk_property_state_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:33:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:35:
 error: syntax error before "gdk_window_state_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:35:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:37:
 error: syntax error before "gdk_setting_action_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:37:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:39:
 error: syntax error before "gdk_owner_change_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:39:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:42:
 error: syntax error before "gdk_font_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:42:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:45:
 error: syntax error before "gdk_cap_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:45:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:47:
 error: syntax error before "gdk_fill_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:47:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:49:
 error: syntax error before "gdk_function_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:49:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:51:
 error: syntax error before "gdk_join_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:51:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:53:
 error: syntax error before "gdk_line_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:53:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:55:
 error: syntax error before "gdk_subwindow_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:55:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:57:
 error: syntax error before "gdk_gc_values_mask_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:57:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:60:
 error: syntax error before "gdk_image_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:60:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:63:
 error: syntax error before "gdk_extension_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:63:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:65:
 error: syntax error before "gdk_input_source_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:65:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:67:
 error: syntax error before "gdk_input_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:67:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:69:
 error: syntax error before "gdk_axis_use_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:69:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:72:
 error: syntax error before "gdk_prop_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:72:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:75:
 error: syntax error before "gdk_fill_rule_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:75:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:77:
 error: syntax error before "gdk_overlap_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:77:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:80:
 error: syntax error before "gdk_rgb_dither_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:80:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:83:
 error: syntax error before "gdk_byte_order_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:83:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:85:
 error: syntax error before "gdk_modifier_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:85:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:87:
 error: syntax error before "gdk_input_condition_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:87:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:89:
 error: syntax error before "gdk_status_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:89:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:91:
 error: syntax error before "gdk_grab_status_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:91:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:94:
 error: syntax error before "gdk_visual_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:94:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:97:
 error: syntax error before "gdk_window_class_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:97:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:99:
 error: syntax error before "gdk_window_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:99:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:101:
 error: syntax error before "gdk_window_attributes_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:101:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:103:
 error: syntax error before "gdk_window_hints_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:103:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:105:
 error: syntax error before "gdk_window_type_hint_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:105:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:107:
 error: syntax error before "gdk_wm_decoration_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:107:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:109:
 error: syntax error before "gdk_wm_function_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:109:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:111:
 error: syntax error before "gdk_gravity_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:111:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:113:
 error: syntax error before "gdk_window_edge_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkenumtypes.h:113:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:38,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:33:30: 
pango/pango-font.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:38,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:43: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:52: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:56: 
error: syntax error before "gdk_font_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:56: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:60: 
error: syntax error before "gdk_font_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:62: 
error: `gdk_font_equal' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:65: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:67: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:69: 
error: syntax error before "PangoFontDescription"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:74: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:75: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:76: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:79: 
error: syntax error before "gdk_string_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:80: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:81: 
error: syntax error before "gdk_text_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:82: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:84: 
error: syntax error before "gdk_text_width_wc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:85: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:87: 
error: syntax error before "gdk_char_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:88: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:89: 
error: syntax error before "gdk_char_width_wc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:90: 
error: syntax error before "GdkWChar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:91: 
error: syntax error before "gdk_string_measure"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:92: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:93: 
error: syntax error before "gdk_text_measure"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:94: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:96: 
error: syntax error before "gdk_char_measure"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:97: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:98: 
error: syntax error before "gdk_string_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:99: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:100: 
error: syntax error before "gdk_text_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:101: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:103: 
error: syntax error before "gdk_char_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:104: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:107: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:115: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:123: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:40,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:63: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:70: 
error: syntax error before "width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:71: 
error: syntax error before "height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:72: 
error: syntax error before "depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:73: 
error: syntax error before "bpp"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:74: 
error: syntax error before "bpl"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:75: 
error: syntax error before "bits_per_pixel"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:76: 
error: syntax error before "mem"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:81: 
error: syntax error before "windowing_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:86: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:89: 
error: syntax error before "gdk_image_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:89: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:93: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:98: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:108: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:111: 
error: syntax error before "gdk_image_get_pixel"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:112: 
error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:42,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:34: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:39: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:41: 
error: syntax error before "level"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:64: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:66: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:70: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:74: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:76: 
error: syntax error before "gdk_keymap_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:76: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:84: 
error: syntax error before "gdk_keymap_lookup_key"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:87: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:93: 
error: `gdk_keymap_translate_keyboard_state' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:95: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:97: 
error: `gdk_keymap_get_entries_for_keyval' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:99: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:102: 
error: `gdk_keymap_get_entries_for_keycode' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:103: 
error: syntax error before "gdk_keymap_get_direction"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:107: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:107: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:108: 
error: syntax error before "gdk_keyval_from_name"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:108: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:109: 
error: syntax error before "symbol"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:112: 
error: syntax error before "gdk_keyval_to_upper"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:112: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:113: 
error: syntax error before "gdk_keyval_to_lower"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:113: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:114: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:115: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:117: 
error: syntax error before "gdk_keyval_to_unicode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:117: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:118: 
error: syntax error before "gdk_unicode_to_keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:118: 
error: syntax error before "wc"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:43,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplaymanager.h:33:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplaymanager.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplaymanager.h:47:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplaymanager.h:51:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplaymanager.h:53:
 error: syntax error before "gdk_display_manager_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplaymanager.h:53:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkdisplaymanager.h:59:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:44,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:25: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:29: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:67: 
error: syntax error before "PangoRenderer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:69: 
error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk-pixbuf/gdk-pixbuf-loader.h:51:
 error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:70: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:82: 
error: syntax error before "PangoRendererClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:85: 
error: syntax error before "gdk_pango_renderer_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:85: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:87: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:88: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:95: 
error: syntax error before "PangoRenderPart"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:98: 
error: syntax error before "PangoRenderPart"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:103: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:105: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:108: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:119: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:124: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:139: 
error: syntax error before "PangoAttribute"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:141: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:145: 
error: syntax error before "PangoAttribute"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:147: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:149: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:150: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:46,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:35: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:48: 
error: field `parent_instance' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:52: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:57: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:61: 
error: syntax error before "gdk_pixmap_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:61: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:66: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:70: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:74: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:84: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:89: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:93: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:98: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:103: 
error: syntax error before "anid"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:104: 
error: syntax error before "anid"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:108: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpixmap.h:110: 
error: syntax error before "GdkNativeWindow"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:47,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:34: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:41: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:43: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:48: 
error: syntax error before "gulong"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:54: 
error: `gdk_property_get' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:58: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:65: 
error: syntax error before "gdk_text_property_to_text_list"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:66: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:70: 
error: syntax error before "gdk_text_property_to_utf8_list"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:71: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:75: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:79: 
error: `gdk_utf8_to_compound_text' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:80: 
error: syntax error before "gdk_string_to_compound_text"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:80: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:87: 
error: syntax error before "gdk_text_property_to_text_list_for_display"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:89: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:93: 
error: syntax error before "gdk_text_property_to_utf8_list_for_display"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:95: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:100:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:100:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:101:
 error: syntax error before "gdk_string_to_compound_text_for_display"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:102:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:108:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:112:
 error: `gdk_utf8_to_compound_text_for_display' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:114:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkproperty.h:115:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:48,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:38: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:57: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:61: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:71: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:73: 
error: `gdk_region_empty' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:75: 
error: `gdk_region_equal' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:78: 
error: `gdk_region_point_in' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:83: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:86: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkregion.h:104: 
error: syntax error before "gpointer"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:50,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:31: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:33: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:44: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:51: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:53: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:57: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:60: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:62: 
error: syntax error before "gdk_screen_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:62: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:76: 
error: syntax error before "gdk_screen_get_number"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:77: 
error: syntax error before "gdk_screen_get_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:78: 
error: syntax error before "gdk_screen_get_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:79: 
error: syntax error before "gdk_screen_get_width_mm"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:80: 
error: syntax error before "gdk_screen_get_height_mm"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:82: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:83: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:84: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:86: 
error: syntax error before "gdk_screen_get_n_monitors"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:88: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:90: 
error: syntax error before "gdk_screen_get_monitor_at_point"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:91: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:93: 
error: syntax error before "gdk_screen_get_monitor_at_window"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:102: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:103: 
error: `gdk_screen_get_setting' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:106: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:107: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:110: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkscreen.h:111: 
error: syntax error before "gdk_screen_get_resolution_libgtk_only"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:51,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:32:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:56:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:68:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:69:
 error: `gdk_selection_owner_set' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:76:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:77:
 error: `gdk_selection_owner_set_for_display' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:84:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:86:
 error: syntax error before "guchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:88:
 error: `gdk_selection_property_get' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:91:
 error: syntax error before "requestor"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkselection.h:99:
 error: syntax error before "guint32"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:52,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:26:25: 
glib/gspawn.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:52,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:28: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:30: 
error: syntax error before "gboolean"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:31: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:38: 
error: `gdk_spawn_on_screen' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:41: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:51: 
error: `gdk_spawn_on_screen_with_pipes' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:54: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkspawn.h:55: 
error: `gdk_spawn_command_line_on_screen' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:54,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:41: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:75: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:77: 
error: conflicting types for 'type'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkimage.h:67: 
error: previous declaration of 'type' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:78: 
error: syntax error before "depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:80: 
error: syntax error before "colormap_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:81: 
error: syntax error before "bits_per_rgb"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:83: 
error: syntax error before "red_mask"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:84: 
error: syntax error before "red_shift"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:85: 
error: syntax error before "red_prec"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:87: 
error: syntax error before "green_mask"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:88: 
error: syntax error before "green_shift"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:89: 
error: syntax error before "green_prec"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:91: 
error: syntax error before "blue_mask"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:92: 
error: syntax error before "blue_shift"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:93: 
error: syntax error before "blue_prec"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:96: 
error: syntax error before "gdk_visual_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:96: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:99: 
error: syntax error before "gdk_visual_get_best_depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:103: 
error: syntax error before "depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:105: 
error: syntax error before "depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:108: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:111: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:113: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:55,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:36: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:198: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:200: 
error: syntax error before "x"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:201: 
error: syntax error before "width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:202: 
error: syntax error before "height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:208: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:209: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:211: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:215: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:217: 
error: syntax error before "max_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:218: 
error: syntax error before "max_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:219: 
error: syntax error before "base_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:220: 
error: syntax error before "base_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:221: 
error: syntax error before "width_inc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:222: 
error: syntax error before "height_inc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:223: 
error: syntax error before "min_aspect"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:224: 
error: syntax error before "max_aspect"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:226: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:231: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:235: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:252: 
error: field `parent_instance' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:258: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:261: 
error: syntax error before "y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:263: 
error: syntax error before "extension_events"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:265: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:266: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:271: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:274: 
error: syntax error before "update_freeze_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:276: 
error: syntax error before "window_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:276: 
error: conflicting types for 'window_type'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:206: 
error: previous declaration of 'window_type' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:277: 
error: syntax error before "depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:278: 
error: syntax error before "resize_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:280: 
error: conflicting types for 'state'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:389: 
error: previous declaration of 'state' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:280: 
error: conflicting types for 'state'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:389: 
error: previous declaration of 'state' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:282: 
error: syntax error before "guffaw_gravity"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:292: 
error: conflicting types for 'event_mask'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:199: 
error: previous declaration of 'event_mask' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:293: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:297: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:302: 
error: syntax error before "gdk_window_object_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:302: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:305: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:308: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:315: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:318: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:321: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:327: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:331: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:336: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:343: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:345: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:354: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:357: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:359: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:363: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:374: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:378: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:405: 
error: `gdk_window_is_visible' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:406: 
error: `gdk_window_is_viewable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:414: 
error: `gdk_window_set_static_gravities' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:418: 
error: syntax error before "anid"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:419: 
error: syntax error before "anid"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:422: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:424: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:431: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:454: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:463: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:465: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:476: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:478: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:484: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:486: 
error: syntax error before "gdk_window_get_origin"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:487: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:493: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:494: 
error: `gdk_window_get_deskrelative_origin' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:498: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:503: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:509: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:510: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:516: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:522: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:529: 
error: `gdk_window_get_decorations' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:533: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:553: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:558: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:572: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:572: 
error: `child_func' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:587: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:595: 
error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:31,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:57: error: 
syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:63: error: 
syntax error before "void"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:63: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:65: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:67: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:68: error: 
`gdk_init_check' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:69: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:73: error: 
syntax error before "error_code"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:75: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:77: error: 
syntax error before "char"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:83: error: 
syntax error before "gdk_error_trap_pop"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:87: error: 
`gdk_get_use_xshm' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:90: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:91: error: 
syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:95: error: 
syntax error before "gdk_input_add_full"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:95: error: 
syntax error before "source"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:102: error: 
syntax error before "gdk_input_add"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:102: error: 
syntax error before "source"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:106: error: 
syntax error before "tag"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:114: error: 
syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:117: error: 
syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:121: error: 
`gdk_pointer_grab_info_libgtk_only' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:124: error: 
`gdk_keyboard_grab_info_libgtk_only' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:127: error: 
syntax error before "time_"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:128: error: 
syntax error before "time_"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:129: error: 
`gdk_pointer_is_grabbed' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:131: error: 
syntax error before "gdk_screen_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:131: error: 
syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:132: error: 
syntax error before "gdk_screen_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:132: error: 
syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:134: error: 
syntax error before "gdk_screen_width_mm"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:134: error: 
syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:135: error: 
syntax error before "gdk_screen_height_mm"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:135: error: 
syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:143: error: 
syntax error before "msec"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:150: error: 
`gdk_rectangle_intersect' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:155: error: 
syntax error before "gdk_rectangle_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:155: error: 
syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:162: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:162: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:163: error: 
syntax error before "gdk_mbstowcs"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:163: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:171: error: 
syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:171: error: 
`gdk_event_send_client_message' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:176: error: 
syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:176: error: 
`gdk_event_send_client_message_for_display' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:184: error: 
syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:187: error: 
syntax error before "gdk_threads_lock"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:188: error: 
syntax error before "gdk_threads_unlock"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdk.h:193: error: 
syntax error before "enter_fn"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:35: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:304: 
error: `G_SIGNAL_RUN_FIRST' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:304: 
error: enumerator value for `GTK_RUN_FIRST' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:305: 
error: `G_SIGNAL_RUN_LAST' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:305: 
error: enumerator value for `GTK_RUN_LAST' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:307: 
error: `G_SIGNAL_NO_RECURSE' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:307: 
error: enumerator value for `GTK_RUN_NO_RECURSE' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:308: 
error: `G_SIGNAL_ACTION' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:308: 
error: enumerator value for `GTK_RUN_ACTION' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:310: 
error: `G_SIGNAL_NO_HOOKS' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkenums.h:310: 
error: enumerator value for `GTK_RUN_NO_HOOKS' not integer constant
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:47:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:61:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:63:
 error: `GtkAccelGroupActivate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:66:
 error: syntax error before "GClosure"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:67:
 error: `GtkAccelGroupFindFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:71:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:74:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:75:
 error: syntax error before "n_accels"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:77:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:81:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:84:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:93:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:97:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:99:
 error: syntax error before "accel_flags"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:104:
 error: syntax error before "gtk_accel_group_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:104:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:109:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:114:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:117:
 error: syntax error before "GClosure"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:117:
 error: `gtk_accel_group_disconnect' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:119:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:120:
 error: `gtk_accel_group_disconnect_key' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:122:
 error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:125:
 error: `gtk_accel_group_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:130:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:132:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:133:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:135:
 error: `gtk_accel_groups_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:136:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:136:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:139:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:140:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:144:
 error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:146:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:149:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:149:
 error: syntax error before "accelerator_key"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:151:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:151:
 error: syntax error before "accelerator_key"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:154:
 error: syntax error before "gtk_accelerator_get_default_mod_mask"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:159:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:164:
 error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:168:
 error: field `key' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelgroup.h:169:
 error: syntax error before "GClosure"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:62:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:89:
 error: syntax error before "GtkType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:93:
 error: syntax error before "GtkTypeObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:94:
 error: syntax error before "GtkTypeClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:95:
 error: syntax error before "GtkClassInitFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:96:
 error: syntax error before "GtkObjectInitFunc"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:104,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:9:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:11:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:14:
 error: syntax error before "gtk_calendar_display_options_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:14:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:17:
 error: syntax error before "gtk_cell_renderer_state_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:17:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:19:
 error: syntax error before "gtk_cell_renderer_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:19:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:22:
 error: syntax error before "gtk_cell_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:22:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:24:
 error: syntax error before "gtk_clist_drag_pos_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:24:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:26:
 error: syntax error before "gtk_button_action_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:26:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:29:
 error: syntax error before "gtk_ctree_pos_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:29:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:31:
 error: syntax error before "gtk_ctree_line_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:31:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:33:
 error: syntax error before "gtk_ctree_expander_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:33:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:35:
 error: syntax error before "gtk_ctree_expansion_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:35:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:38:
 error: syntax error before "gtk_debug_flag_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:38:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:41:
 error: syntax error before "gtk_dialog_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:41:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:43:
 error: syntax error before "gtk_response_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:43:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:46:
 error: syntax error before "gtk_dest_defaults_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:46:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:48:
 error: syntax error before "gtk_target_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:48:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:51:
 error: syntax error before "gtk_anchor_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:51:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:53:
 error: syntax error before "gtk_arrow_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:53:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:55:
 error: syntax error before "gtk_attach_options_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:55:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:57:
 error: syntax error before "gtk_button_box_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:57:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:59:
 error: syntax error before "gtk_curve_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:59:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:61:
 error: syntax error before "gtk_delete_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:61:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:63:
 error: syntax error before "gtk_direction_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:63:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:65:
 error: syntax error before "gtk_expander_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:65:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:67:
 error: syntax error before "gtk_icon_size_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:67:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:69:
 error: syntax error before "gtk_side_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:69:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:71:
 error: syntax error before "gtk_text_direction_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:71:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:73:
 error: syntax error before "gtk_justification_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:73:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:75:
 error: syntax error before "gtk_match_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:75:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:77:
 error: syntax error before "gtk_menu_direction_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:77:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:79:
 error: syntax error before "gtk_metric_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:79:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:81:
 error: syntax error before "gtk_movement_step_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:81:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:83:
 error: syntax error before "gtk_scroll_step_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:83:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:85:
 error: syntax error before "gtk_orientation_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:85:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:87:
 error: syntax error before "gtk_corner_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:87:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:89:
 error: syntax error before "gtk_pack_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:89:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:91:
 error: syntax error before "gtk_path_priority_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:91:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:93:
 error: syntax error before "gtk_path_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:93:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:95:
 error: syntax error before "gtk_policy_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:95:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:97:
 error: syntax error before "gtk_position_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:97:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:99:
 error: syntax error before "gtk_preview_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:99:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:101:
 error: syntax error before "gtk_relief_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:101:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:103:
 error: syntax error before "gtk_resize_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:103:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:105:
 error: syntax error before "gtk_signal_run_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:105:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:107:
 error: syntax error before "gtk_scroll_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:107:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:109:
 error: syntax error before "gtk_selection_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:109:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:111:
 error: syntax error before "gtk_shadow_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:111:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:113:
 error: syntax error before "gtk_state_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:113:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:115:
 error: syntax error before "gtk_submenu_direction_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:115:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:117:
 error: syntax error before "gtk_submenu_placement_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:117:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:119:
 error: syntax error before "gtk_toolbar_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:119:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:121:
 error: syntax error before "gtk_update_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:121:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:123:
 error: syntax error before "gtk_visibility_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:123:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:125:
 error: syntax error before "gtk_window_position_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:125:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:127:
 error: syntax error before "gtk_window_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:127:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:129:
 error: syntax error before "gtk_wrap_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:129:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:131:
 error: syntax error before "gtk_sort_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:131:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:133:
 error: syntax error before "gtk_im_preedit_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:133:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:135:
 error: syntax error before "gtk_im_status_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:135:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:137:
 error: syntax error before "gtk_pack_direction_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:137:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:140:
 error: syntax error before "gtk_file_chooser_action_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:140:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:142:
 error: syntax error before "gtk_file_chooser_confirmation_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:142:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:144:
 error: syntax error before "gtk_file_chooser_error_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:144:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:147:
 error: syntax error before "gtk_file_filter_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:147:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:150:
 error: syntax error before "gtk_icon_lookup_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:150:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:152:
 error: syntax error before "gtk_icon_theme_error_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:152:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:155:
 error: syntax error before "gtk_icon_view_drop_position_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:155:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:158:
 error: syntax error before "gtk_image_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:158:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:161:
 error: syntax error before "gtk_message_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:161:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:163:
 error: syntax error before "gtk_buttons_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:163:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:166:
 error: syntax error before "gtk_notebook_tab_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:166:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:169:
 error: syntax error before "gtk_object_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:169:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:171:
 error: syntax error before "gtk_arg_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:171:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:174:
 error: syntax error before "gtk_private_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:174:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:177:
 error: syntax error before "gtk_progress_bar_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:177:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:179:
 error: syntax error before "gtk_progress_bar_orientation_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:179:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:182:
 error: syntax error before "gtk_rc_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:182:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:184:
 error: syntax error before "gtk_rc_token_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:184:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:187:
 error: syntax error before "gtk_size_group_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:187:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:190:
 error: syntax error before "gtk_spin_button_update_policy_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:190:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:192:
 error: syntax error before "gtk_spin_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:192:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:195:
 error: syntax error before "gtk_text_search_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:195:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:198:
 error: syntax error before "gtk_text_window_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:198:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:201:
 error: syntax error before "gtk_toolbar_child_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:201:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:203:
 error: syntax error before "gtk_toolbar_space_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:203:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:206:
 error: syntax error before "gtk_tree_view_mode_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:206:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:209:
 error: syntax error before "gtk_tree_model_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:209:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:212:
 error: syntax error before "gtk_tree_view_drop_position_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:212:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:215:
 error: syntax error before "gtk_tree_view_column_sizing_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:215:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:218:
 error: syntax error before "gtk_ui_manager_item_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:218:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:221:
 error: syntax error before "gtk_widget_flags_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:221:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:223:
 error: syntax error before "gtk_widget_help_type_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypebuiltins.h:223:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:106:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:110:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:118:
 error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:118:
 error: `GtkFunction' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:119:
 error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:121:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:129:
 error: syntax error before "GtkSignalMarshaller"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:138:
 error: syntax error before "GtkType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:139:
 error: conflicting types for 'name'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:448: 
error: previous declaration of 'name' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:139:
 error: conflicting types for 'name'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:448: 
error: previous declaration of 'name' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:149:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:152:
 error: syntax error before "int_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:153:
 error: syntax error before "uint_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:154:
 error: syntax error before "long_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:155:
 error: syntax error before "ulong_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:156:
 error: syntax error before "float_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:157:
 error: syntax error before "double_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:158:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:160:
 error: syntax error before "pointer_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:165:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:167:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:168:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:220:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:222:
 error: syntax error before "class_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:223:
 error: syntax error before "class_init_func"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:224:
 error: syntax error before "object_init_func"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:225:
 error: syntax error before "reserved_1"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:226:
 error: syntax error before "reserved_2"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:227:
 error: syntax error before "base_class_init_func"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:232:
 error: syntax error before "gtk_type_class"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:232:
 error: syntax error before "type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:236:
 error: syntax error before "gtk_type_unique"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:236:
 error: syntax error before "parent_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:238:
 error: syntax error before "gtk_type_new"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:238:
 error: syntax error before "type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:249:
 error: syntax error before "GtkEnumValue"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:250:
 error: syntax error before "GtkFlagValue"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:251:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:251:
 error: syntax error before "enum_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:252:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:252:
 error: syntax error before "flags_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:253:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:253:
 error: syntax error before "enum_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:255:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:255:
 error: syntax error before "flags_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktypeutils.h:262:
 error: syntax error before "debug_flags"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdebug.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdebug.h:34: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdebug.h:69: 
error: syntax error before "gtk_debug_flags"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:58: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:81: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:93: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:98: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:101: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:112: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:118: 
error: syntax error before "gtk_object_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:118: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:127: 
error: syntax error before "type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:134: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:137: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:152: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:155: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:159: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:160: 
error: syntax error before "gtk_object_get_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:161: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:163: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:171: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:172: 
error: syntax error before "gtk_object_get_user_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:179: 
error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:182: 
error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:185: 
error: syntax error before "gtk_object_get_data_by_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:186: 
error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:188: 
error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:190: 
error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:198: 
error: `G_PARAM_READABLE' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:198: 
error: enumerator value for `GTK_ARG_READABLE' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:199: 
error: `G_PARAM_WRITABLE' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:199: 
error: enumerator value for `GTK_ARG_WRITABLE' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:200: 
error: `G_PARAM_CONSTRUCT' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:200: 
error: enumerator value for `GTK_ARG_CONSTRUCT' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:201: 
error: `G_PARAM_CONSTRUCT_ONLY' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:201: 
error: enumerator value for `GTK_ARG_CONSTRUCT_ONLY' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:206: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:209: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkobject.h:211: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:49:
 error: field `parent_instance' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:51:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:53:
 error: syntax error before "value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:54:
 error: syntax error before "step_increment"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:55:
 error: syntax error before "page_increment"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:56:
 error: syntax error before "page_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:61:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:74:
 error: syntax error before "gtk_adjustment_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:74:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:75:
 error: syntax error before "value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:84:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:86:
 error: syntax error before "gtk_adjustment_get_value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkadjustment.h:88:
 error: syntax error before "gdouble"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:49: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:58: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:60: 
error: `GtkRcPropertyParser' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:71: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:86: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:88: 
error: syntax error before "xthickness"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:89: 
error: syntax error before "ythickness"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:102: 
error: conflicting types for 'bg_pixmap'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:269: 
error: previous declaration of 'bg_pixmap' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:106: 
error: syntax error before "attach_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:108: 
error: syntax error before "depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:111: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:116: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:117: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:118: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:119: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:123: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:165: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:175: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:184: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:194: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:205: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:215: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:228: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:238: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:248: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:259: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:270: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:281: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:292: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:303: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:317: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:331: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:342: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:353: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:365: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:377: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:387: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:396: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:416: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:420: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:422: 
error: syntax error before "top"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:423: 
error: syntax error before "bottom"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:426: 
error: syntax error before "gtk_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:426: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:450: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:456: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:463: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:468: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:474: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:481: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:490: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:498: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:506: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:514: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:522: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:530: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:538: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:546: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:554: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:565: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:576: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:583: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:591: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:600: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:608: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:615: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:622: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:633: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:642: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:652: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:663: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:673: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:686: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:697: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:708: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:719: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:730: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:741: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:752: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:766: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:780: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:791: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:802: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:814: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:825: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:835: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:845: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:853: 
error: syntax error before "gtk_border_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:853: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:858: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:859: 
error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:872: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:880: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:21,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:36: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:58: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:63: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:64: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:72: 
error: syntax error before "xthickness"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:73: 
error: syntax error before "ythickness"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:76: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:79: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:81: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:83: 
error: syntax error before "engine_specified"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:88: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:101: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:103: 
error: syntax error before "GScanner"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:103: 
error: `guint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:120: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:130: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:131: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:132: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:137: 
error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:140: 
error: `gtk_rc_reparse_all_for_settings' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:143: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:144: 
error: syntax error before "GScanner"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:147: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:148: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:149: 
error: `gtk_rc_reparse_all' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:153: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:155: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:157: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:161: 
error: syntax error before "gtk_rc_style_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:161: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:167: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:167: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:168: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:169: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:170: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:171: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:175: 
error: `G_TOKEN_LAST' undeclared here (not in a function)
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:175: 
error: enumerator value for `GTK_RC_TOKEN_INVALID' not integer constant
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:215: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:216: 
error: syntax error before "gtk_rc_parse_color"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:216: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:218: 
error: syntax error before "gtk_rc_parse_state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:218: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:220: 
error: syntax error before "gtk_rc_parse_priority"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:220: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:229: 
error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:233: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:234: 
error: syntax error before "value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:237: 
error: syntax error before "GQuark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:240: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:23: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:36: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:44: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:51: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:54: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:62: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:72: 
error: syntax error before "gtk_settings_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:72: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:78: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:79: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:83: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:85: 
error: `gtk_rc_property_parse_color' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:86: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:88: 
error: `gtk_rc_property_parse_enum' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:89: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:91: 
error: `gtk_rc_property_parse_flags' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:92: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:94: 
error: `gtk_rc_property_parse_requisition' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:95: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:97: 
error: `gtk_rc_property_parse_border' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:101:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:104:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:108:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:112:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:119:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:124:
 error: syntax error before "type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:126:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksettings.h:128:
 error: `_gtk_settings_parse_convert' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:36:27:
 atk/atkobject.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:38: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:43: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:144: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:151: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:168: 
error: field `object' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:175: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:180: 
error: conflicting types for 'state'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:280: 
error: previous declaration of 'state' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:188: 
error: syntax error before "saved_state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:196: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:224: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:234: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:238: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:246: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:256: 
error: conflicting types for 'realize'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:129: 
error: previous declaration of 'realize' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:257: 
error: conflicting types for 'unrealize'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:134: 
error: previous declaration of 'unrealize' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:271: 
error: conflicting types for 'direction_changed'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:72: 
error: previous declaration of 'direction_changed' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:275: 
error: syntax error before "GParamSpec"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:279: 
error: `mnemonic_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:284: 
error: `focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:284: 
error: 'focus' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:360: 
error: previous declaration of 'focus' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:284: 
error: 'focus' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:360: 
error: previous declaration of 'focus' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:288: 
error: `event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:290: 
error: `button_press_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:292: 
error: `button_release_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:294: 
error: `scroll_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:296: 
error: `motion_notify_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:298: 
error: `delete_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:300: 
error: `destroy_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:302: 
error: `expose_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:304: 
error: `key_press_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:306: 
error: `key_release_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:308: 
error: `enter_notify_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:310: 
error: `leave_notify_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:312: 
error: `configure_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:314: 
error: `focus_in_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:316: 
error: `focus_out_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:318: 
error: `map_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:320: 
error: `unmap_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:322: 
error: `property_notify_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:324: 
error: `selection_clear_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:326: 
error: `selection_request_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:328: 
error: `selection_notify_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:330: 
error: `proximity_in_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:332: 
error: `proximity_out_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:334: 
error: `visibility_notify_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:336: 
error: `client_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:338: 
error: `no_expose_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:340: 
error: `window_state_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:345: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:349: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:359: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:367: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:370: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:372: 
error: `drag_motion' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:375: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:377: 
error: `drag_drop' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:380: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:387: 
error: `popup_menu' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:395: 
error: `show_help' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:399: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:404: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:404: 
error: `can_activate_accel' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:408: 
error: `grab_broken_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:416: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:420: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:422: 
error: syntax error before "width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:423: 
error: syntax error before "height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:424: 
error: syntax error before "x_set"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:430: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:433: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:435: 
error: syntax error before "gtk_widget_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:435: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:436: 
error: syntax error before "type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:446: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:457: 
error: `gtk_widget_get_no_show_all' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:466: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:473: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:493: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:500: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:501: 
error: `gtk_widget_remove_accelerator' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:503: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:505: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:507: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:509: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:509: 
error: `gtk_widget_can_activate_accel' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:511: 
error: `gtk_widget_mnemonic_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:513: 
error: `gtk_widget_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:514: 
error: syntax error before "gtk_widget_send_expose"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:517: 
error: `gtk_widget_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:520: 
error: `gtk_widget_set_scroll_adjustments' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:526: 
error: `gtk_widget_intersect' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:532: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:535: 
error: `gtk_widget_is_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:540: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:541: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:558: 
error: `gtk_widget_get_child_visible' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:564: 
error: `gtk_widget_child_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:567: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:570: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:574: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:577: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:582: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:584: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:591: 
error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:596: 
error: `gtk_widget_has_screen' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:611: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:622: 
error: syntax error before "gtk_widget_get_events"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:624: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:628: 
error: `gtk_widget_is_ancestor' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:632: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:635: 
error: `gtk_widget_translate_coordinates' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:639: 
error: `gtk_widget_hide_on_delete' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:664: 
error: syntax error before "PangoFontDescription"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:671: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:672: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:673: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:674: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:677: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:685: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:686: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:703: 
error: syntax error before "GParamSpec"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:705: 
error: syntax error before "GParamSpec"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:707: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:708: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:709: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:710: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:712: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:715: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:718: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:745: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:755: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:759: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:763: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:769: 
error: syntax error before "gtk_requisition_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:769: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:37:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:49:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:54:
 error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:58:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:69:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:79:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:82:
 error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:87:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:92:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:101:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:105:
 error: syntax error before "gtk_container_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:105:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:107:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:108:
 error: syntax error before "gtk_container_get_border_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:122:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:127:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:130:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:141:
 error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:143:
 error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:143:
 error: `gtk_container_get_focus_chain' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:161:
 error: syntax error before "gtk_container_child_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:165:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:167:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:167:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:169:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:169:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:173:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:177:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:181:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:185:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:189:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:193:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:197:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:206:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:211:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:214:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcontainer.h:215:
 error: syntax error before "GList"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:50: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:57: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:61: 
error: syntax error before "gtk_bin_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbin.h:61: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:37: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:47: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:57: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:59: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:60: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:67: 
error: conflicting types for 'group'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkkeys.h:40: 
error: previous declaration of 'group' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:69: 
error: syntax error before "configure_request_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:70: 
error: syntax error before "allow_shrink"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:104: 
error: syntax error before "frame_top"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:105: 
error: syntax error before "frame_right"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:106: 
error: syntax error before "frame_bottom"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:108: 
error: syntax error before "keys_changed_handler"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:112: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:121: 
error: `frame_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:148: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:151: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:155: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:162: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:170: 
error: syntax error before "gtk_window_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:170: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:173: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:174: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:176: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:179: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:180: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:187: 
error: `gtk_window_activate_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:193: 
error: `gtk_window_activate_default' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:203: 
error: `gtk_window_get_skip_taskbar_hint' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:206: 
error: `gtk_window_get_skip_pager_hint' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:209: 
error: `gtk_window_get_urgency_hint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:212: 
error: `gtk_window_get_accept_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:215: 
error: `gtk_window_get_focus_on_map' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:218: 
error: `gtk_window_get_destroy_with_parent' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:222: 
error: `gtk_window_get_resizable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:238: 
error: `gtk_window_is_active' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:239: 
error: `gtk_window_has_toplevel_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:246: 
error: `gtk_window_get_has_frame' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:248: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:253: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:259: 
error: `gtk_window_get_decorated' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:262: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:263: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:267: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:269: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:270: 
error: `gtk_window_set_icon_from_file' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:273: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:274: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:275: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:277: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:278: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:279: 
error: `gtk_window_set_default_icon_from_file' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:286: 
error: `gtk_window_get_modal' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:287: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:290: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:293: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:296: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:297: 
error: `gtk_window_mnemonic_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:303: 
error: `gtk_window_activate_key' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:305: 
error: `gtk_window_propagate_key_event' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:309: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:323: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:328: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:335: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:345: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:348: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:351: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:354: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:357: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:360: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:363: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:363: 
error: `gtk_window_parse_geometry' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:370: 
error: syntax error before "gtk_window_group_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:370: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:382: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:384: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:386: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:389: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:405: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:412: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:416: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwindow.h:417: 
error: `_gtk_window_query_nonaccels' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:38: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:96: 
error: field `window' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:110: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:124: 
error: syntax error before "gtk_dialog_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:124: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:127: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:135: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:137: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:140: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:144: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:147: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:148: 
error: syntax error before "gtk_dialog_get_response_for_widget"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:153: 
error: `gtk_dialog_get_has_separator' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:155: 
error: `gtk_alternative_dialog_button_order' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:157: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:160: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:165: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:168: 
error: syntax error before "gtk_dialog_run"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdialog.h:174: 
error: syntax error before "_gtk_dialog_get_response_for_widget"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:32,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:30:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:39:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:47:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:61:
 error: syntax error before "gtk_about_dialog_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:61:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:64:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:67:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:69:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:70:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:72:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:73:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:75:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:76:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:78:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:79:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:81:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:83:
 error: `gtk_about_dialog_get_wrap_license' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:87:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:89:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:90:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:92:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:93:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:95:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:96:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:98:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:99:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:101:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:102:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:104:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:108:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:110:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:113:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:117:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaboutdialog.h:120:
 error: syntax error before "gpointer"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:31,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:34,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:50: 
error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:52: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:55: 
error: syntax error before "xpad"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:56: 
error: syntax error before "ypad"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:61: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:65: 
error: syntax error before "gtk_misc_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:65: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:67: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:70: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:73: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmisc.h:76: 
error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:34,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:50:
 error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:52:
 error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:56:
 error: syntax error before "button"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:57:
 error: syntax error before "activate_time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:59:
 error: syntax error before "active"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:69:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:71:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:85:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:86:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:86:
 error: `gint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:92:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:95:
 error: syntax error before "gtk_menu_shell_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:95:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:102:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:115:
 error: syntax error before "_gtk_menu_shell_get_popup_delay"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:119:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:122:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:125:
 error: `gtk_menu_shell_get_take_focus' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:34,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:36: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:50: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:59: 
error: field `menu_shell' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:65: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:67: 
error: syntax error before "position_func_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:69: 
error: syntax error before "toggle_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:84: 
error: syntax error before "scroll_offset"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:85: 
error: syntax error before "saved_scroll_offset"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:86: 
error: syntax error before "scroll_step"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:87: 
error: syntax error before "timeout_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:93: 
error: syntax error before "navigation_timeout"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:95: 
error: syntax error before "needs_destruction_ref_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:112: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:122: 
error: syntax error before "gtk_menu_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:122: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:130: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:146: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:155: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:174: 
error: `gtk_menu_get_tearoff_state' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:180: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:181: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:185: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:192: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:198: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:199: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:34,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:52: 
error: field `misc' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:55: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:64: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:64: 
error: conflicting types for 'text'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:69: 
error: previous declaration of 'text' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:65: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:66: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:68: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:74: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:82: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:97: 
error: syntax error before "gtk_label_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:97: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:98: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:99: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:101: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:102: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:104: 
error: syntax error before "PangoAttrList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:105: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:107: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:108: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:110: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:113: 
error: `gtk_label_get_use_markup' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:116: 
error: `gtk_label_get_use_underline' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:119: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:120: 
error: syntax error before "gtk_label_get_mnemonic_keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:125: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:130: 
error: syntax error before "PangoEllipsizeMode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:131: 
error: syntax error before "gtk_label_get_ellipsize"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:133: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:134: 
error: syntax error before "gtk_label_get_width_chars"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:136: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:137: 
error: syntax error before "gtk_label_get_max_width_chars"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:139: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:142: 
error: `gtk_label_get_line_wrap' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:145: 
error: `gtk_label_get_selectable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:147: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:148: 
error: syntax error before "gtk_label_get_angle"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:150: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:153: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:154: 
error: `gtk_label_get_selection_bounds' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:156: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:158: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:163: 
error: `gtk_label_get_single_line_mode' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:169: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:175: 
error: syntax error before "gtk_label_parse_uline"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:176: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:34,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:37:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:47:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:52:
 error: field `label' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:54:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:57:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:59:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:60:
 error: syntax error before "accel_string_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:67:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:69:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:70:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:71:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:72:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:73:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:74:
 error: syntax error before "latin1_to_char"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:81:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:87:
 error: syntax error before "gtk_accel_label_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:87:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:88:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:90:
 error: syntax error before "gtk_accel_label_get_accel_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:94:
 error: syntax error before "GClosure"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:95:
 error: `gtk_accel_label_refetch' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:98:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccellabel.h:99:
 error: syntax error before "guint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:35,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:25: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:35: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:39: 
error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:54: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:57: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:58: 
error: `gtk_accel_map_lookup_entry' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:59: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:62: 
error: `gtk_accel_map_change_entry' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:63: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:64: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:65: 
error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:67: 
error: syntax error before "fd"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:68: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:69: 
error: syntax error before "fd"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:71: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:72: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:75: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:76: 
error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:80: 
error: syntax error before "gtk_accel_map_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:80: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:87: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:89: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:91: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccelmap.h:91: 
error: `_gtk_accel_path_is_valid' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:36,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:23:21:
 atk/atk.h: No such file or directory
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:36,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:44:
 error: syntax error before "AtkObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:51:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:55:
 error: syntax error before "AtkObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:64:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:66:
 error: syntax error before "gtk_accessible_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaccessible.h:66:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:37,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:36: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:51: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:56: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:60: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:65: 
error: syntax error before "menu_item_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:66: 
error: syntax error before "toolbar_item_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:81: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:83: 
error: syntax error before "gtk_action_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:83: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:84: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:88: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:89: 
error: `gtk_action_is_sensitive' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:90: 
error: `gtk_action_get_sensitive' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:93: 
error: `gtk_action_is_visible' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:94: 
error: `gtk_action_get_visible' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:106: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:109: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:110: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:121: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:38,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:36:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:38:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:38:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:43:
 error: syntax error before "func_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:51:
 error: syntax error before "callback_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:70:
 error: field `object' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:72:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:75:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:77:
 error: syntax error before "translate_func"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:78:
 error: syntax error before "translate_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:80:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:84:
 error: field `object_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:86:
 error: syntax error before "GHashTable"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:93:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:97:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:101:
 error: syntax error before "callback_action"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:119:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:125:
 error: syntax error before "extra_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:130:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:132:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:135:
 error: syntax error before "gtk_item_factory_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:135:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:140:
 error: syntax error before "container_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:144:
 error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:151:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:157:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:160:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:162:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:164:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:166:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:170:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:173:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:177:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:181:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:184:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:189:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:195:
 error: syntax error before "gtk_item_factory_popup_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:196:
 error: syntax error before "gtk_item_factory_popup_data_from_widget"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:198:
 error: syntax error before "GtkTranslateFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:207:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:209:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:212:
 error: syntax error before "callback_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:214:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:218:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:223:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:228:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:229:
 error: syntax error before "n_entries"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:231:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:38,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:36:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:54:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:58:
 error: conflicting types for 'private_data'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:55: 
error: previous declaration of 'private_data' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:59:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:63:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:66:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:73:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:77:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:78:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:79:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:80:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:81:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:82:
 error: syntax error before "callback"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:82:
 error: conflicting types for 'callback'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitemfactory.h:211:
 error: previous declaration of 'callback' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:87:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:88:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:89:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:90:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:91:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:92:
 error: syntax error before "callback"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:94:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:98:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:99:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:100:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:101:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:102:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:103:
 error: syntax error before "value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:106:
 error: syntax error before "gtk_action_group_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:106:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:107:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:108:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:109:
 error: `gtk_action_group_get_sensitive' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:112:
 error: `gtk_action_group_get_visible' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:116:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:117:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:122:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:127:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:131:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:135:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:141:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:146:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:151:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:157:
 error: syntax error before "GtkTranslateFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:161:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:162:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:163:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:40,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:53:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:55:
 error: syntax error before "xscale"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:56:
 error: syntax error before "yscale"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:65:
 error: syntax error before "gtk_alignment_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:65:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:66:
 error: syntax error before "xalign"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:71:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:77:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkalignment.h:83:
 error: syntax error before "guint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:41,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkarrow.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkarrow.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkarrow.h:51: 
error: field `misc' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkarrow.h:53: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkarrow.h:63: 
error: syntax error before "gtk_arrow_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkarrow.h:63: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:42,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:54: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:56: 
error: syntax error before "label_yalign"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:59: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:69: 
error: syntax error before "gtk_frame_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:69: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:70: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:73: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:74: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:80: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:83: 
error: syntax error before "gfloat"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:42,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:50:
 error: field `frame' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:52:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:54:
 error: syntax error before "ratio"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:58:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:66:
 error: syntax error before "gtk_aspect_frame_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:66:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:67:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:73:
 error: syntax error before "gfloat"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:43,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:52: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:55: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:57: 
error: syntax error before "homogeneous"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:62: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:68: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:76: 
error: syntax error before "gtk_box_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:76: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:81: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:86: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:93: 
error: `gtk_box_get_homogeneous' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:95: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:96: 
error: syntax error before "gtk_box_get_spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:99: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:104: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:110: 
error: syntax error before "guint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:43,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:50: 
error: field `box' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:51: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:53: 
error: syntax error before "child_ipad_x"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:54: 
error: syntax error before "child_ipad_y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:56: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:64: 
error: syntax error before "gtk_button_box_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:64: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:70: 
error: `gtk_button_box_get_child_secondary' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:80: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:83: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:86: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbbox.h:89: 
error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:45,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:39: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:52: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:54: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:55: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:56: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:59: 
error: syntax error before "parsed"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:66: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:70: 
error: syntax error before "destroyed"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:75: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:80: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:83: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:87: 
error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:89: 
error: syntax error before "glong"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:91: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:92: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:93: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:98: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:99: 
error: syntax error before "object_class"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:100:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:102:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:103:
 error: `gtk_bindings_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:105:
 error: `gtk_bindings_activate_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:107:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:109:
 error: `gtk_binding_set_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:112:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:115:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:122:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:129:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:132:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:136:
 error: syntax error before "gtk_binding_parse_binding"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:136:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:144:
 error: syntax error before "_gtk_binding_signal_new"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbindings.h:144:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:47,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:73: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:85: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:90: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:92: 
error: syntax error before "theme_change_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:109: 
error: field `misc' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:118: 
error: field `stock' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:120: 
error: field `anim' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:121: 
error: field `name' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:148: 
error: syntax error before "gtk_image_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:148: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:155: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:157: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:162: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:173: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:177: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:185: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:188: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:200: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:207: 
error: syntax error before "G_CONST_RETURN"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimage.h:209: 
error: syntax error before "gtk_image_get_pixel_size"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:47,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:37: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:55: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:59: 
error: syntax error before "constructed"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:89: 
error: syntax error before "gtk_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:89: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:91: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:92: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:93: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:104: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:105: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:108: 
error: `gtk_button_get_use_underline' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:111: 
error: `gtk_button_get_use_stock' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:114: 
error: `gtk_button_get_focus_on_click' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:116: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:119: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbutton.h:132: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:36,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:48,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:8: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:11: 
error: syntax error before "extern"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:11: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:20: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:29: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:38: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:47: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:56: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:65: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:73: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:81: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:101: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:110: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:123: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:132: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:153: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:162: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:171: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:180: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:189: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:198: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:207: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:216: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:225: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:240: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:253: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:262: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmarshal.h:271: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:36,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:48,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:94: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:102: 
error: syntax error before "gtk_signal_new"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:102: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:111: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:113: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:117: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:121: 
error: syntax error before "gtk_signal_connect_full"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:122: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:130: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:133: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:136: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:139: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksignal.h:143: 
error: syntax error before "gpointer"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:48,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:39: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:49: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:65: 
error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:70: 
error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:72: 
error: syntax error before "selected_day"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:74: 
error: syntax error before "day_month"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:75: 
error: syntax error before "day"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:77: 
error: syntax error before "num_marked_dates"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:78: 
error: syntax error before "marked_date"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:85: 
error: syntax error before "focus_row"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:86: 
error: syntax error before "focus_col"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:88: 
error: syntax error before "highlight_row"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:89: 
error: syntax error before "highlight_col"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:91: 
error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:69: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:91: 
error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:69: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:92: 
error: syntax error before "grow_space"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:99: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:103:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:117:
 error: syntax error before "gtk_calendar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:117:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:121:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:122:
 error: `gtk_calendar_select_month' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:124:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:127:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:127:
 error: `gtk_calendar_mark_day' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:129:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:129:
 error: `gtk_calendar_unmark_day' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:143:
 error: syntax error before "guint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:49,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelleditable.h:25:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelleditable.h:33:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelleditable.h:38:
 error: syntax error before "GTypeInterface"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelleditable.h:47:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelleditable.h:50:
 error: syntax error before "gtk_cell_editable_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelleditable.h:50:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:49,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:29:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:58:
 error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:60:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:63:
 error: syntax error before "width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:64:
 error: syntax error before "height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:66:
 error: syntax error before "xpad"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:67:
 error: syntax error before "ypad"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:69:
 error: syntax error before "mode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:80:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:86:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:100:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:103:
 error: `activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:107:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:116:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:123:
 error: syntax error before "gtk_cell_renderer_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:123:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:128:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:142:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:145:
 error: `gtk_cell_renderer_activate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:149:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:154:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:157:
 error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:49,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:28:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:39:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:44:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:44:
 error: `GtkTreeModelForeachFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:55:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:57:
 error: syntax error before "user_data2"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:58:
 error: syntax error before "user_data3"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:63:
 error: syntax error before "GTypeInterface"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:80:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:85:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:85:
 error: `gint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:86:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:87:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:87:
 error: `GType' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:90:
 error: `get_iter' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:95:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:98:
 error: `iter_next' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:101:
 error: `iter_children' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:103:
 error: `iter_has_child' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:104:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:105:
 error: `gint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:109:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:109:
 error: `iter_nth_child' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:112:
 error: `iter_parent' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:117:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:122:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:123:
 error: syntax error before "first_index"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:125:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:128:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:130:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:131:
 error: syntax error before "gtk_tree_path_get_depth"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:132:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:135:
 error: syntax error before "gtk_tree_path_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:135:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:136:
 error: syntax error before "gtk_tree_path_compare"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:139:
 error: `gtk_tree_path_prev' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:140:
 error: `gtk_tree_path_up' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:144:
 error: `gtk_tree_path_is_ancestor' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:146:
 error: `gtk_tree_path_is_descendant' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:157:
 error: syntax error before "gtk_tree_row_reference_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:157:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:160:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:165:
 error: `gtk_tree_row_reference_valid' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:170:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:172:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:174:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:182:
 error: syntax error before "gtk_tree_iter_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:182:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:184:
 error: syntax error before "gtk_tree_model_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:184:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:186:
 error: syntax error before "gtk_tree_model_get_n_columns"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:187:
 error: syntax error before "gtk_tree_model_get_column_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:188:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:194:
 error: `gtk_tree_model_get_iter' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:197:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:197:
 error: `gtk_tree_model_get_iter_from_string' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:198:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:201:
 error: `gtk_tree_model_get_iter_first' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:206:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:209:
 error: `gtk_tree_model_iter_next' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:212:
 error: `gtk_tree_model_iter_children' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:214:
 error: `gtk_tree_model_iter_has_child' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:215:
 error: syntax error before "gtk_tree_model_iter_n_children"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:220:
 error: syntax error before "gint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:220:
 error: `gtk_tree_model_iter_nth_child' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:223:
 error: `gtk_tree_model_iter_parent' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:233:
 error: syntax error before "va_list"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:238:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:260:
 error: syntax error before "gint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:49,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:35:
 error: syntax error before "enum"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:43:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:46:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:46:
 error: `gint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:46:
 error: 'gint' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:105:
 error: previous declaration of 'gint' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:46:
 error: 'gint' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodel.h:105:
 error: previous declaration of 'gint' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:51:
 error: syntax error before "GTypeInterface"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:59:
 error: `get_sort_column_id' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:65:
 error: syntax error before "GtkTreeIterCompareFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:69:
 error: syntax error before "GtkTreeIterCompareFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:72:
 error: `has_default_sort_func' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:73:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:76:
 error: syntax error before "gtk_tree_sortable_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:76:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:81:
 error: `gtk_tree_sortable_get_sort_column_id' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:87:
 error: syntax error before "GtkTreeIterCompareFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:91:
 error: syntax error before "GtkTreeIterCompareFunc"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreesortable.h:94:
 error: `gtk_tree_sortable_has_default_sort_func' declared as function 
returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:49,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:32:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:42:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:56:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:61:
 error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:70:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:72:
 error: 'spacing' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkbox.h:56: 
error: previous declaration of 'spacing' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:80:
 error: 'width' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:63:
 error: previous declaration of 'width' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:83:
 error: 'max_width' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:217: 
error: previous declaration of 'max_width' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:89:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:90:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:93:
 error: syntax error before "sort_clicked_signal"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:94:
 error: syntax error before "sort_column_changed_signal"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:99:
 error: syntax error before "visible"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:112:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:123:
 error: syntax error before "gtk_tree_view_column_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:123:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:125:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:135:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:138:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:142:
 error: syntax error before "G_GNUC_NULL_TERMINATED"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:146:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:152:
 error: `gtk_tree_view_column_get_spacing' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:155:
 error: `gtk_tree_view_column_get_visible' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:158:
 error: `gtk_tree_view_column_get_resizable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:162:
 error: `gtk_tree_view_column_get_width' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:163:
 error: `gtk_tree_view_column_get_fixed_width' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:168:
 error: `gtk_tree_view_column_get_min_width' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:171:
 error: `gtk_tree_view_column_get_max_width' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:179:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:180:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:183:
 error: `gtk_tree_view_column_get_expand' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:186:
 error: `gtk_tree_view_column_get_clickable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:191:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:192:
 error: syntax error before "gtk_tree_view_column_get_alignment"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:195:
 error: `gtk_tree_view_column_get_reorderable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:204:
 error: `gtk_tree_view_column_get_sort_column_id' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:207:
 error: `gtk_tree_view_column_get_sort_indicator' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:226:
 error: `gtk_tree_view_column_cell_is_visible' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:232:
 error: `gtk_tree_view_column_cell_get_position' declared as function returning 
a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:49,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:28:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:43:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:47:
 error: syntax error before "GTypeInterface"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:59:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:64:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:71:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:73:
 error: syntax error before "gtk_cell_layout_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:73:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:83:
 error: syntax error before "G_GNUC_NULL_TERMINATED"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:86:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:91:
 error: syntax error before "gpointer"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:51,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:42:
 error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:45:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:47:
 error: syntax error before "font_scale"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:48:
 error: syntax error before "foreground"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:49:
 error: syntax error before "background"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:51:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:53:
 error: syntax error before "underline_style"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:58:
 error: syntax error before "strikethrough"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:82:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:92:
 error: syntax error before "gtk_cell_renderer_text_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:92:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:51,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:41:
 error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:44:
 error: field `text_column' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:45:
 error: field `has_entry' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:48:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:56:
 error: syntax error before "gtk_cell_renderer_combo_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderercombo.h:56:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:52,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererpixbuf.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererpixbuf.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererpixbuf.h:41:
 error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererpixbuf.h:60:
 error: syntax error before "gtk_cell_renderer_pixbuf_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererpixbuf.h:60:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:53,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererprogress.h:32:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererprogress.h:41:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererprogress.h:47:
 error: field `parent_instance' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererprogress.h:64:
 error: syntax error before "gtk_cell_renderer_progress_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrendererprogress.h:64:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:55,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:41:
 error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:44:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:54:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:63:
 error: syntax error before "gtk_cell_renderer_toggle_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:63:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:66:
 error: `gtk_cell_renderer_toggle_get_radio' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertoggle.h:70:
 error: `gtk_cell_renderer_toggle_get_active' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:56,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:27: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:36: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:42: 
error: field `parent_instance' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:50: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:53: 
error: syntax error before "gtk_cell_view_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:53: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:55: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:56: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:66: 
error: `gtk_cell_view_get_size_of_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellview.h:70: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:57,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:49:
 error: field `button' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:51:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:70:
 error: syntax error before "gtk_toggle_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:70:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:73:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:74:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:77:
 error: `gtk_toggle_button_get_mode' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:80:
 error: `gtk_toggle_button_get_active' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktogglebutton.h:84:
 error: `gtk_toggle_button_get_inconsistent' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:57,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:50:
 error: field `toggle_button' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:68:
 error: syntax error before "gtk_check_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:68:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:70:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckbutton.h:71:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:58,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitem.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitem.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitem.h:69: 
error: syntax error before "gtk_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkitem.h:69: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:58,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:55: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:57: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:59: 
error: syntax error before "show_submenu_indicator"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:77: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:79: 
error: conflicting types for 'activate'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:63: 
error: previous declaration of 'activate' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:91: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:94: 
error: syntax error before "gtk_menu_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:94: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:96: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:97: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:111:
 error: `gtk_menu_item_get_right_justified' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:113:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:117:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:120:
 error: `_gtk_menu_item_is_selectable' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:58,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:50:
 error: field `menu_item' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:52:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:60:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:74:
 error: syntax error before "gtk_check_menu_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:74:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:77:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:78:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:81:
 error: `gtk_check_menu_item_get_active' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:85:
 error: `gtk_check_menu_item_get_inconsistent' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcheckmenuitem.h:88:
 error: `gtk_check_menu_item_get_draw_as_radio' declared as function returning 
a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:59,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:58:
 error: field `format' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:59:
 error: syntax error before "guchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:60:
 error: 'length' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:341: 
error: previous declaration of 'length' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:62:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:65:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:67:
 error: syntax error before "info"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:78:
 error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:84:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:89:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:94:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:97:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:99:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:102:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:105:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:110:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:110:
 error: `gtk_target_list_find' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:116:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:116:
 error: `gtk_selection_owner_set' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:120:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:120:
 error: `gtk_selection_owner_set_for_display' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:125:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:129:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:135:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:135:
 error: `gtk_selection_convert' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:139:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:142:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:143:
 error: `gtk_selection_data_set_text' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:144:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:146:
 error: `gtk_selection_data_set_pixbuf' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:149:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:149:
 error: `gtk_selection_data_set_uris' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:150:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:154:
 error: `gtk_selection_data_get_targets' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:155:
 error: `gtk_selection_data_targets_include_text' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:157:
 error: `gtk_selection_data_targets_include_image' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:166:
 error: `gtk_selection_clear' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:169:
 error: `_gtk_selection_request' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:171:
 error: `_gtk_selection_incr_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:173:
 error: `_gtk_selection_notify' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:175:
 error: `_gtk_selection_property_notify' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:177:
 error: syntax error before "gtk_selection_data_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkselection.h:177:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:59,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:33:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:35:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:37:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:41:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:45:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:53:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:56:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:58:
 error: syntax error before "gtk_clipboard_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:58:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:71:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:74:
 error: `gtk_clipboard_set_with_data' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:77:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:80:
 error: `gtk_clipboard_set_with_owner' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:81:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:84:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:92:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:95:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:98:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:101:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:105:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:109:
 error: `gtk_clipboard_wait_for_targets' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:111:
 error: `gtk_clipboard_wait_is_text_available' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:112:
 error: `gtk_clipboard_wait_is_image_available' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclipboard.h:114:
 error: `gtk_clipboard_wait_is_target_available' declared as function returning 
a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrollbar.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscrollbar.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:38,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:60,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:36: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:47: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:55: 
error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:59: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:91: 
error: syntax error before "trough_click_forward"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:93: 
error: conflicting types for 'layout'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklabel.h:68: 
error: previous declaration of 'layout' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:94: 
error: conflicting types for 'timer'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenuitem.h:64: 
error: previous declaration of 'timer' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:97: 
error: syntax error before "update_timeout_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:99: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:103: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:106: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:111: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:123: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:123: 
error: `change_value' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:129: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:132: 
error: syntax error before "gtk_range_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:132: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:142: 
error: `gtk_range_get_inverted' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:144: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:147: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:150: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:151: 
error: syntax error before "gtk_range_get_value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:153: 
error: syntax error before "_gtk_range_get_wheel_delta"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscrollbar.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:38,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:60,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrollbar.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrollbar.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrollbar.h:50:
 error: field `range' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrollbar.h:55:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrollbar.h:65:
 error: syntax error before "gtk_scrollbar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrollbar.h:65:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:38,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:60,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscrollbar.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscrollbar.h:46:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscrollbar.h:60:
 error: syntax error before "gtk_hscrollbar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscrollbar.h:60:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:39,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:60,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscrollbar.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscrollbar.h:46:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscrollbar.h:60:
 error: syntax error before "gtk_vscrollbar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscrollbar.h:60:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:60,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:43: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:47: 
error: syntax error before "enum"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:130: 
error: syntax error before "gconstpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:131: 
error: `GtkCListCompareFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:138: 
error: field `row' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:139: 
error: field `column' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:150: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:152: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:156: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:158: 
error: syntax error before "freeze_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:167: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:168: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:189: 
error: conflicting types for 'shadow_type'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkarrow.h:54: 
error: previous declaration of 'shadow_type' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:195: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:195: 
error: conflicting types for 'selection'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:411: 
error: previous declaration of 'selection' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:196: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:198: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:199: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:203: 
error: syntax error before "button_actions"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:205: 
error: syntax error before "drag_button"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:218: 
error: conflicting types for 'fg_gc'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:91: 
error: previous declaration of 'fg_gc' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:219: 
error: conflicting types for 'bg_gc'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:92: 
error: previous declaration of 'bg_gc' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:228: 
error: 'focus_row' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:85: 
error: previous declaration of 'focus_row' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:245: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:249: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:279: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:283: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:286: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:291: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:302: 
error: conflicting types for 'clear'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcelllayout.h:56:
 error: previous declaration of 'clear' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:308: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:308: 
error: `insert_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:315: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:324: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:328: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:331: 
error: conflicting types for 'button'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenushell.h:56:
 error: previous declaration of 'button' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:339: 
error: syntax error before "visible"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:351: 
error: field `foreground' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:352: 
error: field `background' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:356: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:359: 
error: syntax error before "fg_set"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:369: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:374: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:375: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:381: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:388: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:394: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:399: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:400: 
error: syntax error before "spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:400: 
error: 'spacing' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:72:
 error: previous declaration of 'spacing' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:400: 
error: 'spacing' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeviewcolumn.h:72:
 error: previous declaration of 'spacing' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:403: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:409: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:415: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:421: 
error: syntax error before "gint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:427: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:435: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:439: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:442: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:443: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:445: 
error: syntax error before "gtk_clist_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:445: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:450: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:476: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:504: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:507: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:539: 
error: `gtk_clist_columns_autosize' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:543: 
error: `gtk_clist_optimal_column_width' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:565: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:575: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:591: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:599: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:599: 
error: `gtk_clist_get_text' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:612: 
error: `gtk_clist_get_pixmap' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:618: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:626: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:629: 
error: `gtk_clist_get_pixtext' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:677: 
error: `gtk_clist_get_selectable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:683: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:683: 
error: `gtk_clist_prepend' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:685: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:685: 
error: `gtk_clist_append' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:692: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:692: 
error: `gtk_clist_insert' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:701: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:706: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:710: 
error: syntax error before "gtk_clist_get_row_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:717: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:717: 
error: `gtk_clist_find_row_from_data' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:745: 
error: `gtk_clist_get_selection_info' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:784: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:61,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:37:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:53:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:58:
 error: field `button' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:78:
 error: syntax error before "gtk_color_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:78:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:84:
 error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:87:
 error: syntax error before "gtk_color_button_get_alpha"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:90:
 error: `gtk_color_button_get_use_alpha' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:92:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorbutton.h:93:
 error: syntax error before "gchar"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:31,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:62,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbox.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbox.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbox.h:51: 
error: field `box' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbox.h:60: 
error: syntax error before "gtk_vbox_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbox.h:60: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:62,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:43: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:58: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:77: 
error: syntax error before "gtk_color_selection_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:77: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:79: 
error: `gtk_color_selection_get_has_opacity_control' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:82: 
error: `gtk_color_selection_get_has_palette' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:90: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:93: 
error: syntax error before "gtk_color_selection_get_current_alpha"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:97: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:100:
 error: syntax error before "gtk_color_selection_get_previous_alpha"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:102:
 error: `gtk_color_selection_is_adjusting' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:104:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:106:
 error: `gtk_color_selection_palette_from_string' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:107:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:121:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorsel.h:123:
 error: syntax error before "gdouble"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:63,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorseldialog.h:33:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorseldialog.h:43:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorseldialog.h:70:
 error: syntax error before "gtk_color_selection_dialog_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorseldialog.h:70:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcolorseldialog.h:71:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:64,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbox.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbox.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbox.h:50: 
error: field `box' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbox.h:59: 
error: syntax error before "gtk_hbox_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbox.h:59: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:64,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:64: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:67: 
error: syntax error before "value_in_list"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:74: 
error: syntax error before "activate_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:87: 
error: syntax error before "gtk_combo_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:87: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:107: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombo.h:110: 
error: syntax error before "GList"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:65,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:37: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:56: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:60: 
error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:114: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:116: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:145: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:149: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdnd.h:159: 
error: `gtk_drag_check_threshold' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:65,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:29: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:32: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:59: 
error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:66: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:76: 
error: `test_expand_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:79: 
error: `test_collapse_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:92: 
error: `move_cursor' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:93: 
error: `select_all' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:94: 
error: `unselect_all' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:96: 
error: `select_cursor_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:97: 
error: `toggle_cursor_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:101:
 error: `expand_collapse_cursor_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:102:
 error: `select_cursor_parent' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:103:
 error: `start_interactive_search' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:118:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:118:
 error: `GtkTreeViewColumnDropFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:121:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:124:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:126:
 error: `GtkTreeViewSearchEqualFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:129:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:129:
 error: `GtkTreeViewRowSeparatorFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:133:
 error: syntax error before "gtk_tree_view_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:133:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:148:
 error: `gtk_tree_view_get_headers_visible' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:156:
 error: `gtk_tree_view_get_rules_hint' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:160:
 error: `gtk_tree_view_append_column' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:162:
 error: `gtk_tree_view_remove_column' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:165:
 error: `gtk_tree_view_insert_column' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:168:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:173:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:177:
 error: `gtk_tree_view_insert_column_with_data_func' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:180:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:189:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:200:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:211:
 error: `gtk_tree_view_expand_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:213:
 error: `gtk_tree_view_collapse_row' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:216:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:218:
 error: `gtk_tree_view_row_expanded' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:221:
 error: `gtk_tree_view_get_reorderable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:244:
 error: `gtk_tree_view_get_path_at_pos' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:267:
 error: `gtk_tree_view_get_visible_range' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:294:
 error: `gtk_tree_view_get_dest_row_at_pos' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:301:
 error: `gtk_tree_view_get_enable_search' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:302:
 error: `gtk_tree_view_get_search_column' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:308:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:316:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:319:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:324:
 error: `gtk_tree_view_get_fixed_height_mode' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:327:
 error: `gtk_tree_view_get_hover_selection' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:330:
 error: `gtk_tree_view_get_hover_expand' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeview.h:335:
 error: syntax error before "gpointer"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:65,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:27: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:36: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:56: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:62: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:66: 
error: syntax error before "gtk_combo_box_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:66: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:71: 
error: `gtk_combo_box_get_wrap_width' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:74: 
error: `gtk_combo_box_get_row_span_column' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:77: 
error: `gtk_combo_box_get_column_span_column' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:81: 
error: `gtk_combo_box_get_add_tearoffs' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:84: 
error: `gtk_combo_box_get_focus_on_click' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:89: 
error: `gtk_combo_box_get_active' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:93: 
error: `gtk_combo_box_get_active_iter' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:105:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:111:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:114:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:116:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:119:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:124:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:127:
 error: `_gtk_combo_box_editing_canceled' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:66,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcomboboxentry.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcomboboxentry.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcomboboxentry.h:49:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcomboboxentry.h:59:
 error: syntax error before "gtk_combo_box_entry_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcomboboxentry.h:59:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcomboboxentry.h:66:
 error: `gtk_combo_box_entry_get_text_column' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:68,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:38: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:55: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:95: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:98: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:101: 
error: `GtkCTreeGNodeFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:106: 
error: `GtkCTreeCompareDragFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:110: 
error: field `clist' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:114: 
error: field `tree_indent' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:115: 
error: field `tree_spacing' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:116: 
error: field `tree_column' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:118: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:123: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:127: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:149: 
error: field `row' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:160: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:167: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:175: 
error: syntax error before "gtk_ctree_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:175: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:178: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:184: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:197: 
error: syntax error before "GNode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:200: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:201: 
error: syntax error before "GNode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:215: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:220: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:224: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:229: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:231: 
error: `gtk_ctree_is_viewable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:237: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:240: 
error: `gtk_ctree_find' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:243: 
error: `gtk_ctree_is_ancestor' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:246: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:248: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:250: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:253: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:256: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:258: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:262: 
error: `gtk_ctree_is_hot_spot' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:309: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:318: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:324: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:341: 
error: `gtk_ctree_node_get_selectable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:348: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:348: 
error: `gtk_ctree_node_get_text' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:353: 
error: `gtk_ctree_node_get_pixmap' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:357: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:360: 
error: `gtk_ctree_node_get_pixtext' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:363: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:370: 
error: `gtk_ctree_get_node_info' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:391: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:394: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:396: 
error: syntax error before "gtk_ctree_node_get_row_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:401: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:439: 
error: syntax error before "gtk_ctree_node_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkctree.h:439: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:42,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:69,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdrawingarea.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdrawingarea.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdrawingarea.h:50:
 error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdrawingarea.h:52:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdrawingarea.h:57:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdrawingarea.h:67:
 error: syntax error before "gtk_drawing_area_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkdrawingarea.h:67:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:69,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:44: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:54: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:60: 
error: field `graph' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:62: 
error: field `cursor_type' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:63: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:65: 
error: syntax error before "min_y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:66: 
error: syntax error before "max_y"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:69: 
error: 'height' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderer.h:64:
 error: previous declaration of 'height' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:79: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:79: 
error: `gfloat' declared as function returning an array
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:80: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:96: 
error: syntax error before "gtk_curve_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:96: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:99: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:101: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:104: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:106: 
error: syntax error before "gfloat"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:73,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:43: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:48: 
error: syntax error before "GTypeInterface"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:52: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:62: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:69: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:77: 
error: `get_selection_bounds' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:80: 
error: `get_position' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:81: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:83: 
error: syntax error before "gtk_editable_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:83: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:89: 
error: `gtk_editable_get_selection_bounds' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:91: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:97: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:106:
 error: `gtk_editable_get_position' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:109:
 error: `gtk_editable_get_editable' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:74,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:42:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:50:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:56:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:57:
 error: `retrieve_surrounding' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:60:
 error: `delete_surrounding' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:66:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:70:
 error: `filter_keypress' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:79:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:83:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:84:
 error: `get_surrounding' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:95:
 error: syntax error before "gtk_im_context_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:95:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:100:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:104:
 error: `gtk_im_context_filter_keypress' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:113:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:117:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:118:
 error: `gtk_im_context_get_surrounding' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontext.h:121:
 error: `gtk_im_context_delete_surrounding' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:74,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:42:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:46:
 error: syntax error before "seq"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:47:
 error: syntax error before "_gtk_reserved1"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:47:
 error: conflicting types for '_gtk_reserved1'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcombobox.h:60: 
error: previous declaration of '_gtk_reserved1' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:48:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:48:
 error: conflicting types for 'sort_list'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:305: 
error: previous declaration of 'sort_list' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:52:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:54:
 error: syntax error before "default_sort_func"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:55:
 error: syntax error before "default_sort_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:57:
 error: syntax error before "columns_dirty"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:62:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:65:
 error: conflicting types for '_gtk_reserved1'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:47:
 error: previous declaration of '_gtk_reserved1' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:65:
 error: conflicting types for '_gtk_reserved1'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:47:
 error: previous declaration of '_gtk_reserved1' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:69:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:72:
 error: syntax error before "gtk_list_store_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:72:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:76:
 error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:79:
 error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:86:
 error: syntax error before "GValue"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:92:
 error: syntax error before "va_list"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:94:
 error: `gtk_list_store_remove' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:112:
 error: syntax error before "GValue"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkliststore.h:120:
 error: `gtk_list_store_iter_is_valid' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:28,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:74,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:37:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:37:
 error: `GtkTreeModelFilterVisibleFunc' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:40:
 error: syntax error before "GValue"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:50:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:53:
 error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:91: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:53:
 error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:69: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:54:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:58:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:65:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:68:
 error: syntax error before "gtk_tree_model_filter_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:68:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:73:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:77:
 error: syntax error before "GType"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:35,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:74,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:30:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:39:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:44:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:46:
 error: `GtkEntryCompletionMatchFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:51:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:54:
 error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelfilter.h:53:
 error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:54:
 error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:69: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:55:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:59:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:63:
 error: `match_selected' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:67:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:67:
 error: `insert_prefix' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:73:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:76:
 error: syntax error before "gtk_entry_completion_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:76:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:87:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:91:
 error: `gtk_entry_completion_get_minimum_key_length' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:97:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:100:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:106:
 error: `gtk_entry_completion_get_inline_completion' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:109:
 error: `gtk_entry_completion_get_popup_completion' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:112:
 error: `gtk_entry_completion_get_popup_set_width' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:115:
 error: `gtk_entry_completion_get_popup_single_match' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:121:
 error: `gtk_entry_completion_get_text_column' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:74,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:38: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:48: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:53: 
error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:55: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:63: 
error: syntax error before "text_max_length"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:68: 
error: conflicting types for 'popup_menu'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:387: 
error: previous declaration of 'popup_menu' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:73: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:74: 
error: syntax error before "cache_includes_preedit"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:94: 
error: conflicting types for 'button'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:331: 
error: previous declaration of 'button' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:94: 
error: conflicting types for 'button'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:331: 
error: previous declaration of 'button' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:95: 
error: syntax error before "blink_timeout"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:96: 
error: syntax error before "recompute_idle"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:97: 
error: 'scroll_offset' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenu.h:84: 
error: previous declaration of 'scroll_offset' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:99: 
error: 'descent' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkfont.h:53: 
error: previous declaration of 'descent' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:101: 
error: syntax error before "text_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:102: 
error: syntax error before "n_bytes"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:104: 
error: syntax error before "preedit_length"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:105: 
error: syntax error before "preedit_cursor"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:112: 
error: syntax error before "invisible_char"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:115: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:119: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:133: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:149: 
error: syntax error before "gtk_entry_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:149: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:153: 
error: `gtk_entry_get_visibility' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:155: 
error: syntax error before "gunichar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:156: 
error: syntax error before "gtk_entry_get_invisible_char"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:159: 
error: `gtk_entry_get_has_frame' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:163: 
error: `gtk_entry_get_max_length' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:166: 
error: `gtk_entry_get_activates_default' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:170: 
error: `gtk_entry_get_width_chars' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:175: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:177: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:179: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:184: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:185: 
error: syntax error before "gtk_entry_get_alignment"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:192: 
error: `gtk_entry_layout_index_to_text_index' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:194: 
error: `gtk_entry_text_index_to_layout_index' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:203: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentry.h:205: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:77,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeventbox.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeventbox.h:44: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeventbox.h:57: 
error: syntax error before "gtk_event_box_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeventbox.h:57: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeventbox.h:59: 
error: `gtk_event_box_get_visible_window' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeventbox.h:62: 
error: `gtk_event_box_get_above_child' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:78,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:29: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:38: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:59: 
error: syntax error before "gtk_expander_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:59: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:61: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:62: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:66: 
error: `gtk_expander_get_expanded' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:71: 
error: `gtk_expander_get_spacing' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:74: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:75: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:79: 
error: `gtk_expander_get_use_underline' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkexpander.h:83: 
error: `gtk_expander_get_use_markup' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:79,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:65: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:68: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:69: 
error: syntax error before "cmpl_state"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:79: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:80: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:81: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:102: 
error: syntax error before "gtk_file_selection_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:102: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:103: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:105: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:106: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:109: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:113: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilesel.h:117: 
error: `gtk_file_selection_get_select_multiple' declared as function returning 
a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:80,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:51: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:53: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:58: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:64: 
error: field `x' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:65: 
error: field `y' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:69: 
error: syntax error before "gtk_fixed_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:69: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfixed.h:81: 
error: `gtk_fixed_get_has_window' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:24,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:81,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:32:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:43:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:43:
 error: `GtkFileFilterFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:49:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:50:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:51:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:52:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:53:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:55:
 error: syntax error before "gtk_file_filter_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:55:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:59:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:60:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:63:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:65:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:70:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilefilter.h:75:
 error: `gtk_file_filter_filter' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:81,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:33:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:50:
 error: syntax error before "gtk_file_chooser_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:50:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:61:
 error: syntax error before "gtk_file_chooser_error_quark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:70:
 error: `gtk_file_chooser_get_local_only' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:73:
 error: `gtk_file_chooser_get_select_multiple' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:76:
 error: `gtk_file_chooser_get_show_hidden' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:80:
 error: `gtk_file_chooser_get_do_overwrite_confirmation' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:85:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:104:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:106:
 error: `gtk_file_chooser_set_filename' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:108:
 error: `gtk_file_chooser_select_filename' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:113:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:115:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:115:
 error: `gtk_file_chooser_set_current_folder' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:116:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:121:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:123:
 error: `gtk_file_chooser_set_uri' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:125:
 error: `gtk_file_chooser_select_uri' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:128:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:130:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:130:
 error: `gtk_file_chooser_set_current_folder_uri' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:131:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:140:
 error: `gtk_file_chooser_get_preview_widget_active' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:143:
 error: `gtk_file_chooser_get_use_preview_label' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:160:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:172:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:172:
 error: `gtk_file_chooser_add_shortcut_folder' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:175:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:175:
 error: `gtk_file_chooser_remove_shortcut_folder' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:176:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:180:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:180:
 error: `gtk_file_chooser_add_shortcut_folder_uri' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:183:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:183:
 error: `gtk_file_chooser_remove_shortcut_folder_uri' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooser.h:184:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:81,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:72:
 error: syntax error before "gtk_file_chooser_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:72:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:73:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:75:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:79:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:81:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserbutton.h:82:
 error: `gtk_file_chooser_button_get_width_chars' declared as function 
returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:82,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserdialog.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserdialog.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserdialog.h:53:
 error: syntax error before "gtk_file_chooser_dialog_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserdialog.h:53:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserdialog.h:54:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserdialog.h:59:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:83,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserwidget.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserwidget.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserwidget.h:53:
 error: syntax error before "gtk_file_chooser_widget_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserwidget.h:53:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfilechooserwidget.h:56:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:84,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:33:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:50:
 error: field `button' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:70:
 error: syntax error before "gtk_font_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:70:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:72:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:74:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:76:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:77:
 error: `gtk_font_button_get_use_font' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:80:
 error: `gtk_font_button_get_use_size' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:83:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:85:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:85:
 error: `gtk_font_button_set_font_name' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:86:
 error: `gtk_font_button_get_show_style' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontbutton.h:89:
 error: `gtk_font_button_get_show_size' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:85,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:39: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:57: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:78: 
error: syntax error before "PangoFontFamily"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:81: 
error: 'size' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkcolor.h:70: 
error: previous declaration of 'size' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:83: 
error: conflicting types for 'font'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcellrenderertext.h:46:
 error: previous declaration of 'font' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:86: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:119: 
error: field `dialog_width' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:120: 
error: field `auto_resize' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:141: 
error: syntax error before "gtk_font_selection_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:141: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:143: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:150: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:150: 
error: `gtk_font_selection_set_font_name' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:151: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:153: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:161: 
error: syntax error before "gtk_font_selection_dialog_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:161: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:162: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:169: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:183: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:183: 
error: `gtk_font_selection_dialog_set_font_name' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:187: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:192: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:87,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgamma.h:45: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgamma.h:54: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgamma.h:66: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgamma.h:69: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgamma.h:83: 
error: syntax error before "gtk_gamma_curve_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgamma.h:83: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:88,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgc.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkgc.h:36: 
error: syntax error before "GdkGC"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:89,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:41:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:51:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:61:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:67:
 error: syntax error before ':' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:75:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:94:
 error: syntax error before "gtk_handle_box_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:94:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:90,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbbox.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbbox.h:44: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbbox.h:49: 
error: field `button_box' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbbox.h:58: 
error: syntax error before "gtk_hbutton_box_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbbox.h:58: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhbbox.h:64: 
error: `gtk_hbutton_box_get_spacing_default' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhpaned.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:92,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:43: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:49: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:59: 
error: field `handle_pos' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:61: 
error: field `child1_size' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:62: 
error: field `last_allocation' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:63: 
error: field `min_position' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:64: 
error: field `max_position' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:66: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:78: 
error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkentrycompletion.h:54:
 error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:78: 
error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:69: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:82: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:86: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:89: 
error: `cycle_child_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:90: 
error: `toggle_handle_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:92: 
error: `move_handle' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:94: 
error: `cycle_handle_focus' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:95: 
error: `accept_position' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:96: 
error: `cancel_position' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:106: 
error: syntax error before "gtk_paned_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:106: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:119: 
error: `gtk_paned_get_position' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:92,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhpaned.h:32: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhpaned.h:42: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhpaned.h:47: 
error: field `paned' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhpaned.h:55: 
error: syntax error before "gtk_hpaned_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhpaned.h:55: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhruler.h:42,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:93,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:45: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:55: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:64: 
error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:69: 
error: field `xsrc' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:69: 
error: field `ysrc' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:70: 
error: field `slider_size' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:73: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:77: 
error: syntax error before "position"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:79: 
error: syntax error before "max_size"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:84: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:98: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:102: 
error: syntax error before "pixels_per_unit"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:103: 
error: syntax error before "ruler_scale"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:104: 
error: declaration of `subdivide' as array of functions
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:105: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:108: 
error: syntax error before "gtk_ruler_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:108: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:112: 
error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:121: 
error: syntax error before "gdouble"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:93,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhruler.h:45: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhruler.h:56: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhruler.h:61: 
error: field `ruler' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhruler.h:70: 
error: syntax error before "gtk_hruler_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhruler.h:70: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:94,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:50: 
error: field `range' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:52: 
error: field `digits' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:53: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:59: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:61: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:73: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:75: 
error: syntax error before "gtk_scale_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:75: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:79: 
error: `gtk_scale_get_digits' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:82: 
error: `gtk_scale_get_draw_value' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:87: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:96: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscale.h:97: 
error: syntax error before "gdouble"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:94,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:50: 
error: field `scale' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:55: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:59: 
error: syntax error before "gtk_hscale_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:59: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhscale.h:61: 
error: syntax error before "min"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhseparator.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:96,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparator.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparator.h:46:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparator.h:51:
 error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparator.h:56:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparator.h:60:
 error: syntax error before "gtk_separator_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparator.h:60:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:96,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhseparator.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhseparator.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhseparator.h:59:
 error: syntax error before "gtk_hseparator_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhseparator.h:59:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:97,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:33:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:48:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:51:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:55:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:62:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:70:
 error: syntax error before "gtk_icon_factory_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:70:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:73:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:76:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:82:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:98:
 error: `gtk_icon_size_lookup' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:103:
 error: `gtk_icon_size_lookup_for_settings' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:105:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:108:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:110:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:111:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:115:
 error: syntax error before "gtk_icon_set_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:115:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:142:
 error: syntax error before "gtk_icon_source_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:142:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:148:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:150:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:154:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:155:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:164:
 error: `gtk_icon_source_get_size_wildcarded' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:165:
 error: `gtk_icon_source_get_state_wildcarded' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:166:
 error: `gtk_icon_source_get_direction_wildcarded' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconfactory.h:180:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:98,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:38:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:46:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:48:
 error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpaned.h:78: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:48:
 error: conflicting types for 'priv'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkpango.h:69: 
error: previous declaration of 'priv' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:49:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:53:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:55:
 error: conflicting types for 'changed'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:58: 
error: previous declaration of 'changed' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:56:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:93:
 error: syntax error before "gtk_icon_theme_error_quark"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:104:
 error: syntax error before "gtk_icon_theme_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:104:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:113:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:116:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:119:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:121:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:124:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:127:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:127:
 error: `gtk_icon_theme_has_icon' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:129:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:131:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:135:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:140:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:141:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:144:
 error: `gtk_icon_theme_rescan_if_needed' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:146:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:150:
 error: syntax error before "gtk_icon_info_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:150:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:154:
 error: `gtk_icon_info_get_base_size' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:155:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:158:
 error: syntax error before "GError"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:164:
 error: `gtk_icon_info_get_embedded_rect' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:167:
 error: `gtk_icon_info_get_attach_points' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:168:
 error: syntax error before "gchar"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:99,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:27: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:36: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:42: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:56: 
error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:63: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:80: 
error: `move_cursor' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:81: 
error: `activate_cursor_item' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:84: 
error: syntax error before "gtk_icon_view_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:84: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:93: 
error: `gtk_icon_view_get_text_column' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:96: 
error: `gtk_icon_view_get_markup_column' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:99: 
error: `gtk_icon_view_get_pixbuf_column' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:106:
 error: `gtk_icon_view_get_columns' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:109:
 error: `gtk_icon_view_get_item_width' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:112:
 error: `gtk_icon_view_get_spacing' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:115:
 error: `gtk_icon_view_get_row_spacing' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:118:
 error: `gtk_icon_view_get_column_spacing' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:121:
 error: `gtk_icon_view_get_margin' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:131:
 error: `gtk_icon_view_get_item_at_pos' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:134:
 error: `gtk_icon_view_get_visible_range' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:138:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:147:
 error: `gtk_icon_view_path_is_selected' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:148:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:159:
 error: `gtk_icon_view_get_cursor' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:163:
 error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:180:
 error: `gtk_icon_view_get_reorderable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkiconview.h:194:
 error: `gtk_icon_view_get_dest_item_at_pos' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:101,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:49:
 error: field `menu_item' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:57:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:61:
 error: syntax error before "gtk_image_menu_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:61:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:63:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:64:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimagemenuitem.h:65:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:103,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:44:
 error: field `object' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:46:
 error: syntax error before "GSList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:49:
 error: syntax error before "tentative_match"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:52:
 error: syntax error before "in_hex_sequence"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:60:
 error: syntax error before "gtk_im_context_simple_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:60:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimcontextsimple.h:64:
 error: syntax error before "guint16"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:104,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimmulticontext.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimmulticontext.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimmulticontext.h:42:
 error: field `object' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimmulticontext.h:48:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimmulticontext.h:62:
 error: syntax error before "gtk_im_multicontext_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkimmulticontext.h:62:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:105,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinputdialog.h:45:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinputdialog.h:55:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinputdialog.h:93:
 error: syntax error before "gtk_input_dialog_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinputdialog.h:93:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:106,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinvisible.h:32:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinvisible.h:42:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinvisible.h:47:
 error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinvisible.h:48:
 error: field `has_user_ref_count' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinvisible.h:54:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinvisible.h:63:
 error: syntax error before "gtk_invisible_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkinvisible.h:63:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:110,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:38: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:48: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:53: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:55: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:57: 
error: 'width' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:334: 
error: previous declaration of 'width' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:57: 
error: 'width' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:334: 
error: previous declaration of 'width' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:58: 
error: syntax error before "height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:58: 
error: 'height' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:69: 
error: previous declaration of 'height' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:58: 
error: 'height' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:69: 
error: previous declaration of 'height' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:71: 
error: syntax error before "freeze_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:76: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:89: 
error: syntax error before "gtk_layout_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:89: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:103: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:106: 
error: syntax error before "guint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:36,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:111,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:37: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:48: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:68: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:72: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:75: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:80: 
error: syntax error before "gtk_list_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:80: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklistitem.h:82: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:111,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:38: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:48: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:53: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:55: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:58: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:59: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:64: 
error: syntax error before "htimer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:64: 
error: 'htimer' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:236: 
error: previous declaration of 'htimer' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:64: 
error: 'htimer' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:236: 
error: previous declaration of 'htimer' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:65: 
error: syntax error before "vtimer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:65: 
error: 'vtimer' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:237: 
error: previous declaration of 'vtimer' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:65: 
error: 'vtimer' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:237: 
error: previous declaration of 'vtimer' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:71: 
error: syntax error before "selection_mode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:78: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:88: 
error: syntax error before "gtk_list_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:88: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:91: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:94: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:96: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:98: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:100: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:113: 
error: `gtk_list_child_position' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:119: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:127: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklist.h:130: 
error: syntax error before "gfloat"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:114,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:38: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:58: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:60: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:60: 
error: `GtkKeySnoopFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:74: 
error: syntax error before "gtk_major_version"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:75: 
error: syntax error before "gtk_minor_version"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:76: 
error: syntax error before "gtk_micro_version"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:77: 
error: syntax error before "gtk_binary_age"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:78: 
error: syntax error before "gtk_interface_age"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:79: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:79: 
error: syntax error before "required_major"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:88: 
error: `gtk_parse_args' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:94: 
error: `gtk_init_check' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:99: 
error: syntax error before "GOptionEntry"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:101: 
error: `gtk_init_with_args' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:103: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:131: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:132: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:133: 
error: `gtk_events_pending' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:142: 
error: syntax error before "gtk_main_level"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:144: 
error: `gtk_main_iteration' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:146: 
error: `gtk_main_iteration_do' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:148: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:149: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:156: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:157: 
error: syntax error before "main_level"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:159: 
error: syntax error before "gtk_quit_add"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:159: 
error: syntax error before "main_level"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:162: 
error: syntax error before "gtk_quit_add_full"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:162: 
error: syntax error before "main_level"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:167: 
error: syntax error before "quit_handler_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:168: 
error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:170: 
error: syntax error before "gtk_timeout_add"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:170: 
error: syntax error before "interval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:173: 
error: syntax error before "gtk_timeout_add_full"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:173: 
error: syntax error before "interval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:178: 
error: syntax error before "timeout_handler_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:180: 
error: syntax error before "gtk_idle_add"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:181: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:182: 
error: syntax error before "gtk_idle_add_priority"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:184: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:185: 
error: syntax error before "gtk_idle_add_full"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:188: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:190: 
error: syntax error before "idle_handler_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:191: 
error: syntax error before "data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:192: 
error: syntax error before "gtk_input_add_full"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:196: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:198: 
error: syntax error before "input_handler_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:201: 
error: syntax error before "gtk_key_snooper_install"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:202: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:203: 
error: syntax error before "snooper_handler_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:206: 
error: syntax error before "gtk_get_current_event_time"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:207: 
error: `gtk_get_current_event_state' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:217: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:220: 
error: `_gtk_boolean_handled_accumulator' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmain.h:222: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:116,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenubar.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenubar.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenubar.h:50: 
error: field `menu_shell' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenubar.h:55: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenubar.h:65: 
error: syntax error before "gtk_menu_bar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenubar.h:65: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:27,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:119,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:44: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:52: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:54: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:58: 
error: field `parent_instance' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:63: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:70: 
error: syntax error before "last_popdown"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:75: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:84: 
error: syntax error before "gtk_tooltips_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:84: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:91: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:95: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktooltips.h:105:
 error: `gtk_tooltips_get_info_from_tip_window' declared as function returning 
a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:119,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:30: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:39: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:56: 
error: `create_menu_proxy' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:60: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:61: 
error: `set_tooltip' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:70: 
error: syntax error before "gtk_tool_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:70: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:75: 
error: `gtk_tool_item_get_homogeneous' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:79: 
error: `gtk_tool_item_get_expand' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:83: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:88: 
error: `gtk_tool_item_get_use_drag_window' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:92: 
error: `gtk_tool_item_get_visible_horizontal' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:96: 
error: `gtk_tool_item_get_visible_vertical' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:98: 
error: `gtk_tool_item_get_is_important' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:109:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolitem.h:111:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:119,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:28:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:53:
 error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:63:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:65:
 error: syntax error before "gtk_tool_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:65:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:67:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:68:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:71:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:72:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:75:
 error: `gtk_tool_button_get_use_underline' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:77:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:78:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:80:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbutton.h:81:
 error: syntax error before "gchar"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:119,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:28:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:51:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:62:
 error: syntax error before "gtk_menu_tool_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:62:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:64:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:65:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmenutoolbutton.h:73:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:120,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:33:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:84:
 error: syntax error before "gtk_message_dialog_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:84:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:90:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:97:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:101:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:104:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmessagedialog.h:108:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:122,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmodules.h:27: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmodules.h:32: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmodules.h:34: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmodules.h:34: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmodules.h:37: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmodules.h:40: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkmodules.h:43: 
error: syntax error before "gchar"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:123,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:44: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:56: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:59: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:61: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:66: 
error: syntax error before "timer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:66: 
error: conflicting types for 'timer'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:94: 
error: previous declaration of 'timer' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:66: 
error: conflicting types for 'timer'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:94: 
error: previous declaration of 'timer' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:68: 
error: syntax error before "tab_hborder"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:69: 
error: syntax error before "tab_vborder"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:71: 
error: syntax error before "show_tabs"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:92: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:96: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:100:
 error: `select_page' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:102:
 error: `focus_tab' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:119:
 error: syntax error before "gtk_notebook_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:119:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:123:
 error: `gtk_notebook_append_page' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:127:
 error: `gtk_notebook_append_page_menu' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:130:
 error: `gtk_notebook_prepend_page' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:134:
 error: `gtk_notebook_prepend_page_menu' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:138:
 error: `gtk_notebook_insert_page' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:143:
 error: `gtk_notebook_insert_page_menu' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:151:
 error: `gtk_notebook_get_current_page' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:154:
 error: `gtk_notebook_get_n_pages' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:156:
 error: `gtk_notebook_page_num' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:168:
 error: `gtk_notebook_get_show_border' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:171:
 error: `gtk_notebook_get_show_tabs' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:180:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:182:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:184:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:189:
 error: `gtk_notebook_get_scrollable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:209:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:210:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:219:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtknotebook.h:220:
 error: syntax error before "gchar"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:125,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:37:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:47:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:50:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:54:
 error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:57:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:60:
 error: syntax error before "selection_end_pos"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:61:
 error: syntax error before "has_selection"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:68:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:72:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:108:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:115:
 error: conflicting types for 'set_position'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkeditable.h:79: 
error: previous declaration of 'set_position' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:116:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:118:
 error: syntax error before "gtk_old_editable_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:118:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoldeditable.h:121:
 error: syntax error before "guint32"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:126,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:37:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:47:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:52:
 error: field `button' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:57:
 error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:75:
 error: syntax error before "gtk_option_menu_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:75:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:81:
 error: `gtk_option_menu_get_history' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:83:
 error: syntax error before "guint"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:128,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpixmap.h:37: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpixmap.h:47: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpixmap.h:52: 
error: field `misc' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpixmap.h:58: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpixmap.h:67: 
error: syntax error before "gtk_pixmap_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpixmap.h:67: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:31,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:129,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:31: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:41: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:46: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:48: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:50: 
error: syntax error before "current_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:51: 
error: syntax error before "current_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:56: 
error: syntax error before "xembed_version"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:57: 
error: syntax error before "same_app"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:66: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:70: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:73: 
error: `plug_removed' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:83: 
error: syntax error before "gtk_socket_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:83: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:87: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:88: 
error: syntax error before "gtk_socket_get_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksocket.h:92: 
error: syntax error before "GdkNativeWindow"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:129,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:51: 
error: field `window' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:56: 
error: syntax error before "GHashTable"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:75: 
error: syntax error before "gtk_plug_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:75: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:79: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:80: 
error: syntax error before "socket_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:85: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:87: 
error: syntax error before "GdkNativeWindow"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkplug.h:89: 
error: syntax error before "gtk_plug_get_id"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:130,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:36: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:53: 
error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:55: 
error: syntax error before "guchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:57: 
error: syntax error before "buffer_height"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:59: 
error: syntax error before "bpp"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:60: 
error: syntax error before "rowstride"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:64: 
error: syntax error before "type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:70: 
error: syntax error before "guchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:77: 
error: syntax error before "gushort"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:79: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:83: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:85: 
error: field `info' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:90: 
error: syntax error before "gtk_preview_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:90: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:106: 
error: syntax error before "guchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkpreview.h:114: 
error: syntax error before "nred_shades"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:131,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:36: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:49: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:55: 
error: field `widget' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:59: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:61: 
error: syntax error before "y_align"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:63: 
error: syntax error before "show_text"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:70: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:89: 
error: syntax error before "gtk_progress_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:89: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:93: 
error: syntax error before "gfloat"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:96: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:100:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:104:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:106:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:107:
 error: syntax error before "gtk_progress_get_value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:110:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:111:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:112:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:113:
 error: syntax error before "gtk_progress_get_current_percentage"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:114:
 error: syntax error before "gtk_progress_get_percentage_from_value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogress.h:115:
 error: syntax error before "gdouble"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:132,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:64:
 error: field `progress' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:69:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:73:
 error: syntax error before "activity_step"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:74:
 error: syntax error before "activity_blocks"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:76:
 error: syntax error before "pulse_fraction"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:78:
 error: syntax error before "activity_dir"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:94:
 error: syntax error before "gtk_progress_bar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:94:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:126:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:128:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:131:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:135:
 error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:136:
 error: syntax error before "gtk_progress_bar_get_fraction"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:137:
 error: syntax error before "gtk_progress_bar_get_pulse_step"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:141:
 error: syntax error before "PangoEllipsizeMode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:142:
 error: syntax error before "gtk_progress_bar_get_ellipsize"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:152:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:158:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:160:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkprogressbar.h:162:
 error: syntax error before "gdouble"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:133,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:50:
 error: field `parent' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:59:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:70:
 error: syntax error before "gtk_toggle_action_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:70:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:71:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:78:
 error: `gtk_toggle_action_get_active' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggleaction.h:81:
 error: `gtk_toggle_action_get_draw_as_radio' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:133,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:70:
 error: syntax error before "gtk_radio_action_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:70:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:71:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:76:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:78:
 error: syntax error before "GSList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradioaction.h:79:
 error: `gtk_radio_action_get_current_value' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:134,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:45:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:52:
 error: syntax error before "GSList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:69:
 error: syntax error before "gtk_radio_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:69:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:71:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:73:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:76:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:77:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:80:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:81:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiobutton.h:83:
 error: syntax error before "GSList"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:135,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:49:
 error: field `check_menu_item' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:51:
 error: syntax error before "GSList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:68:
 error: syntax error before "gtk_radio_menu_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:68:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:70:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:71:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:73:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:77:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:79:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:80:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiomenuitem.h:82:
 error: syntax error before "GSList"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:26,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:136,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggletoolbutton.h:28:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggletoolbutton.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggletoolbutton.h:51:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggletoolbutton.h:63:
 error: syntax error before "gtk_toggle_tool_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggletoolbutton.h:63:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggletoolbutton.h:65:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoggletoolbutton.h:69:
 error: `gtk_toggle_tool_button_get_active' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:136,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:28:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:56:
 error: syntax error before "gtk_radio_tool_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:56:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:58:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:59:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:63:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:64:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkradiotoolbutton.h:66:
 error: syntax error before "GSList"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:142,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkviewport.h:36: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkviewport.h:47: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkviewport.h:71: 
error: syntax error before "gtk_viewport_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkviewport.h:71: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:142,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:37:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:49:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:61:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:68:
 error: conflicting types for 'shadow_type'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:189: 
error: previous declaration of 'shadow_type' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:68:
 error: conflicting types for 'shadow_type'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:189: 
error: previous declaration of 'shadow_type' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:75:
 error: field `scrollbar_spacing' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:99:
 error: syntax error before "gtk_scrolled_window_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:99:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkscrolledwindow.h:125:
 error: `_gtk_scrolled_window_get_scrollbar_spacing' declared as function 
returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:145,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatormenuitem.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatormenuitem.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatormenuitem.h:49:
 error: field `menu_item' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatormenuitem.h:54:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatormenuitem.h:58:
 error: syntax error before "gtk_separator_menu_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatormenuitem.h:58:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:146,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatortoolitem.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatortoolitem.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatortoolitem.h:59:
 error: syntax error before "gtk_separator_tool_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatortoolitem.h:59:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkseparatortoolitem.h:62:
 error: `gtk_separator_tool_item_get_draw' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:149,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:41:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:45:
 error: syntax error before "mode"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:45:
 error: conflicting types for 'mode'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:358: 
error: previous declaration of 'mode' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:45:
 error: conflicting types for 'mode'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:358: 
error: previous declaration of 'mode' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:47:
 error: syntax error before "have_width"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:52:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:56:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:63:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:82:
 error: syntax error before "gtk_size_group_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:82:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:90:
 error: `gtk_size_group_get_ignore_hidden' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:151,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:39:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:50:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:74:
 error: field `entry' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:80:
 error: syntax error before "guint32"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:83:
 error: syntax error before "timer_step"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:87:
 error: syntax error before "in_child"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:103:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:103:
 error: `input' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:104:
 error: `output' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:119:
 error: syntax error before "gtk_spin_button_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:119:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:123:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:127:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:130:
 error: syntax error before "min"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:140:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:141:
 error: syntax error before "gtk_spin_button_get_digits"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:144:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:147:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:151:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:154:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:157:
 error: syntax error before "gtk_spin_button_get_value"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:159:
 error: `gtk_spin_button_get_value_as_int' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:162:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:170:
 error: `gtk_spin_button_get_numeric' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:174:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:178:
 error: `gtk_spin_button_get_wrap' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkspinbutton.h:182:
 error: `gtk_spin_button_get_snap_to_ticks' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:152,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:33:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:43:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:53:
 error: syntax error before "GSList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:54:
 error: conflicting types for 'keys'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkinput.h:108: 
error: previous declaration of 'keys' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:56:
 error: syntax error before "seq_context_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:57:
 error: syntax error before "seq_message_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:61:
 error: syntax error before "has_resize_grip"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:68:
 error: syntax error before "GMemChunk"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:71:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:74:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:82:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:85:
 error: syntax error before "gtk_statusbar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:85:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:90:
 error: syntax error before "gtk_statusbar_get_context_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:91:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:93:
 error: syntax error before "gtk_statusbar_push"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:94:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:97:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:99:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstatusbar.h:104:
 error: `gtk_statusbar_get_has_resize_grip' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:153,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:36: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:40: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:43: 
error: syntax error before "keyval"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:44: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:45: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:48: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:50: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:51: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:52: 
error: `gtk_stock_lookup' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:57: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstock.h:62: 
error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:155,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:52: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:54: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:55: 
error: 'rows' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:165: 
error: previous declaration of 'rows' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:55: 
error: 'rows' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:165: 
error: previous declaration of 'rows' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:57: 
error: syntax error before "nrows"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:58: 
error: syntax error before "ncols"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:59: 
error: syntax error before "column_spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:60: 
error: syntax error before "row_spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:61: 
error: syntax error before "homogeneous"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:66: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:72: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:74: 
error: syntax error before "top_attach"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:75: 
error: syntax error before "bottom_attach"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:76: 
error: syntax error before "xpadding"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:77: 
error: syntax error before "ypadding"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:78: 
error: syntax error before "xexpand"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:88: 
error: syntax error before "guint16"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:89: 
error: conflicting types for 'allocation'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:213: 
error: previous declaration of 'allocation' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:90: 
error: syntax error before "spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:91: 
error: syntax error before "need_expand"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:99: 
error: syntax error before "gtk_table_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:99: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:100: 
error: syntax error before "rows"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:104: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:108: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:118: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:123: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:125: 
error: syntax error before "gtk_table_get_row_spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:126: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:128: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:130: 
error: syntax error before "gtk_table_get_col_spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:131: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:133: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:134: 
error: syntax error before "gtk_table_get_default_row_spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:136: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:137: 
error: syntax error before "gtk_table_get_default_col_spacing"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktable.h:140: 
error: `gtk_table_get_homogeneous' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:156,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktearoffmenuitem.h:34:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktearoffmenuitem.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktearoffmenuitem.h:49:
 error: field `menu_item' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktearoffmenuitem.h:51:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktearoffmenuitem.h:56:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktearoffmenuitem.h:66:
 error: syntax error before "gtk_tearoff_menu_item_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktearoffmenuitem.h:66:
 error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:30,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:158,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:60: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:62: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:81: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:85: 
error: conflicting types for 'name'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:196: 
error: previous declaration of 'name' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:106: 
error: syntax error before "bg_color_set"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:134: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:137: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:139: 
error: `event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:146: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:148: 
error: syntax error before "gtk_text_tag_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:148: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:149: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:150: 
error: `gtk_text_tag_get_priority' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:154: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:156: 
error: `gtk_text_tag_event' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:167: 
error: field `bg_color' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:168: 
error: field `fg_color' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:173: 
error: field `rise' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:179: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:209: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:215: 
error: conflicting types for 'direction'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkevents.h:328: 
error: previous declaration of 'direction' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:218: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:218: 
error: conflicting types for 'font'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:83: 
error: previous declaration of 'font' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:218: 
error: conflicting types for 'font'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkfontsel.h:83: 
error: previous declaration of 'font' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:220: 
error: syntax error before "font_scale"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:234: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:241: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:248: 
error: syntax error before "invisible"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:275: 
error: syntax error before "gtk_text_attributes_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:275: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:32,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:158,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:32:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:36:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:36:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:49:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:52:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:55:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:56:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:60:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:71:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:73:
 error: syntax error before "gtk_text_tag_table_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:73:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:81:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:84:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:85:
 error: `gtk_text_tag_table_get_size' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:92:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttagtable.h:94:
 error: syntax error before "gpointer"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:31,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:158,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:32:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:40:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:52:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:59:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:66:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:68:
 error: syntax error before "gtk_text_child_anchor_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:68:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:72:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextchild.h:73:
 error: `gtk_text_child_anchor_get_deleted' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:33,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:158,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:35: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:57: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:65: 
error: syntax error before "dummy9"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:66: 
error: syntax error before "dummy10"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:71: 
error: syntax error before "dummy14"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:86: 
error: syntax error before "gtk_text_iter_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:86: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:92: 
error: `gtk_text_iter_get_offset' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:93: 
error: `gtk_text_iter_get_line' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:94: 
error: `gtk_text_iter_get_line_offset' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:95: 
error: `gtk_text_iter_get_line_index' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:97: 
error: `gtk_text_iter_get_visible_line_offset' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:98: 
error: `gtk_text_iter_get_visible_line_index' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:104:
 error: syntax error before "gtk_text_iter_get_char"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:109:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:113:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:116:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:118:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:122:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:129:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:133:
 error: `gtk_text_iter_begins_tag' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:136:
 error: `gtk_text_iter_ends_tag' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:139:
 error: `gtk_text_iter_toggles_tag' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:142:
 error: `gtk_text_iter_has_tag' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:143:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:146:
 error: `gtk_text_iter_editable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:148:
 error: `gtk_text_iter_can_insert' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:150:
 error: `gtk_text_iter_starts_word' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:151:
 error: `gtk_text_iter_ends_word' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:152:
 error: `gtk_text_iter_inside_word' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:153:
 error: `gtk_text_iter_starts_sentence' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:154:
 error: `gtk_text_iter_ends_sentence' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:155:
 error: `gtk_text_iter_inside_sentence' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:156:
 error: `gtk_text_iter_starts_line' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:157:
 error: `gtk_text_iter_ends_line' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:158:
 error: `gtk_text_iter_is_cursor_position' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:160:
 error: `gtk_text_iter_get_chars_in_line' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:161:
 error: `gtk_text_iter_get_bytes_in_line' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:164:
 error: `gtk_text_iter_get_attributes' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:165:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:166:
 error: `gtk_text_iter_is_end' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:167:
 error: `gtk_text_iter_is_start' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:173:
 error: `gtk_text_iter_forward_char' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:174:
 error: `gtk_text_iter_backward_char' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:176:
 error: `gtk_text_iter_forward_chars' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:178:
 error: `gtk_text_iter_backward_chars' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:179:
 error: `gtk_text_iter_forward_line' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:180:
 error: `gtk_text_iter_backward_line' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:182:
 error: `gtk_text_iter_forward_lines' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:184:
 error: `gtk_text_iter_backward_lines' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:185:
 error: `gtk_text_iter_forward_word_end' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:186:
 error: `gtk_text_iter_backward_word_start' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:188:
 error: `gtk_text_iter_forward_word_ends' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:190:
 error: `gtk_text_iter_backward_word_starts' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:192:
 error: `gtk_text_iter_forward_visible_line' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:193:
 error: `gtk_text_iter_backward_visible_line' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:195:
 error: `gtk_text_iter_forward_visible_lines' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:197:
 error: `gtk_text_iter_backward_visible_lines' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:199:
 error: `gtk_text_iter_forward_visible_word_end' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:200:
 error: `gtk_text_iter_backward_visible_word_start' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:202:
 error: `gtk_text_iter_forward_visible_word_ends' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:204:
 error: `gtk_text_iter_backward_visible_word_starts' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:206:
 error: `gtk_text_iter_forward_sentence_end' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:207:
 error: `gtk_text_iter_backward_sentence_start' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:209:
 error: `gtk_text_iter_forward_sentence_ends' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:211:
 error: `gtk_text_iter_backward_sentence_starts' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:217:
 error: `gtk_text_iter_forward_cursor_position' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:218:
 error: `gtk_text_iter_backward_cursor_position' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:220:
 error: `gtk_text_iter_forward_cursor_positions' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:222:
 error: `gtk_text_iter_backward_cursor_positions' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:224:
 error: `gtk_text_iter_forward_visible_cursor_position' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:225:
 error: `gtk_text_iter_backward_visible_cursor_position' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:227:
 error: `gtk_text_iter_forward_visible_cursor_positions' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:229:
 error: `gtk_text_iter_backward_visible_cursor_positions' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:241:
 error: `gtk_text_iter_forward_to_line_end' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:253:
 error: `gtk_text_iter_forward_to_tag_toggle' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:256:
 error: `gtk_text_iter_backward_to_tag_toggle' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:258:
 error: syntax error before "ch"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:258:
 error: `GtkTextCharPredicate' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:262:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:263:
 error: `gtk_text_iter_forward_find_char' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:266:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:267:
 error: `gtk_text_iter_backward_find_char' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:270:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:274:
 error: `gtk_text_iter_forward_search' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:277:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:281:
 error: `gtk_text_iter_backward_search' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:288:
 error: `gtk_text_iter_equal' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:290:
 error: `gtk_text_iter_compare' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextiter.h:293:
 error: `gtk_text_iter_in_range' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:34,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:158,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:53: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:57: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:69: 
error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:76: 
error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:83: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:85: 
error: syntax error before "gtk_text_mark_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:85: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:89: 
error: `gtk_text_mark_get_visible' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:91: 
error: syntax error before "gchar"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:92: 
error: `gtk_text_mark_get_deleted' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextmark.h:94: 
error: `gtk_text_mark_get_left_gravity' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:158,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:37:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:44:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:59:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:64:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:65:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:69:
 error: syntax error before "user_action_count"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:72:
 error: syntax error before "modified"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:77:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:81:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:99:
 error: conflicting types for 'changed'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:55:
 error: previous declaration of 'changed' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:99:
 error: conflicting types for 'changed'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:55:
 error: previous declaration of 'changed' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:134:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:136:
 error: syntax error before "gtk_text_buffer_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:136:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:142:
 error: `gtk_text_buffer_get_line_count' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:143:
 error: `gtk_text_buffer_get_char_count' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:150:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:156:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:159:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:164:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:166:
 error: `gtk_text_buffer_insert_interactive' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:168:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:170:
 error: `gtk_text_buffer_insert_interactive_at_cursor' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:180:
 error: `gtk_text_buffer_insert_range_interactive' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:184:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:191:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:203:
 error: `gtk_text_buffer_delete_interactive' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:207:
 error: `gtk_text_buffer_backspace' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:210:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:215:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:236:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:245:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:248:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:251:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:275:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:279:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:291:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:336:
 error: `gtk_text_buffer_get_modified' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:357:
 error: `gtk_text_buffer_get_selection_bounds' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:360:
 error: `gtk_text_buffer_delete_selection' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:371:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:159,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:44: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:66: 
error: field `parent_instance' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:71: 
error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:83: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:84: 
error: syntax error before "editable"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:116:
 error: 'width' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtklayout.h:57: 
error: previous declaration of 'width' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:117:
 error: 'height' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkoptionmenu.h:58:
 error: previous declaration of 'height' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:135:
 error: syntax error before "blink_timeout"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:137:
 error: syntax error before "first_validate_idle"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:138:
 error: syntax error before "incremental_validate_idle"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:146:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:151:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:155:
 error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:185:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:213:
 error: syntax error before "gtk_text_view_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:213:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:221:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:224:
 error: `gtk_text_view_scroll_to_iter' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:227:
 error: syntax error before "gdouble"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:234:
 error: `gtk_text_view_move_mark_onscreen' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:235:
 error: `gtk_text_view_place_cursor_onscreen' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:241:
 error: `gtk_text_view_get_cursor_visible' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:287:
 error: `gtk_text_view_get_border_window_size' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:290:
 error: `gtk_text_view_forward_display_line' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:292:
 error: `gtk_text_view_backward_display_line' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:294:
 error: `gtk_text_view_forward_display_line_end' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:296:
 error: `gtk_text_view_backward_display_line_start' declared as function 
returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:298:
 error: `gtk_text_view_starts_display_line' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:301:
 error: `gtk_text_view_move_visually' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:328:
 error: `gtk_text_view_get_editable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:331:
 error: `gtk_text_view_get_overwrite' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:334:
 error: `gtk_text_view_get_accepts_tab' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:337:
 error: `gtk_text_view_get_pixels_above_lines' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:340:
 error: `gtk_text_view_get_pixels_below_lines' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:343:
 error: `gtk_text_view_get_pixels_inside_wrap' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:349:
 error: `gtk_text_view_get_left_margin' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:352:
 error: `gtk_text_view_get_right_margin' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:355:
 error: `gtk_text_view_get_indent' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:357:
 error: syntax error before "PangoTabArray"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextview.h:358:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:160,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:39:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:51:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:58:
 error: field `label' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:60:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:63:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:69:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:79:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:83:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:85:
 error: `widget_selected' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:96:
 error: syntax error before "gtk_tips_query_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:96:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktipsquery.h:103:
 error: syntax error before '*' token
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:164,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:50: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:60: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:93: 
error: field `container' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:96: 
error: field `num_children' declared as a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:97: 
error: syntax error before "GList"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:99: 
error: conflicting types for 'style'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:424: 
error: previous declaration of 'style' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:108: 
error: syntax error before "style_set_connection"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:109: 
error: syntax error before "icon_size_connection"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:111: 
error: syntax error before "style_set"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:117: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:127: 
error: `popup_context_menu' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:135: 
error: syntax error before "gtk_toolbar_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:135: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:141: 
error: `gtk_toolbar_get_item_index' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:142: 
error: `gtk_toolbar_get_n_items' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:145: 
error: `gtk_toolbar_get_show_arrow' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:151: 
error: `gtk_toolbar_get_tooltips' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:162: 
error: `gtk_toolbar_get_drop_index' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:168: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:168: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:173: 
error: `_gtk_toolbar_get_default_space_size' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:190: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:197: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:204: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:209: 
error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:232: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:242: 
error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktoolbar.h:252: 
error: syntax error before "gpointer"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:170,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:26: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:33: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:38: 
error: syntax error before "GTypeInterface"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:43: 
error: `row_draggable' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:47: 
error: `drag_data_get' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:47: 
error: conflicting types for 'drag_data_get'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:360: 
error: previous declaration of 'drag_data_get' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:50: 
error: `drag_data_delete' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:50: 
error: conflicting types for 'drag_data_delete'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:362: 
error: previous declaration of 'drag_data_delete' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:51: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:53: 
error: syntax error before "gtk_tree_drag_source_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:53: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:57: 
error: `gtk_tree_drag_source_row_draggable' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:61: 
error: `gtk_tree_drag_source_drag_data_delete' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:68: 
error: `gtk_tree_drag_source_drag_data_get' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:80: 
error: syntax error before "GTypeInterface"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:86: 
error: `drag_data_received' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:86: 
error: conflicting types for 'drag_data_received'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:384: 
error: previous declaration of 'drag_data_received' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:90: 
error: `row_drop_possible' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:91: 
error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:93: 
error: syntax error before "gtk_tree_drag_dest_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:93: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:100: 
error: `gtk_tree_drag_dest_drag_data_received' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:106: 
error: `gtk_tree_drag_dest_row_drop_possible' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:114: 
error: `gtk_tree_set_row_drag_data' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreednd.h:117: 
error: `gtk_tree_get_row_drag_data' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:174,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:26:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:35:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:40:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:45:
 error: syntax error before "child_flags"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:50:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:55:
 error: syntax error before "default_sort_func"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:56:
 error: syntax error before "default_sort_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:60:
 error: syntax error before "changed_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:61:
 error: syntax error before "inserted_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:62:
 error: syntax error before "has_child_toggled_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:63:
 error: syntax error before "deleted_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:64:
 error: syntax error before "reordered_id"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:69:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:76:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:79:
 error: syntax error before "gtk_tree_model_sort_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:79:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreemodelsort.h:96:
 error: `gtk_tree_model_sort_iter_is_valid' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:175,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:27:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:37:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:41:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:41:
 error: `GtkTreeSelectionFunc' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:45:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:49:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:54:
 error: conflicting types for 'type'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:77: 
error: previous declaration of 'type' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:54:
 error: conflicting types for 'type'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkvisual.h:77: 
error: previous declaration of 'type' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:56:
 error: syntax error before "user_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:58:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:62:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:64:
 error: conflicting types for 'changed'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktextbuffer.h:99:
 error: previous declaration of 'changed' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:64:
 error: conflicting types for 'changed'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkicontheme.h:55:
 error: previous declaration of 'changed' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:71:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:74:
 error: syntax error before "gtk_tree_selection_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:74:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:81:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:83:
 error: syntax error before "gtk_tree_selection_get_user_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:90:
 error: `gtk_tree_selection_get_selected' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:91:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:93:
 error: `gtk_tree_selection_count_selected_rows' declared as function returning 
a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:96:
 error: syntax error before "gpointer"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:106:
 error: `gtk_tree_selection_path_is_selected' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreeselection.h:108:
 error: `gtk_tree_selection_iter_is_selected' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/stdarg.h:6,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:25,
                 from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:176,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/include/stdarg.h:106: error: syntax error 
before "typedef"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:176,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:38:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:43:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:46:
 error: syntax error before "root"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:47:
 error: syntax error before "last"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:47:
 error: 'last' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:71: 
error: previous declaration of 'last' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:47:
 error: 'last' redeclared as different kind of symbol
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcurve.h:71: 
error: previous declaration of 'last' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:50:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:52:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:53:
 error: syntax error before "default_sort_func"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:54:
 error: syntax error before "default_sort_data"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:56:
 error: syntax error before "columns_dirty"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:61:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:68:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:71:
 error: syntax error before "gtk_tree_store_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:71:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:75:
 error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:78:
 error: syntax error before "GType"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:85:
 error: syntax error before "GValue"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:93:
 error: `gtk_tree_store_remove' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:114:
 error: `gtk_tree_store_is_ancestor' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:116:
 error: `gtk_tree_store_iter_depth' declared as function returning a function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktreestore.h:119:
 error: `gtk_tree_store_iter_is_valid' declared as function returning a function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:180,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:41:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:50:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:56:
 error: syntax error before "GObject"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:60:
 error: conflicting types for 'private_data'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:58:
 error: previous declaration of 'private_data' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:60:
 error: conflicting types for 'private_data'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkactiongroup.h:58:
 error: previous declaration of 'private_data' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:61:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:64:
 error: syntax error before "GObjectClass"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:72:
 error: conflicting types for 'connect_proxy'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:72: 
error: previous declaration of 'connect_proxy' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:75:
 error: conflicting types for 'disconnect_proxy'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaction.h:74: 
error: previous declaration of 'disconnect_proxy' was here
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:83:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:85:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:90:
 error: syntax error before '}' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:110:
 error: syntax error before "gtk_ui_manager_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:110:
 error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:114:
 error: `gtk_ui_manager_get_add_tearoffs' declared as function returning a 
function
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:120:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:123:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:124:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:127:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:128:
 error: syntax error before "gtk_ui_manager_add_ui_from_string"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:129:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:132:
 error: syntax error before "gtk_ui_manager_add_ui_from_file"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:133:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:136:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:143:
 error: syntax error before "guint"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:144:
 error: syntax error before '*' token
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkuimanager.h:146:
 error: syntax error before "gtk_ui_manager_new_merge_id"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:181,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbbox.h:34: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbbox.h:45: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbbox.h:50: 
error: field `button_box' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbbox.h:59: 
error: syntax error before "gtk_vbutton_box_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbbox.h:59: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvbbox.h:65: 
error: `gtk_vbutton_box_get_spacing_default' declared as function returning a 
function
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:185,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvpaned.h:33: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvpaned.h:44: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvpaned.h:49: 
error: field `paned' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvpaned.h:57: 
error: syntax error before "gtk_vpaned_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvpaned.h:57: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:186,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvruler.h:45: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvruler.h:56: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvruler.h:61: 
error: field `ruler' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvruler.h:70: 
error: syntax error before "gtk_vruler_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvruler.h:70: 
error: syntax error before "G_GNUC_CONST"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:187,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscale.h:35: 
error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscale.h:46: 
error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscale.h:51: 
error: field `scale' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscale.h:56: 
error: field `parent_class' has incomplete type
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscale.h:60: 
error: syntax error before "gtk_vscale_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscale.h:60: 
error: syntax error before "G_GNUC_CONST"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvscale.h:62: 
error: syntax error before "min"
In file included from 
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtk.h:189,
                 from configure:7737:
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvseparator.h:35:
 error: syntax error before "G_BEGIN_DECLS"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvseparator.h:46:
 error: syntax error before "typedef"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvseparator.h:60:
 error: syntax error before "gtk_vseparator_get_type"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkvseparator.h:60:
 error: syntax error before "G_GNUC_CONST"
configure:7740: error: syntax error before "int"
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:329: 
error: storage size of `area' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gdk/gdkwindow.h:268: 
error: storage size of `bg_color' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:67: 
error: storage size of `fg' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:68: 
error: storage size of `bg' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:77: 
error: storage size of `light' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:78: 
error: storage size of `dark' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:79: 
error: storage size of `mid' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:69: 
error: storage size of `text' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrc.h:70: 
error: storage size of `base' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:82: 
error: storage size of `text_aa' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:84: 
error: storage size of `black' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkstyle.h:85: 
error: storage size of `white' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtksizegroup.h:51:
 error: storage size of `requisition' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkwidget.h:213: 
error: storage size of `allocation' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkframe.h:58: 
error: storage size of `child_allocation' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkaspectframe.h:57:
 error: storage size of `center_allocation' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkcalendar.h:80: 
error: storage size of `marked_date_color' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkrange.h:83: 
error: storage size of `range_rect' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:162: 
error: storage size of `internal_allocation' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkclist.h:172: 
error: storage size of `column_title_area' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:73:
 error: storage size of `attach_allocation' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkhandlebox.h:74:
 error: storage size of `float_allocation' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtkruler.h:104: 
error: storage size of `subdivide' isn't known
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/gtk/gtktexttag.h:212: 
error: storage size of `appearance' isn't known
configure:7700: $? = 1
configure: failed program was:
| #line 7677 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define FC_CONFIG_H 1
| #define MAJOR_VERSION 2
| #define MINOR_VERSION 0
| #define PATCH_VERSION 7
| #define VERSION_LABEL ""
| #define VERSION_STRING "2.0.7"
| #define IS_DEVEL_VERSION 0
| #define IS_BETA_VERSION 0
| #define PACKAGE "freeciv"
| #define VERSION "2.0.7"
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LIBCHARSET 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define ENABLE_NLS 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define SOCKET_ZERO_ISNT_STDIN 1
| #define ALWAYS_ROOT 1
| #define WIN32_NATIVE 1
| #define HAVE_WINSOCK 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| 
| #include <gtk/gtk.h>
| #include <stdio.h>
| 
| int
| main ()
| {
|  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
|   ;
|   return 0;
| }
configure:7734: error: specified client 'gtk-2.0' not configurable (GTK+-2.0 
libraries not found)

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-mingw32
ac_cv_build_alias=i686-pc-mingw32
ac_cv_c99_variable_arrays=yes
ac_cv_c99_variadic_macros=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func___argz_count=no
ac_cv_func___argz_next=no
ac_cv_func___argz_stringify=no
ac_cv_func_alloca_works=yes
ac_cv_func_feof_unlocked=no
ac_cv_func_fgets_unlocked=no
ac_cv_func_getcwd=yes
ac_cv_func_getegid=no
ac_cv_func_geteuid=no
ac_cv_func_getgid=no
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=no
ac_cv_func_mempcpy=no
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_munmap=no
ac_cv_func_putenv=yes
ac_cv_func_setenv=no
ac_cv_func_setlocale=yes
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=no
ac_cv_gnu_library_2_1=no
ac_cv_header_argz_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_host_alias=i686-pc-mingw32
ac_cv_lib_c_ngettext=no
ac_cv_lib_cposix_strerror=no
ac_cv_lib_intl_ngettext=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/mingw/bin/msgfmt
ac_cv_path_MSGFMT=/mingw/bin/msgfmt
ac_cv_path_PKG_CONFIG=/mingw/bin/pkg-config
ac_cv_path_XGETTEXT=/mingw/bin/xgettext
ac_cv_path_install='/mingw/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_UNAME=uname
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=no
ac_cv_target=i686-pc-mingw32
ac_cv_target_alias=i686-pc-mingw32
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_langinfo_codeset=no
am_cv_lib_iconv=yes
am_cv_libcharset=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=const
am_cv_val_LC_MESSAGES=no
gt_cv_func_gnugettext2_libc=no
gt_cv_func_gnugettext2_libintl=no
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /freeciv/bootstrap/missing --run aclocal-1.7'
ALLOCA=''
ALSA_FALSE=''
ALSA_TRUE=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /freeciv/bootstrap/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /freeciv/bootstrap/missing --run autoconf'
AUTOHEADER='${SHELL} /freeciv/bootstrap/missing --run autoheader'
AUTOMAKE='${SHELL} /freeciv/bootstrap/missing --run automake-1.7'
AWK='gawk'
BUILD_INCLUDED_LIBINTL='yes'
CATALOGS=' ca.gmo cs.gmo da.gmo de.gmo en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo 
he_IL.gmo hu.gmo it.gmo ja.gmo nl.gmo nb.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo 
ro.gmo ru.gmo sv.gmo uk.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations'
CLIENT_CFLAGS=''
CLIENT_FALSE='#'
CLIENT_GUI_BEOS_FALSE=''
CLIENT_GUI_BEOS_TRUE=''
CLIENT_GUI_FTWL_FALSE=''
CLIENT_GUI_FTWL_TRUE=''
CLIENT_GUI_GTK_2_0_FALSE=''
CLIENT_GUI_GTK_2_0_TRUE=''
CLIENT_GUI_GTK_FALSE=''
CLIENT_GUI_GTK_TRUE=''
CLIENT_GUI_SDL_FALSE=''
CLIENT_GUI_SDL_TRUE=''
CLIENT_GUI_STUB_FALSE=''
CLIENT_GUI_STUB_TRUE=''
CLIENT_GUI_WIN32_FALSE=''
CLIENT_GUI_WIN32_TRUE=''
CLIENT_GUI_XAW_FALSE=''
CLIENT_GUI_XAW_TRUE=''
CLIENT_LDFLAGS=''
CLIENT_LIBS=''
CLIENT_TRUE=''
CONFIGURE_DEPENDENCIES=''
CPP='gcc -E'
CPPFLAGS=''
CVS_DEPS='yes'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ESD_CFLAGS=''
ESD_CONFIG=''
ESD_FALSE=''
ESD_LIBS=''
ESD_TRUE=''
EXEEXT='.exe'
FT2_CFLAGS=''
FT2_CONFIG=''
FT2_LIBS=''
FTWL_FALSE=''
FTWL_SDL_FALSE=''
FTWL_SDL_TRUE=''
FTWL_TRUE='#'
FTWL_X11_FALSE=''
FTWL_X11_TRUE=''
GDK_IMLIB_CFLAGS=''
GDK_IMLIB_LIBS=''
GENCAT='gencat'
GLIBC21='no'
GMOFILES=' ca.gmo cs.gmo da.gmo de.gmo en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo 
he_IL.gmo hu.gmo it.gmo ja.gmo nl.gmo nb.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo 
ro.gmo ru.gmo sv.gmo uk.gmo'
GMSGFMT='/mingw/bin/msgfmt'
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
IMLIB_CONFIG=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLLIBS='$(top_builddir)/intl/libintl.a -liconv'
INTLOBJS='$(GETTOBJS)'
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV='-liconv'
LIBOBJS=''
LIBS='-lz  -liconv -lwsock32'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /freeciv/bootstrap/missing --run makeinfo'
MAKE_CLIENT_INCLUDE_FALSE=''
MAKE_CLIENT_INCLUDE_TRUE='#'
MAKE_DATA_FALSE='#'
MAKE_DATA_TRUE=''
MKINSTALLDIRS='bootstrap/mkinstalldirs'
MSGFMT='/mingw/bin/msgfmt'
OBJEXT='o'
PACKAGE='freeciv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/mingw/bin/pkg-config'
POFILES=' ca.po cs.po da.po de.po en_GB.po es.po et.po fi.po fr.po he_IL.po 
hu.po it.po ja.po nl.po nb.po no.po pl.po pt.po pt_BR.po ro.po ru.po sv.po 
uk.po'
POSUB='po'
RANLIB='ranlib'
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_FALSE=''
SDL_LIBS=''
SDL_TRUE=''
SERVER_FALSE='#'
SERVER_LIBS=''
SERVER_TRUE=''
SET_MAKE='MAKE=make'
SHELL='/bin/sh'
SOUND_CFLAGS=''
SOUND_LIBS=''
STRIP=''
UNAME='uname'
USER_DB_DEP='userdb/libuserdb.a'
USER_DB_LIB='userdb/libuserdb.a'
USE_INCLUDED_LIBINTL='yes'
USE_NLS='yes'
VERSION='2.0.7'
VERSION_LABEL=''
VERSION_WITHOUT_LABEL='2.0.7'
WINMM_FALSE=''
WINMM_TRUE=''
XGETTEXT='/mingw/bin/xgettext'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='#'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
gui_sources=''
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/freeciv/bootstrap/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-mingw32'
target_alias=''
target_cpu='i686'
target_os='mingw32'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define ALWAYS_ROOT 1
#define ENABLE_NLS 1
#define FC_CONFIG_H 1
#define HAVE_ALLOCA 1
#define HAVE_GETCWD 1
#define HAVE_GETPAGESIZE 1
#define HAVE_ICONV 1
#define HAVE_ICONV 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCHARSET 1
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PUTENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WINSOCK 1
#define ICONV_CONST const
#define ICONV_CONST const
#define IS_BETA_VERSION 0
#define IS_DEVEL_VERSION 0
#define LOCALEDIR "/usr/local/share/locale"
#define MAJOR_VERSION 2
#define MINOR_VERSION 0
#define PACKAGE "freeciv"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PATCH_VERSION 7
#define SOCKET_ZERO_ISNT_STDIN 1
#define STDC_HEADERS 1
#define VERSION "2.0.7"
#define VERSION_LABEL ""
#define VERSION_STRING "2.0.7"
#define WIN32_NATIVE 1

configure: exit 1

[Prev in Thread] Current Thread [Next in Thread]