Re: How tell atk 1.0.3 or pango 1.0.4 where my glib 2.0.6 is located?



> > I have compiled and installed glib-2.0.6 under the
> > location "/pkg/glib/2.0.6". Now I like to build
> atk
> > 1.0.3 and pango 1.0.4 (to later be able to build
> gtk+
> > 2.0.6) but both atk and pango screams during
> > "configure" that they cannot find my glib. How do
> I
> > tell them glib is installed under
> "/pkg/glib/2.0.6"?
> 
> make sure pkg-config is installed and set the
> PKG_CONFIG_PATH
> environment variable to "/pkg/glib/2.0.6/lib"

The problem still remains :(

I did

# export PKG_CONFIG_PATH="/pkg/glib/2.0.6/lib"

And pkg-config 0.12.0 is found by configure, this is
what I get:

# ./configure --prefix=/pkg/atk/1.0.3
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler...
yes
checking whether gcc accepts -g... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries...
pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions...
yes
checking whether the linker (/usr/bin/ld) supports
shared libraries... yes
checking how to hardcode library paths into
programs... immediate
checking whether stripping libraries is possible...
yes
checking dynamic linker characteristics... GNU/Linux
ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in...
no
creating libtool
checking for Win32... no
checking for aclocal flags...
checking for pkg-config... /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB 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 GLIB
is incorrectly installed.
configure: error:
*** GLIB 2.0.0 or better is required. The latest
version of
*** GLIB is always available from ftp://ftp.gtk.org/.

------------------------------------------------------

This is my config.log (sorry for this big post...):

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.53.  Invocation command
line was

  $ ./configure --prefix=/pkg/atk/1.0.3

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

hostname = te.matematik.su.se
uname -m = i686
uname -r = 2.4.18-5
uname -s = Linux
uname -v = #1 Mon Jun 10 15:31:48 EDT 2002

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

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

PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/share/bin
PATH: /usr/local/share/sbin
PATH: /usr/X11R6/bin
PATH: /home/matte/te/office52
PATH: /home/matte/te/bin
PATH: .


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

configure:1438: checking for a BSD-compatible install
configure:1492: result: /usr/bin/install -c
configure:1503: checking whether build environment is
sane
configure:1546: result: yes
configure:1561: checking whether make sets ${MAKE}
configure:1581: result: yes
configure:1613: checking for working aclocal
configure:1620: result: found
configure:1628: checking for working autoconf
configure:1635: result: found
configure:1643: checking for working automake
configure:1650: result: found
configure:1658: checking for working autoheader
configure:1665: result: found
configure:1673: checking for working makeinfo
configure:1684: result: missing
configure:1736: checking for gcc
configure:1752: found /usr/bin/gcc
configure:1762: result: gcc
configure:2006: checking for C compiler version
configure:2009: gcc --version </dev/null >&5
3.0.4
configure:2012: $? = 0
configure:2014: gcc -v </dev/null >&5
Reading specs from
/pkg-local/gcc/3.0.4/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: ./configure
--prefix=/pkg-local/gcc/3.0.4
Thread model: single
gcc version 3.0.4
configure:2017: $? = 0
configure:2019: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2022: $? = 1
configure:2048: checking for C compiler default output
configure:2051: gcc    conftest.c  >&5
configure:2054: $? = 0
configure:2087: result: a.out
configure:2092: checking whether the C compiler works
configure:2098: ./a.out
configure:2101: $? = 0
configure:2116: result: yes
configure:2123: checking whether we are cross
compiling
configure:2125: result: no
configure:2128: checking for suffix of executables
configure:2130: gcc -o conftest    conftest.c  >&5
configure:2133: $? = 0
configure:2155: result:
configure:2161: checking for suffix of object files
configure:2185: gcc -c   conftest.c >&5
configure:2188: $? = 0
configure:2207: result: o
configure:2211: checking whether we are using the GNU
C compiler
configure:2238: gcc -c   conftest.c >&5
configure:2241: $? = 0
configure:2244: test -s conftest.o
configure:2247: $? = 0
configure:2259: result: yes
configure:2265: checking whether gcc accepts -g
configure:2289: gcc -c -g  conftest.c >&5
configure:2292: $? = 0
configure:2295: test -s conftest.o
configure:2298: $? = 0
configure:2308: result: yes
configure:2335: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2338: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2521: checking build system type
configure:2539: result: i686-pc-linux-gnu
configure:2547: checking host system type
configure:2561: result: i686-pc-linux-gnu
configure:2591: checking for ld used by GCC
configure:2654: result: /usr/bin/ld
configure:2663: checking if the linker (/usr/bin/ld)
is GNU ld
GNU ld version 2.11.93.0.2 20020207
configure:2675: result: yes
configure:2680: checking for /usr/bin/ld option to
reload object files
configure:2687: result: -r
configure:2692: checking for BSD-compatible nm
configure:2728: result: /usr/bin/nm -B
configure:2731: checking whether ln -s works
configure:2735: result: yes
configure:2742: checking how to recognise dependant
libraries
configure:2920: result: pass_all
configure:2933: checking command to parse /usr/bin/nm
-B output
configure:3014: gcc -c -g -O2  conftest.c >&5
configure:3017: $? = 0
configure:3021: /usr/bin/nm -B conftest.o \| sed -n -e
's/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[   ][     
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \>
conftest.nm
configure:3024: $? = 0
configure:3076: gcc -o conftest -g -O2   conftest.c
conftstm.o >&5
configure:3079: $? = 0
configure:3123: result: ok
configure:3132: checking how to run the C preprocessor
configure:3158: gcc -E  conftest.c
configure:3164: $? = 0
configure:3191: gcc -E  conftest.c
configure:3187:28: ac_nonexistent.h: No such file or
directory
configure:3197: $? = 1
configure: failed program was:
#line 3186 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3234: result: gcc -E
configure:3249: gcc -E  conftest.c
configure:3255: $? = 0
configure:3282: gcc -E  conftest.c
configure:3278:28: ac_nonexistent.h: No such file or
directory
configure:3288: $? = 1
configure: failed program was:
#line 3277 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3328: checking for ANSI C header files
configure:3342: gcc -E  conftest.c
configure:3348: $? = 0
configure:3433: gcc -o conftest -g -O2   conftest.c 
>&5
configure:3436: $? = 0
configure:3438: ./conftest
configure:3441: $? = 0
configure:3455: result: yes
configure:3479: checking for sys/types.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for sys/stat.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for stdlib.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for string.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for memory.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for strings.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for inttypes.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for stdint.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3479: checking for unistd.h
configure:3492: gcc -c -g -O2  conftest.c >&5
configure:3495: $? = 0
configure:3498: test -s conftest.o
configure:3501: $? = 0
configure:3511: result: yes
configure:3537: checking dlfcn.h usability
configure:3546: gcc -c -g -O2  conftest.c >&5
configure:3549: $? = 0
configure:3552: test -s conftest.o
configure:3555: $? = 0
configure:3564: result: yes
configure:3568: checking dlfcn.h presence
configure:3575: gcc -E  conftest.c
configure:3581: $? = 0
configure:3599: result: yes
configure:3617: checking for dlfcn.h
configure:3624: result: yes
configure:3821: checking for ranlib
configure:3837: found /usr/bin/ranlib
configure:3848: result: ranlib
configure:3901: checking for strip
configure:3917: found /usr/bin/strip
configure:3928: result: strip
configure:4139: checking for objdir
configure:4150: result: .libs
configure:4167: checking for gcc option to produce PIC
configure:4317: result: -fPIC
configure:4321: checking if gcc PIC flag -fPIC works
configure:4347: gcc -c -g -O2 -fPIC -DPIC  conftest.c
>&5
configure:4350: $? = 0
configure:4353: test -s conftest.o
configure:4356: $? = 0
configure:4393: result: yes
configure:4409: checking if gcc static flag -static
works
configure:4436: gcc -o conftest -g -O2   -static
conftest.c  >&5
configure:4439: $? = 0
configure:4442: test -s conftest
configure:4445: $? = 0
configure:4460: result: yes
configure:4472: checking if gcc supports -c -o file.o
configure:4494: gcc -c -g -O2 -o out/conftest2.o 
conftest.c >&5
configure:4516: result: yes
configure:4521: checking if gcc supports -c -o file.lo
configure:4551: gcc -c -g -O2 -c -o conftest.lo 
conftest.c >&5
configure:4554: $? = 0
configure:4557: test -s conftest.lo
configure:4560: $? = 0
configure:4581: result: yes
configure:4612: checking if gcc supports -fno-rtti
-fno-exceptions
configure:4637: gcc -c -g -O2 -fno-rtti
-fno-exceptions -c conftest.c  conftest.c >&5
configure:4640: $? = 0
configure:4643: test -s conftest.o
configure:4646: $? = 0
configure:4662: result: yes
configure:4673: checking whether the linker
(/usr/bin/ld) supports shared libraries
configure:5353: result: yes
configure:5358: checking how to hardcode library paths
into programs
configure:5382: result: immediate
configure:5387: checking whether stripping libraries
is possible
configure:5392: result: yes
configure:5403: checking dynamic linker
characteristics
configure:5796: result: GNU/Linux ld.so
configure:5801: checking if libtool supports shared
libraries
configure:5803: result: yes
configure:5806: checking whether to build shared
libraries
configure:5827: result: yes
configure:5830: checking whether to build static
libraries
configure:5834: result: no
configure:6496: checking whether -lc should be
explicitly linked in
configure:6504: gcc -c -g -O2  conftest.c >&5
configure:6507: $? = 0
configure:6521: gcc -shared conftest.o  -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| grep  -lc 
\>/dev/null 2\>\&1
configure:6524: $? = 0
configure:6537: result: no
configure:7108: checking for Win32
configure:7118: result: no
configure:7178: checking for aclocal flags
configure:7187: result:
configure:7235: checking for pkg-config
configure:7253: found /usr/local/bin/pkg-config
configure:7266: result: /usr/local/bin/pkg-config
configure:7289: checking for GLIB - version >= 2.0.0
configure:7434: result: no
configure:7470: gcc -o conftest -g -O2 -Wall   
conftest.c   >&5
In file included from
/usr/local/include/glib/galloca.h:30,
                 from /usr/local/include/glib.h:30,
                 from configure:7450:
/usr/local/include/glib/gtypes.h:30:24: glibconfig.h:
No such file or directory
In file included from
/usr/local/include/glib/galloca.h:30,
                 from /usr/local/include/glib.h:30,
                 from configure:7450:
/usr/local/include/glib/gtypes.h:41: syntax error
before "typedef"
/usr/local/include/glib/gtypes.h:309:2: #error unknown
ENDIAN type
In file included from /usr/local/include/glib.h:31,
                 from configure:7450:
/usr/local/include/glib/garray.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/garray.h:34: syntax error
before "typedef"
/usr/local/include/glib/garray.h:46: parse error
before "guint8"
/usr/local/include/glib/garray.h:48: parse error
before '}' token
/usr/local/include/glib/garray.h:132: parse error
before '*' token
/usr/local/include/glib/garray.h:135: parse error
before '*' token
/usr/local/include/glib/garray.h:138: parse error
before '*' token
In file included from
/usr/local/include/glib/gerror.h:24,
                 from
/usr/local/include/glib/gthread.h:30,
                 from
/usr/local/include/glib/gasyncqueue.h:30,
                 from /usr/local/include/glib.h:32,
                 from configure:7450:
/usr/local/include/glib/gquark.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gquark.h:34: syntax error
before "typedef"
/usr/local/include/glib/gquark.h:38: parse error
before "g_quark_try_string"
/usr/local/include/glib/gquark.h:39: parse error
before "g_quark_from_static_string"
/usr/local/include/glib/gquark.h:40: parse error
before "g_quark_from_string"
/usr/local/include/glib/gquark.h:41: syntax error
before "gchar"
/usr/local/include/glib/gquark.h:41: parse error
before "quark"
In file included from
/usr/local/include/glib/gthread.h:30,
                 from
/usr/local/include/glib/gasyncqueue.h:30,
                 from /usr/local/include/glib.h:32,
                 from configure:7450:
/usr/local/include/glib/gerror.h:26: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gerror.h:28: syntax error
before "typedef"
/usr/local/include/glib/gerror.h:32: parse error
before "GQuark"
/usr/local/include/glib/gerror.h:35: parse error
before '}' token
/usr/local/include/glib/gerror.h:37: parse error
before "domain"
/usr/local/include/glib/gerror.h:42: parse error
before "domain"
/usr/local/include/glib/gerror.h:50: parse error
before "GQuark"
/usr/local/include/glib/gerror.h:57: parse error
before "GQuark"
In file included from
/usr/local/include/glib/gasyncqueue.h:30,
                 from /usr/local/include/glib.h:32,
                 from configure:7450:
/usr/local/include/glib/gthread.h:33: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gthread.h:38: syntax error
before "extern"
/usr/local/include/glib/gthread.h:227: parse error
before '*' token
/usr/local/include/glib/gthread.h:228: parse error
before '*' token
/usr/local/include/glib/gthread.h:245: parse error
before "GStaticMutex"
/usr/local/include/glib/gthread.h:247: parse error
before "owner"
/usr/local/include/glib/gthread.h:263: parse error
before "GStaticMutex"
/usr/local/include/glib/gthread.h:270: parse error
before '}' token
In file included from /usr/local/include/glib.h:32,
                 from configure:7450:
/usr/local/include/glib/gasyncqueue.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gasyncqueue.h:34: syntax error
before "typedef"
In file included from /usr/local/include/glib.h:33,
                 from configure:7450:
/usr/local/include/glib/gbacktrace.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gbacktrace.h:43: syntax error
before "void"
In file included from
/usr/local/include/glib/glist.h:30,
                 from
/usr/local/include/glib/gcache.h:30,
                 from /usr/local/include/glib.h:34,
                 from configure:7450:
/usr/local/include/glib/gmem.h:32: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib/gmem.h:34: syntax error before
"typedef"
/usr/local/include/glib/gmem.h:74: parse error before
"n_bytes"
/usr/local/include/glib/gmem.h:76: parse error before
"gsize"
/usr/local/include/glib/gmem.h:79: parse error before
"n_blocks"
/usr/local/include/glib/gmem.h:81: parse error before
"n_bytes"
/usr/local/include/glib/gmem.h:83: parse error before
"gsize"
In file included from
/usr/local/include/glib/gcache.h:30,
                 from /usr/local/include/glib.h:34,
                 from configure:7450:
/usr/local/include/glib/glist.h:32: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib/glist.h:34: syntax error
before "typedef"
In file included from /usr/local/include/glib.h:34,
                 from configure:7450:
/usr/local/include/glib/gcache.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gcache.h:34: syntax error
before "typedef"
In file included from /usr/local/include/glib.h:35,
                 from configure:7450:
/usr/local/include/glib/gcompletion.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gcompletion.h:34: syntax error
before "typedef"
/usr/local/include/glib/gcompletion.h:43: parse error
before "gsize"
In file included from
/usr/local/include/glib/gconvert.h:30,
                 from /usr/local/include/glib.h:36,
                 from configure:7450:
/pkg-local/gcc/3.0.4/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/include/stddef.h:147:
syntax error before "typedef"
In file included from /usr/local/include/glib.h:36,
                 from configure:7450:
/usr/local/include/glib/gconvert.h:35: syntax error
before "typedef"
/usr/local/include/glib/gconvert.h:46: parse error
before "g_convert_error_quark"
/usr/local/include/glib/gconvert.h:56: parse error
before "gsize"
/usr/local/include/glib/gconvert.h:63: parse error
before "gssize"
/usr/local/include/glib/gconvert.h:70: parse error
before "gssize"
/usr/local/include/glib/gconvert.h:76: parse error
before "gssize"
/usr/local/include/glib/gconvert.h:88: parse error
before "gssize"
/usr/local/include/glib/gconvert.h:93: parse error
before "gssize"
/usr/local/include/glib/gconvert.h:102: parse error
before "gssize"
/usr/local/include/glib/gconvert.h:107: parse error
before "gssize"
In file included from /usr/local/include/glib.h:37,
                 from configure:7450:
/usr/local/include/glib/gdataset.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gdataset.h:34: syntax error
before "typedef"
/usr/local/include/glib/gdataset.h:36: parse error
before "key_id"
/usr/local/include/glib/gdataset.h:45: parse error
before "GQuark"
/usr/local/include/glib/gdataset.h:47: parse error
before "GQuark"
/usr/local/include/glib/gdataset.h:51: parse error
before "GQuark"
/usr/local/include/glib/gdataset.h:75: parse error
before "GQuark"
/usr/local/include/glib/gdataset.h:77: parse error
before "GQuark"
/usr/local/include/glib/gdataset.h:81: parse error
before "GQuark"
In file included from /usr/local/include/glib.h:38,
                 from configure:7450:
/usr/local/include/glib/gdate.h:32: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib/gdate.h:43: syntax error
before "typedef"
/usr/local/include/glib/gdate.h:44: parse error before
"GDateYear"
/usr/local/include/glib/gdate.h:45: parse error before
"GDateDay"
/usr/local/include/glib/gdate.h:118: parse error
before "day"
/usr/local/include/glib/gdate.h:121: parse error
before "julian_day"
/usr/local/include/glib/gdate.h:130: parse error
before "day"
/usr/local/include/glib/gdate.h:131: parse error
before "G_GNUC_CONST"
/usr/local/include/glib/gdate.h:132: parse error
before "year"
/usr/local/include/glib/gdate.h:133: parse error
before "G_GNUC_CONST"
/usr/local/include/glib/gdate.h:134: parse error
before "julian_date"
/usr/local/include/glib/gdate.h:135: parse error
before "day"
/usr/local/include/glib/gdate.h:141: parse error
before "g_date_get_year"
/usr/local/include/glib/gdate.h:142: parse error
before "g_date_get_day"
/usr/local/include/glib/gdate.h:143: parse error
before "g_date_get_julian"
/usr/local/include/glib/gdate.h:168: parse error
before "GTime"
/usr/local/include/glib/gdate.h:172: parse error
before "GDateDay"
/usr/local/include/glib/gdate.h:174: parse error
before "GDateYear"
/usr/local/include/glib/gdate.h:176: parse error
before "GDateDay"
/usr/local/include/glib/gdate.h:180: parse error
before "guint32"
/usr/local/include/glib/gdate.h:201: parse error
before "year"
/usr/local/include/glib/gdate.h:202: parse error
before "g_date_get_days_in_month"
/usr/local/include/glib/gdate.h:203: parse error
before "GDateYear"
/usr/local/include/glib/gdate.h:204: parse error
before "g_date_get_monday_weeks_in_year"
/usr/local/include/glib/gdate.h:204: parse error
before "year"
/usr/local/include/glib/gdate.h:205: parse error
before "g_date_get_sunday_weeks_in_year"
/usr/local/include/glib/gdate.h:205: parse error
before "year"
/usr/local/include/glib/gdate.h:228: parse error
before "g_date_strftime"
/usr/local/include/glib/gdate.h:229: parse error
before "gsize"
In file included from /usr/local/include/glib.h:39,
                 from configure:7450:
/usr/local/include/glib/gdir.h:6: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib/gdir.h:8: syntax error before
"typedef"
/usr/local/include/glib/gdir.h:13: syntax error before
"gchar"
In file included from /usr/local/include/glib.h:41,
                 from configure:7450:
/usr/local/include/glib/gfileutils.h:26: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gfileutils.h:30: syntax error
before "typedef"
/usr/local/include/glib/gfileutils.h:71: parse error
before "g_file_error_quark"
/usr/local/include/glib/gfileutils.h:79: parse error
before "gsize"
In file included from /usr/local/include/glib.h:42,
                 from configure:7450:
/usr/local/include/glib/ghash.h:32: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib/ghash.h:34: syntax error
before "typedef"
/usr/local/include/glib/ghash.h:101: parse error
before "G_GNUC_CONST"
/usr/local/include/glib/ghash.h:103: parse error
before "G_GNUC_CONST"
In file included from /usr/local/include/glib.h:43,
                 from configure:7450:
/usr/local/include/glib/ghook.h:32: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib/ghook.h:36: syntax error
before "typedef"
In file included from
/usr/local/include/glib/gmain.h:23,
                 from
/usr/local/include/glib/giochannel.h:31,
                 from /usr/local/include/glib.h:44,
                 from configure:7450:
/usr/local/include/glib/gslist.h:32: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gslist.h:34: syntax error
before "typedef"
In file included from
/usr/local/include/glib/giochannel.h:31,
                 from /usr/local/include/glib.h:44,
                 from configure:7450:
/usr/local/include/glib/gmain.h:26: parse error before
"G_BEGIN_DECLS"
/usr/local/include/glib/gmain.h:28: syntax error
before "typedef"
In file included from
/usr/local/include/glib/gstring.h:31,
                 from
/usr/local/include/glib/giochannel.h:32,
                 from /usr/local/include/glib.h:44,
                 from configure:7450:
/usr/local/include/glib/gunicode.h:28: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gunicode.h:30: syntax error
before "typedef"
/usr/local/include/glib/gunicode.h:31: parse error
before "gunichar2"
/usr/local/include/glib/gunicode.h:112: parse error
before "char"
/usr/local/include/glib/gunicode.h:116: parse error
before "c"
/usr/local/include/glib/gunicode.h:117: parse error
before "c"
/usr/local/include/glib/gunicode.h:118: parse error
before "c"
/usr/local/include/glib/gunicode.h:119: parse error
before "c"
/usr/local/include/glib/gunicode.h:120: parse error
before "c"
/usr/local/include/glib/gunicode.h:121: parse error
before "c"
/usr/local/include/glib/gunicode.h:122: parse error
before "c"
/usr/local/include/glib/gunicode.h:123: parse error
before "c"
/usr/local/include/glib/gunicode.h:124: parse error
before "c"
/usr/local/include/glib/gunicode.h:125: parse error
before "c"
/usr/local/include/glib/gunicode.h:126: parse error
before "c"
/usr/local/include/glib/gunicode.h:127: parse error
before "c"
/usr/local/include/glib/gunicode.h:128: parse error
before "c"
/usr/local/include/glib/gunicode.h:129: parse error
before "c"
/usr/local/include/glib/gunicode.h:133: parse error
before "g_unichar_toupper"
/usr/local/include/glib/gunicode.h:133: parse error
before "c"
/usr/local/include/glib/gunicode.h:134: parse error
before "g_unichar_tolower"
/usr/local/include/glib/gunicode.h:134: parse error
before "c"
/usr/local/include/glib/gunicode.h:135: parse error
before "g_unichar_totitle"
/usr/local/include/glib/gunicode.h:135: parse error
before "c"
/usr/local/include/glib/gunicode.h:139: parse error
before "c"
/usr/local/include/glib/gunicode.h:141: parse error
before "c"
/usr/local/include/glib/gunicode.h:144: parse error
before "c"
/usr/local/include/glib/gunicode.h:147: parse error
before "c"
/usr/local/include/glib/gunicode.h:153: parse error
before '*' token
/usr/local/include/glib/gunicode.h:159: parse error
before '*' token
/usr/local/include/glib/gunicode.h:159: parse error
before "ch"
/usr/local/include/glib/gunicode.h:168: parse error
before "g_utf8_get_char"
/usr/local/include/glib/gunicode.h:169: parse error
before "g_utf8_get_char_validated"
/usr/local/include/glib/gunicode.h:170: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:183: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:188: parse error
before "gsize"
/usr/local/include/glib/gunicode.h:193: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:196: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:199: parse error
before '*' token
/usr/local/include/glib/gunicode.h:204: parse error
before '*' token
/usr/local/include/glib/gunicode.h:209: parse error
before '*' token
/usr/local/include/glib/gunicode.h:212: parse error
before '*' token
/usr/local/include/glib/gunicode.h:212: parse error
before '*' token
/usr/local/include/glib/gunicode.h:217: parse error
before '*' token
/usr/local/include/glib/gunicode.h:222: parse error
before '*' token
/usr/local/include/glib/gunicode.h:222: parse error
before '*' token
/usr/local/include/glib/gunicode.h:227: parse error
before '*' token
/usr/local/include/glib/gunicode.h:237: parse error
before "c"
/usr/local/include/glib/gunicode.h:245: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:249: parse error
before "ch"
/usr/local/include/glib/gunicode.h:252: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:254: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:256: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:270: parse error
before "gssize"
/usr/local/include/glib/gunicode.h:276: parse error
before "gssize"
In file included from
/usr/local/include/glib/giochannel.h:32,
                 from /usr/local/include/glib.h:44,
                 from configure:7450:
/usr/local/include/glib/gstring.h:33: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/gstring.h:35: syntax error
before "typedef"
/usr/local/include/glib/gstring.h:41: parse error
before "gsize"
/usr/local/include/glib/gstring.h:47: parse error
before "size"
/usr/local/include/glib/gstring.h:59: parse error
before "gssize"
/usr/local/include/glib/gstring.h:60: parse error
before "dfl_size"
/usr/local/include/glib/gstring.h:69: parse error
before "gsize"
/usr/local/include/glib/gstring.h:71: parse error
before "gsize"
/usr/local/include/glib/gstring.h:73: parse error
before "gssize"
/usr/local/include/glib/gstring.h:80: parse error
before "gssize"
/usr/local/include/glib/gstring.h:84: parse error
before "gunichar"
/usr/local/include/glib/gstring.h:90: parse error
before "gunichar"
/usr/local/include/glib/gstring.h:93: parse error
before "gssize"
/usr/local/include/glib/gstring.h:95: parse error
before "gssize"
/usr/local/include/glib/gstring.h:98: parse error
before "gssize"
/usr/local/include/glib/gstring.h:101: parse error
before "gssize"
/usr/local/include/glib/gstring.h:104: parse error
before "gssize"
/usr/local/include/glib/gstring.h:110: parse error
before "G_GNUC_PRINTF"
/usr/local/include/glib/gstring.h:113: parse error
before "G_GNUC_PRINTF"
In file included from /usr/local/include/glib.h:44,
                 from configure:7450:
/usr/local/include/glib/giochannel.h:34: parse error
before "G_BEGIN_DECLS"
/usr/local/include/glib/giochannel.h:39: syntax error
before "typedef"
/usr/local/include/glib/giochannel.h:84: parse error
before "GLIB_SYSDEF_POLLIN"
/usr/local/include/glib/giochannel.h:116: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:124: parse error
before ':' token
/usr/local/include/glib/giochannel.h:125: parse error
before ':' token
/usr/local/include/glib/giochannel.h:126: parse error
before ':' token
/usr/local/include/glib/giochannel.h:127: parse error
before ':' token
/usr/local/include/glib/giochannel.h:128: parse error
before ':' token
/usr/local/include/glib/giochannel.h:129: parse error
before ':' token
/usr/local/include/glib/giochannel.h:133: parse error
before '}' token
/usr/local/include/glib/giochannel.h:142: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:147: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:151: parse error
before "gint64"
/usr/local/include/glib/giochannel.h:172: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:176: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:179: parse error
before "gint64"
/usr/local/include/glib/giochannel.h:204: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:205: parse error
before "g_io_channel_get_buffer_size"
/usr/local/include/glib/giochannel.h:214: syntax error
before "gchar"
/usr/local/include/glib/giochannel.h:222: syntax error
before "gchar"
/usr/local/include/glib/giochannel.h:232: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:237: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:241: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:245: parse error
before "gsize"
/usr/local/include/glib/giochannel.h:249: parse error
before "gunichar"
/usr/local/include/glib/giochannel.h:253: parse error
before "gssize"
/usr/local/include/glib/giochannel.h:257: parse error
before "gunichar"
/usr/local/include/glib/giochannel.h:260: parse error
before "gint64"
/usr/local/include/glib/giochannel.h:269: parse error
before "g_io_channel_error_quark"
In file included from /usr/local/include/glib.h:48,
                 from configure:7450:
/usr/local/include/glib/gmarkup.h:28: syntax error
before "typedef"
/usr/local/include/glib/gmarkup.h:43: parse error
before "g_markup_error_quark"
/usr/local/include/glib/gmarkup.h:75: parse error
before "gsize"
/usr/local/include/glib/gmarkup.h:86: parse error
before "gsize"
/usr/local/include/glib/gmarkup.h:105: parse error
before "gssize"
/usr/local/include/glib/gmarkup.h:118: parse error
before "gssize"
In file included from /usr/local/include/glib.h:50,
                 from configure:7450:
/usr/local/include/glib/gmessages.h:43: parse error
before "g_printf_string_upper_bound"
In file included from /usr/local/include/glib.h:57,
                 from configure:7450:
/usr/local/include/glib/grand.h:45: parse error before
"seed"
/usr/local/include/glib/grand.h:50: parse error before
"guint32"
/usr/local/include/glib/grand.h:54: parse error before
"g_rand_int"
/usr/local/include/glib/grand.h:55: parse error before
"g_rand_int_range"
/usr/local/include/glib/grand.h:56: parse error before
"gint32"
/usr/local/include/glib/grand.h:63: parse error before
"seed"
/usr/local/include/glib/grand.h:67: parse error before
"g_random_int"
/usr/local/include/glib/grand.h:68: parse error before
"g_random_int_range"
/usr/local/include/glib/grand.h:68: parse error before
"begin"
In file included from /usr/local/include/glib.h:60,
                 from configure:7450:
/usr/local/include/glib/gshell.h:39: parse error
before "g_shell_error_quark"
In file included from /usr/local/include/glib.h:62,
                 from configure:7450:
/usr/local/include/glib/gspawn.h:72: parse error
before "g_spawn_error_quark"
In file included from /usr/local/include/glib.h:63,
                 from configure:7450:
/usr/local/include/glib/gstrfuncs.h:50: parse error
before '*' token
/usr/local/include/glib/gstrfuncs.h:104: parse error
before "g_strlcpy"
/usr/local/include/glib/gstrfuncs.h:106: parse error
before "gsize"
/usr/local/include/glib/gstrfuncs.h:107: parse error
before "g_strlcat"
/usr/local/include/glib/gstrfuncs.h:109: parse error
before "gsize"
/usr/local/include/glib/gstrfuncs.h:111: parse error
before "gssize"
/usr/local/include/glib/gstrfuncs.h:116: parse error
before "gssize"
/usr/local/include/glib/gstrfuncs.h:148: parse error
before "gsize"
/usr/local/include/glib/gstrfuncs.h:150: parse error
before "gssize"
/usr/local/include/glib/gstrfuncs.h:152: parse error
before "gssize"
/usr/local/include/glib/gstrfuncs.h:180: parse error
before "gsize"
/usr/local/include/glib/gstrfuncs.h:181: parse error
before "length"
configure:7473: $? = 1
configure: failed program was:
#line 7448 "configure"
#include "confdefs.h"

#include <glib.h>
#include <stdio.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
 return ((glib_major_version) || (glib_minor_version)
|| (glib_micro_version));
  ;
  return 0;
}
configure:7508: error:
*** GLIB 2.0.0 or better is required. The latest
version of
*** GLIB is always available from ftp://ftp.gtk.org/.

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

ac_cv_atk_aclocal_flags=
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
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=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6
/lib/libc-2.2.5.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e
'\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e
'\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2",
(lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .*
\(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[    
 ]\([ABCDGISTW][ABCDGISTW]*\)[   ][     
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=:

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "atk"
#define VERSION "1.0.3"
#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_DLFCN_H 1

configure: exit 1

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com



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