GConf-1.1.5 wont build with --enable-docs=yes



Hi .. 

I hat a hard work for compiling GConf-1.1.[1-5].

Tonight I found out, that the configureoption --enable-docs=yes with do,
that the variable ORBIT_IDL is empty in the Makefile.

Then, the make all will stopp once after the beginning.

I attached the three outputs with

error  - make all with --enable-docs=yes
error2 - make all with self included /usr/local/bin/orbit-idl-2
build  - make all without --enable-docs=yes


	Best regards

		Jan

-- 
One time, you all will be emulated by linux!

----
Jan- Hendrik Palic
Url:"http://www.billgotchy.de";
E-Mail: "palic billgotchy de"

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s: a-- C++ UL++ P+++ L+++ E W++ N+ o+ K- w--- 
O- M- V- PS++ PE Y+ PGP++ t--- 5- X+++ R-- tv- b++ DI-- D+++ 
G+++ e+++ h+ r++ z+ 
------END GEEK CODE BLOCK------
Script started on Wed Dec  5 22:29:03 2001
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ make all./configure --prefix=/usr/local --enable-docs=yes --with-db3-includes=/usr/include/ --with-db3- 
libs=/usr/lib/
creating cache ./config.cache
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... powerpc-unknown-linux-gnu
checking build system type... powerpc-unknown-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 for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
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 -lc should be explicitly linked in... no
creating libtool
FYI:  Using default config source xml::${sysconfdir}/gconf/gconf.xml.defaults for schema installation
FYI:  Will build with debugging spew and checks
FYI:  Only building documentation
checking for ranlib... (cached) ranlib
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  az ca cs da de el es fi fr ga gl hu it ja ko nl nn no pt_BR ro ru sk sl sv tr uk zh_CN
sed: can't read ./po/po2tbl.sed.in: No such file or directory
checking for gawk... no
checking for mawk... mawk
checking for perl5... no
checking for perl... perl
checking for indent... indent
updating cache ./config.cache
creating ./config.status
creating Makefile
creating gconf.spec
creating gconf.m4
creating gconf/Makefile
creating gconf/default.path
creating backends/Makefile
creating po/Makefile.in
creating doc/Makefile
creating doc/gconf/Makefile
creating examples/Makefile
creating tests/Makefile
creating standard-schemas/Makefile
creating gconf-2.0.pc
creating config.h
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ make all
make  all-recursive
make[1]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
Making all in gconf
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/gconf'
./GConf.idl
make[2]: execvp: ./GConf.idl: Permission denied
make[2]: *** [GConf.h] Error 127
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/gconf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
make: *** [all-recursive-am] Error 2
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ 
Script done on Wed Dec  5 22:29:58 2001
Script started on Wed Dec  5 22:31:35 2001
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ make all
make  all-recursive
make[1]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
Making all in gconf
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/gconf'
/usr/local/bin/orbit-idl-2 ./GConf.idl
orbit-idl 2.3.99 compiling
 small mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule

/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-internals.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-internals.c  -fPIC -DPIC -o .libs/gconf-internals.lo
In file included from gconf-internals.c:22:
gconf-internals.h:29:18: glib.h: No such file or directory
In file included from gconf-internals.h:30,
                 from gconf-internals.c:22:
gconf-error.h:23:18: glib.h: Success
In file included from gconf-internals.h:30,
                 from gconf-internals.c:22:
gconf-error.h:57: parse error before "gconf_error_quark"
gconf-error.h:57: warning: data definition has no type or storage class
In file included from gconf-internals.h:31,
                 from gconf-internals.c:22:
gconf-value.h:24:18: glib.h: Success
In file included from gconf-internals.h:31,
                 from gconf-internals.c:22:
gconf-value.h:59: parse error before "gchar"
gconf-value.h:59: warning: no semicolon at end of struct or union
gconf-value.h:59: warning: no semicolon at end of struct or union
gconf-value.h:60: warning: data definition has no type or storage class
gconf-value.h:61: parse error before "bool_data"
gconf-value.h:61: warning: data definition has no type or storage class
gconf-value.h:62: parse error before "float_data"
gconf-value.h:62: warning: data definition has no type or storage class
gconf-value.h:66: parse error before "GSList"
gconf-value.h:66: warning: no semicolon at end of struct or union
gconf-value.h:67: warning: data definition has no type or storage class
gconf-value.h:72: parse error before '}' token
gconf-value.h:72: warning: data definition has no type or storage class
gconf-value.h:73: parse error before '}' token
gconf-value.h:89: parse error before '*' token
gconf-value.h:96: parse error before "gint"
gconf-value.h:98: parse error before '*' token
gconf-value.h:100: parse error before "gdouble"
gconf-value.h:102: parse error before "gboolean"
gconf-value.h:119: parse error before "GSList"
gconf-value.h:121: parse error before "GSList"
gconf-value.h:123: parse error before '*' token
gconf-value.h:123: warning: data definition has no type or storage class
gconf-value.h:133: parse error before "gchar"
gconf-value.h:133: warning: no semicolon at end of struct or union
gconf-value.h:134: warning: data definition has no type or storage class
gconf-value.h:135: parse error before "mod_time"
gconf-value.h:135: warning: data definition has no type or storage class
gconf-value.h:145: parse error before '*' token
gconf-value.h:147: parse error before '*' token
gconf-value.h:149: parse error before "GTime"
gconf-value.h:159: parse error before "gchar"
gconf-value.h:159: warning: no semicolon at end of struct or union
gconf-value.h:161: parse error before '*' token
gconf-value.h:161: warning: data definition has no type or storage class
gconf-value.h:162: parse error before "is_default"
gconf-value.h:172: parse error before '*' token
gconf-value.h:174: parse error before '*' token
gconf-value.h:185: parse error before '*' token
gconf-value.h:187: parse error before "gboolean"
gconf-value.h:189: parse error before "gboolean"
In file included from gconf-internals.h:32,
                 from gconf-internals.c:22:
GConf.h:7:18: glib.h: Success
GConf.h:9:31: orbit/orbit-types.h: No such file or directory
In file included from gconf-internals.h:32,
                 from gconf-internals.c:22:
GConf.h:72: parse error before "CORBA_string"
GConf.h:72: warning: no semicolon at end of struct or union
GConf.h:73: warning: data definition has no type or storage class
GConf.h:74: parse error before "long_desc"
GConf.h:74: warning: data definition has no type or storage class
GConf.h:75: parse error before "owner"
GConf.h:75: warning: data definition has no type or storage class
GConf.h:76: parse error before "encoded_default_value"
GConf.h:76: warning: data definition has no type or storage class
GConf.h:99: parse error before "CORBA_long"
GConf.h:99: warning: no semicolon at end of struct or union
GConf.h:99: warning: no semicolon at end of struct or union
GConf.h:100: warning: data definition has no type or storage class
GConf.h:101: parse error before "string_value"
GConf.h:101: warning: data definition has no type or storage class
GConf.h:102: parse error before "float_value"
GConf.h:102: warning: data definition has no type or storage class
GConf.h:103: parse error before "bool_value"
GConf.h:103: warning: data definition has no type or storage class
GConf.h:105: parse error before '}' token
GConf.h:106: warning: data definition has no type or storage class
GConf.h:107: parse error before '}' token
GConf.h:131: parse error before "CORBA_unsigned_long"
GConf.h:131: warning: no semicolon at end of struct or union
GConf.h:134: parse error before "_release"
GConf.h:134: warning: data definition has no type or storage class
GConf.h:136: warning: data definition has no type or storage class
GConf.h:155: parse error before "BasicValueList"
GConf.h:155: warning: data definition has no type or storage class
GConf.h:176: parse error before "BasicValueList"
GConf.h:176: warning: no semicolon at end of struct or union
GConf.h:178: parse error before '}' token
GConf.h:200: parse error before "CORBA_long"
GConf.h:200: warning: no semicolon at end of struct or union
GConf.h:200: warning: no semicolon at end of struct or union
GConf.h:201: warning: data definition has no type or storage class
GConf.h:202: parse error before "string_value"
GConf.h:202: warning: data definition has no type or storage class
GConf.h:203: parse error before "float_value"
GConf.h:203: warning: data definition has no type or storage class
GConf.h:204: parse error before "bool_value"
GConf.h:204: warning: data definition has no type or storage class
GConf.h:207: parse error before "pair_value"
GConf.h:207: warning: data definition has no type or storage class
GConf.h:209: warning: data definition has no type or storage class
GConf.h:210: parse error before '}' token
GConf.h:227: parse error before "ConfigDatabase"
GConf.h:227: warning: data definition has no type or storage class
GConf.h:228: parse error before "ConfigDatabase__classid"
GConf.h:228: warning: data definition has no type or storage class
GConf.h:243: parse error before "ConfigListener"
GConf.h:243: warning: data definition has no type or storage class
GConf.h:244: parse error before "ConfigListener__classid"
GConf.h:244: warning: data definition has no type or storage class
GConf.h:266: parse error before "CORBA_unsigned_long"
GConf.h:266: warning: no semicolon at end of struct or union
GConf.h:268: conflicting types for `_buffer'
GConf.h:133: previous declaration of `_buffer'
GConf.h:268: warning: data definition has no type or storage class
GConf.h:269: parse error before "_release"
GConf.h:269: warning: data definition has no type or storage class
GConf.h:271: warning: data definition has no type or storage class
GConf.h:290: parse error before "ConfigListener_KeyList"
GConf.h:290: warning: data definition has no type or storage class
GConf.h:342: parse error before "CORBA_string"
GConf.h:342: warning: no semicolon at end of struct or union
GConf.h:408: parse error before "ConfigDatabase_KeyList"
GConf.h:408: warning: data definition has no type or storage class
GConf.h:435: parse error before "CORBA_unsigned_long"
GConf.h:435: warning: no semicolon at end of struct or union
GConf.h:437: conflicting types for `_buffer'
GConf.h:268: previous declaration of `_buffer'
GConf.h:438: parse error before "_release"
GConf.h:438: warning: data definition has no type or storage class
GConf.h:440: warning: data definition has no type or storage class
GConf.h:459: parse error before "ConfigDatabase_ValueList"
GConf.h:459: warning: data definition has no type or storage class
GConf.h:487: parse error before "CORBA_unsigned_long"
GConf.h:487: warning: no semicolon at end of struct or union
GConf.h:489: conflicting types for `_buffer'
GConf.h:437: previous declaration of `_buffer'
GConf.h:489: warning: data definition has no type or storage class
GConf.h:490: parse error before "_release"
GConf.h:490: warning: data definition has no type or storage class
GConf.h:492: warning: data definition has no type or storage class
GConf.h:511: parse error before "ConfigDatabase_IsDefaultList"
GConf.h:511: warning: data definition has no type or storage class
GConf.h:563: parse error before "ConfigDatabase_IsWritableList"
GConf.h:563: warning: data definition has no type or storage class
GConf.h:584: parse error before "ConfigDatabase2"
GConf.h:584: warning: data definition has no type or storage class
GConf.h:585: parse error before "ConfigDatabase2__classid"
GConf.h:585: warning: data definition has no type or storage class
GConf.h:631: parse error before "ConfigDatabase2_SchemaNameList"
GConf.h:631: warning: data definition has no type or storage class
GConf.h:652: parse error before "ConfigServer"
GConf.h:652: warning: data definition has no type or storage class
GConf.h:653: parse error before "ConfigServer__classid"
GConf.h:653: warning: data definition has no type or storage class
GConf.h:671: parse error before "_servant"
GConf.h:678: parse error before "_servant"
GConf.h:679: parse error before "_servant"
GConf.h:686: parse error before "_servant"
GConf.h:690: parse error before "_servant"
GConf.h:696: parse error before "PortableServer_ServantBase__epv"
GConf.h:696: warning: no semicolon at end of struct or union
GConf.h:698: parse error before '}' token
GConf.h:699: warning: data definition has no type or storage class
GConf.h:703: parse error before "POA_ConfigListener__vepv"
GConf.h:703: warning: no semicolon at end of struct or union
GConf.h:705: warning: data definition has no type or storage class
GConf.h:706: parse error before "servant"
GConf.h:708: parse error before "servant"
GConf.h:716: parse error before "CORBA_unsigned_long"
GConf.h:716: warning: no semicolon at end of struct or union
GConf.h:720: parse error before "_servant"
GConf.h:723: parse error before "_servant"
GConf.h:725: parse error before "_servant"
GConf.h:733: parse error before "_servant"
GConf.h:737: parse error before "_servant"
GConf.h:744: parse error before "_servant"
GConf.h:746: parse error before "_servant"
GConf.h:748: parse error before "_servant"
GConf.h:752: parse error before "_servant"
GConf.h:757: parse error before '*' token
GConf.h:757: parse error before "_servant"
GConf.h:759: `CORBA_boolean' declared as function returning a function
GConf.h:759: warning: data definition has no type or storage class
GConf.h:760: parse error before "_servant"
GConf.h:762: parse error before "_servant"
GConf.h:769: parse error before "_servant"
GConf.h:773: parse error before "_servant"
GConf.h:777: parse error before "_servant"
GConf.h:778: parse error before "_servant"
GConf.h:780: parse error before "_servant"
GConf.h:783: warning: data definition has no type or storage class
GConf.h:786: parse error before "PortableServer_ServantBase__epv"
GConf.h:786: warning: no semicolon at end of struct or union
GConf.h:787: warning: data definition has no type or storage class
GConf.h:788: parse error before '}' token
GConf.h:789: warning: data definition has no type or storage class
GConf.h:793: parse error before "POA_ConfigDatabase__vepv"
GConf.h:793: warning: no semicolon at end of struct or union
GConf.h:795: warning: data definition has no type or storage class
GConf.h:796: parse error before "servant"
GConf.h:798: parse error before "servant"
GConf.h:807: parse error before "_servant"
GConf.h:818: parse error before "_servant"
GConf.h:835: parse error before "PortableServer_ServantBase__epv"
GConf.h:835: warning: no semicolon at end of struct or union
GConf.h:836: warning: data definition has no type or storage class
GConf.h:838: parse error before '}' token
GConf.h:839: warning: data definition has no type or storage class
GConf.h:843: parse error before "POA_ConfigDatabase2__vepv"
GConf.h:843: warning: no semicolon at end of struct or union
GConf.h:845: warning: data definition has no type or storage class
GConf.h:846: parse error before "servant"
GConf.h:848: parse error before "servant"
GConf.h:856: parse error before "ConfigDatabase"
GConf.h:856: warning: no semicolon at end of struct or union
GConf.h:858: parse error before '*' token
GConf.h:858: parse error before "_servant"
GConf.h:860: `ConfigDatabase' declared as function returning a function
GConf.h:860: `ConfigDatabase' redeclared as different kind of symbol
GConf.h:227: previous declaration of `ConfigDatabase'
GConf.h:860: warning: data definition has no type or storage class
GConf.h:861: parse error before "_servant"
GConf.h:864: parse error before "_servant"
GConf.h:867: parse error before '*' token
GConf.h:867: parse error before "_servant"
GConf.h:868: `CORBA_long' declared as function returning a function
GConf.h:868: warning: data definition has no type or storage class
GConf.h:869: parse error before "_servant"
GConf.h:872: warning: data definition has no type or storage class
GConf.h:875: parse error before "PortableServer_ServantBase__epv"
GConf.h:875: warning: no semicolon at end of struct or union
GConf.h:876: warning: data definition has no type or storage class
GConf.h:877: parse error before '}' token
GConf.h:878: warning: data definition has no type or storage class
GConf.h:882: parse error before "POA_ConfigServer__vepv"
GConf.h:882: warning: no semicolon at end of struct or union
GConf.h:884: warning: data definition has no type or storage class
GConf.h:885: parse error before "servant"
GConf.h:887: parse error before "servant"
GConf.h:892: parse error before '*' token
GConf.h:900: parse error before "_servant"
GConf.h:911: parse error before '*' token
GConf.h:919: parse error before "_servant"
GConf.h:921: parse error before '*' token
GConf.h:933: parse error before "_servant"
GConf.h:950: parse error before '*' token
GConf.h:953: parse error before "_servant"
GConf.h:957: parse error before '*' token
GConf.h:969: parse error before "_servant"
GConf.h:972: parse error before '*' token
GConf.h:981: parse error before "_servant"
GConf.h:988: parse error before '*' token
GConf.h:1000: parse error before "_servant"
GConf.h:1006: parse error before '*' token
GConf.h:1015: parse error before "_servant"
GConf.h:1019: parse error before '*' token
GConf.h:1030: parse error before "_servant"
GConf.h:1046: parse error before '*' token
GConf.h:1057: parse error before "_servant"
GConf.h:1064: parse error before '*' token
GConf.h:1073: parse error before "_servant"
GConf.h:1087: parse error before '*' token
GConf.h:1094: parse error before "_servant"
GConf.h:1098: parse error before '*' token
GConf.h:1106: parse error before "_servant"
GConf.h:1110: parse error before '*' token
GConf.h:1121: parse error before "_servant"
GConf.h:1128: parse error before '*' token
GConf.h:1137: parse error before "_servant"
GConf.h:1148: parse error before '*' token
GConf.h:1157: parse error before "_servant"
GConf.h:1160: parse error before '*' token
GConf.h:1168: parse error before "_servant"
GConf.h:1171: parse error before '*' token
GConf.h:1179: parse error before "_servant"
GConf.h:1193: parse error before '*' token
GConf.h:1201: parse error before "_servant"
GConf.h:1206: parse error before '*' token
GConf.h:1214: parse error before "_servant"
GConf.h:1219: parse error before '*' token
GConf.h:1227: parse error before "_servant"
GConf.h:1229: parse error before '*' token
GConf.h:1237: parse error before "_servant"
GConf.h:1240: parse error before '*' token
GConf.h:1252: parse error before "_servant"
GConf.h:1257: parse error before '*' token
GConf.h:1260: parse error before "_servant"
GConf.h:1271: parse error before '*' token
GConf.h:1274: parse error before "_servant"
GConf.h:1288: parse error before '*' token
GConf.h:1300: parse error before "_servant"
GConf.h:1303: parse error before '*' token
GConf.h:1312: parse error before "_servant"
GConf.h:1316: parse error before '*' token
GConf.h:1324: parse error before "_servant"
GConf.h:1328: parse error before '*' token
GConf.h:1337: parse error before "_servant"
GConf.h:1342: parse error before '*' token
GConf.h:1348: parse error before "_servant"
GConf.h:1350: parse error before '*' token
GConf.h:1358: parse error before "_servant"
GConf.h:1362: parse error before "_obj"
GConf.h:1370: parse error before "_obj"
GConf.h:1371: parse error before "_obj"
GConf.h:1378: parse error before "_obj"
GConf.h:1382: parse error before "_obj"
GConf.h:1384: parse error before "ConfigDatabase_add_listener"
GConf.h:1384: parse error before "_obj"
GConf.h:1387: warning: data definition has no type or storage class
GConf.h:1388: parse error before "_obj"
GConf.h:1391: parse error before "_obj"
GConf.h:1394: parse error before "_obj"
GConf.h:1404: parse error before "_obj"
GConf.h:1408: parse error before "_obj"
GConf.h:1416: parse error before "_obj"
GConf.h:1418: parse error before "_obj"
GConf.h:1420: parse error before "_obj"
GConf.h:1424: parse error before "_obj"
GConf.h:1429: parse error before "ConfigDatabase_dir_exists"
GConf.h:1429: parse error before "_obj"
GConf.h:1431: warning: data definition has no type or storage class
GConf.h:1432: parse error before "_obj"
GConf.h:1434: parse error before "_obj"
GConf.h:1443: parse error before "_obj"
GConf.h:1446: parse error before "_obj"
GConf.h:1449: parse error before "_obj"
GConf.h:1450: parse error before "_obj"
GConf.h:1452: parse error before "_obj"
GConf.h:1472: parse error before "_obj"
GConf.h:1487: parse error before "_obj"
GConf.h:1502: parse error before "ConfigServer_get_default_database"
GConf.h:1502: parse error before "_obj"
GConf.h:1503: warning: data definition has no type or storage class
GConf.h:1504: parse error before "ConfigServer_get_database"
GConf.h:1504: parse error before "_obj"
GConf.h:1506: warning: data definition has no type or storage class
GConf.h:1507: parse error before "_obj"
GConf.h:1510: parse error before "_obj"
GConf.h:1513: parse error before "ConfigServer_ping"
GConf.h:1513: parse error before "_obj"
GConf.h:1513: warning: data definition has no type or storage class
GConf.h:1514: parse error before "_obj"
GConf.h:1573:44: orbit/orb-core/orbit-interface.h: No such file or directory
GConf.h:1575: parse error before "ConfigListener__iinterface"
GConf.h:1575: warning: data definition has no type or storage class
GConf.h:1576: parse error before "ConfigListener__imethods"
GConf.h:1576: warning: data definition has no type or storage class
GConf.h:1578: parse error before "ConfigDatabase__iinterface"
GConf.h:1578: warning: data definition has no type or storage class
GConf.h:1579: parse error before "ConfigDatabase__imethods"
GConf.h:1579: warning: data definition has no type or storage class
GConf.h:1581: parse error before "ConfigDatabase2__iinterface"
GConf.h:1581: warning: data definition has no type or storage class
GConf.h:1582: parse error before "ConfigDatabase2__imethods"
GConf.h:1582: warning: data definition has no type or storage class
GConf.h:1584: parse error before "ConfigServer__iinterface"
GConf.h:1584: warning: data definition has no type or storage class
GConf.h:1585: parse error before "ConfigServer__imethods"
GConf.h:1585: warning: data definition has no type or storage class
GConf.h:1592:25: orbit/orbit.h: No such file or directory
In file included from gconf-internals.c:22:
gconf-internals.h:34: parse error before '*' token
gconf-internals.h:34: parse error before '*' token
gconf-internals.h:34: warning: data definition has no type or storage class
gconf-internals.h:35: parse error before '*' token
gconf-internals.h:35: parse error before '*' token
gconf-internals.h:35: warning: data definition has no type or storage class
gconf-internals.h:45: parse error before "gconf_file_test"
gconf-internals.h:45: parse error before '*' token
gconf-internals.h:45: warning: data definition has no type or storage class
gconf-internals.h:46: parse error before "gconf_file_exists"
gconf-internals.h:46: parse error before '*' token
gconf-internals.h:46: warning: data definition has no type or storage class
gconf-internals.h:55: parse error before '*' token
gconf-internals.h:55: parse error before "obj"
gconf-internals.h:56: warning: data definition has no type or storage class
gconf-internals.h:63: parse error before '*' token
gconf-internals.h:63: warning: data definition has no type or storage class
gconf-internals.h:64: parse error before '*' token
gconf-internals.h:67: parse error before '*' token
gconf-internals.h:67: parse error before '*' token
gconf-internals.h:67: warning: data definition has no type or storage class
gconf-internals.h:71: parse error before '*' token
gconf-internals.h:72: parse error before "gconf_ping_daemon"
gconf-internals.h:72: warning: data definition has no type or storage class
gconf-internals.h:73: parse error before "gconf_spawn_daemon"
gconf-internals.h:73: parse error before '*' token
gconf-internals.h:73: warning: data definition has no type or storage class
gconf-internals.h:77: parse error before "gconf_string_to_gulong"
gconf-internals.h:77: parse error before '*' token
gconf-internals.h:77: warning: data definition has no type or storage class
gconf-internals.h:78: parse error before "gconf_string_to_double"
gconf-internals.h:78: parse error before '*' token
gconf-internals.h:79: warning: data definition has no type or storage class
gconf-internals.h:80: parse error before '*' token
gconf-internals.h:80: parse error before "val"
gconf-internals.h:80: warning: data definition has no type or storage class
gconf-internals.h:81: parse error before '*' token
gconf-internals.h:81: warning: data definition has no type or storage class
gconf-internals.h:96: parse error before '*' token
gconf-internals.h:96: warning: data definition has no type or storage class
gconf-internals.h:98: parse error before "gconf_log_debug_messages"
gconf-internals.h:98: warning: data definition has no type or storage class
gconf-internals.h:101: parse error before "gconf_key_check"
gconf-internals.h:101: parse error before '*' token
gconf-internals.h:101: warning: data definition has no type or storage class
gconf-internals.h:109: parse error before '*' token
gconf-internals.h:113: parse error before '*' token
gconf-internals.h:122: parse error before '*' token
gconf-internals.h:122: parse error before '*' token
gconf-internals.h:122: warning: data definition has no type or storage class
gconf-internals.h:123: parse error before '*' token
gconf-internals.h:123: parse error before '*' token
gconf-internals.h:125: warning: data definition has no type or storage class
gconf-internals.h:126: parse error before '*' token
gconf-internals.h:130: parse error before '*' token
gconf-internals.h:131: parse error before '*' token
gconf-internals.h:131: warning: data definition has no type or storage class
gconf-internals.h:134: parse error before '*' token
gconf-internals.h:134: parse error before '*' token
gconf-internals.h:134: warning: data definition has no type or storage class
gconf-internals.h:141: parse error before "GSList"
gconf-internals.h:145: parse error before "gconstpointer"
gconf-internals.h:149: parse error before '*' token
gconf-internals.h:151: parse error before "GError"
gconf-internals.h:151: warning: data definition has no type or storage class
gconf-internals.h:152: parse error before "gconf_value_pair_to_primitive_pair_destructive"
gconf-internals.h:155: parse error before "gpointer"
gconf-internals.h:157: warning: data definition has no type or storage class
gconf-internals.h:160: parse error before "setting"
gconf-internals.h:161: parse error before "gconf_in_daemon_mode"
gconf-internals.h:161: warning: data definition has no type or storage class
gconf-internals.h:162: parse error before '*' token
gconf-internals.h:163: parse error before '*' token
gconf-internals.h:163: warning: data definition has no type or storage class
gconf-internals.h:166: parse error before "gconf_handle_oaf_exception"
gconf-internals.h:166: parse error before '*' token
gconf-internals.h:166: warning: data definition has no type or storage class
gconf-internals.h:168: parse error before "useconds"
gconf-internals.h:172: parse error before '*' token
gconf-internals.h:174: parse error before "gconf_release_lock"
gconf-internals.h:175: parse error before "GError"
gconf-internals.h:175: warning: data definition has no type or storage class
gconf-internals.h:176: parse error before '*' token
gconf-internals.h:179: parse error before "gconf_get_current_lock_holder"
gconf-internals.h:179: parse error before '*' token
gconf-internals.h:179: warning: data definition has no type or storage class
gconf-internals.h:181: parse error before '*' token
gconf-internals.h:182: parse error before '*' token
gconf-internals.h:182: warning: data definition has no type or storage class
gconf-internals.h:184: parse error before '*' token
gconf-internals.h:186: warning: data definition has no type or storage class
gconf-internals.h:189: parse error before '*' token
gconf-internals.h:189: parse error before '*' token
gconf-internals.h:189: warning: data definition has no type or storage class
gconf-internals.h:191: parse error before "gconf_orb_get"
gconf-internals.h:191: warning: data definition has no type or storage class
gconf-internals.h:193: parse error before "gconf_activate_server"
gconf-internals.h:193: parse error before "start_if_not_found"
gconf-internals.h:194: warning: data definition has no type or storage class
gconf-internals.h:199: parse error before "gconf_schema_validate"
gconf-internals.h:200: parse error before "GError"
gconf-internals.h:200: warning: data definition has no type or storage class
gconf-internals.h:201: parse error before "gconf_value_validate"
gconf-internals.h:202: parse error before "GError"
gconf-internals.h:202: warning: data definition has no type or storage class
In file included from gconf-internals.c:22:
gconf-internals.h:225: parse error before "gconf_CORBA_Object_equal"
gconf-internals.h:225: parse error before "a"
gconf-internals.h: In function `gconf_CORBA_Object_equal':
gconf-internals.h:227: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.h:227: (Each undeclared identifier is reported only once
gconf-internals.h:227: for each function it appears in.)
gconf-internals.h:227: parse error before "ev"
gconf-internals.h:228: `CORBA_Object' undeclared (first use in this function)
gconf-internals.h:230: `gboolean' undeclared (first use in this function)
gconf-internals.h:232: `ev' undeclared (first use in this function)
gconf-internals.h:233: `retval' undeclared (first use in this function)
gconf-internals.h:233: `_obj_a' undeclared (first use in this function)
gconf-internals.h:233: `_obj_b' undeclared (first use in this function)
gconf-internals.h: At top level:
gconf-internals.h:240: parse error before "gconf_CORBA_Object_hash"
gconf-internals.h:240: parse error before "key"
gconf-internals.h: In function `gconf_CORBA_Object_hash':
gconf-internals.h:242: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.h:242: parse error before "ev"
gconf-internals.h:243: `CORBA_Object' undeclared (first use in this function)
gconf-internals.h:244: `CORBA_unsigned_long' undeclared (first use in this function)
gconf-internals.h:246: `ev' undeclared (first use in this function)
gconf-internals.h:247: `retval' undeclared (first use in this function)
gconf-internals.h:247: `_obj' undeclared (first use in this function)
gconf-internals.h:247: `G_MAXUINT' undeclared (first use in this function)
In file included from gconf-internals.c:23:
gconf-backend.h:25:21: gmodule.h: No such file or directory
In file included from gconf-backend.h:26,
                 from gconf-internals.c:23:
../gconf/gconf-sources.h:24:18: glib.h: Success
In file included from gconf-backend.h:26,
                 from gconf-internals.c:23:
../gconf/gconf-sources.h: At top level:
../gconf/gconf-sources.h:37: parse error before "guint"
../gconf/gconf-sources.h:37: warning: no semicolon at end of struct or union
../gconf/gconf-sources.h:38: warning: data definition has no type or storage class
../gconf/gconf-sources.h:40: parse error before '}' token
../gconf/gconf-sources.h:53: parse error before '*' token
../gconf/gconf-sources.h:62: parse error before "GList"
../gconf/gconf-sources.h:62: warning: no semicolon at end of struct or union
../gconf/gconf-sources.h:69: parse error before '*' token
../gconf/gconf-sources.h:75: parse error before '*' token
../gconf/gconf-sources.h:83: parse error before '*' token
../gconf/gconf-sources.h:87: parse error before '*' token
../gconf/gconf-sources.h:90: parse error before '*' token
../gconf/gconf-sources.h:91: parse error before '*' token
../gconf/gconf-sources.h:93: warning: data definition has no type or storage class
../gconf/gconf-sources.h:94: parse error before '*' token
../gconf/gconf-sources.h:95: parse error before '*' token
../gconf/gconf-sources.h:96: warning: data definition has no type or storage class
../gconf/gconf-sources.h:97: parse error before "gconf_sources_dir_exists"
../gconf/gconf-sources.h:98: parse error before '*' token
../gconf/gconf-sources.h:99: warning: data definition has no type or storage class
../gconf/gconf-sources.h:101: parse error before '*' token
../gconf/gconf-sources.h:104: parse error before '*' token
../gconf/gconf-sources.h:107: parse error before "gconf_sources_sync_all"
../gconf/gconf-sources.h:108: parse error before "GError"
../gconf/gconf-sources.h:108: warning: data definition has no type or storage class
../gconf/gconf-sources.h:112: parse error before '*' token
../gconf/gconf-sources.h:116: parse error before '*' token
In file included from gconf-internals.c:23:
gconf-backend.h:36: parse error before '*' token
gconf-backend.h:38: parse error before '*' token
gconf-backend.h:48: parse error before "GError"
gconf-backend.h:51: parse error before "GError"
gconf-backend.h:66: warning: no semicolon at end of struct or union
gconf-backend.h:70: parse error before '*' token
gconf-backend.h:71: parse error before '*' token
gconf-backend.h:72: `gboolean' declared as function returning a function
gconf-backend.h:72: `gboolean' used prior to declaration
gconf-backend.h:72: warning: data definition has no type or storage class
gconf-backend.h:77: parse error before '*' token
gconf-backend.h:83: parse error before '*' token
gconf-backend.h:87: parse error before '*' token
gconf-backend.h:95: parse error before '*' token
gconf-backend.h:96: parse error before '*' token
gconf-backend.h:98: conflicting types for `all_entries'
GConf.h:768: previous declaration of `all_entries'
gconf-backend.h:98: warning: data definition has no type or storage class
gconf-backend.h:101: parse error before '*' token
gconf-backend.h:102: parse error before '*' token
gconf-backend.h:103: warning: data definition has no type or storage class
gconf-backend.h:106: parse error before '*' token
gconf-backend.h:110: parse error before '*' token
gconf-backend.h:111: parse error before '*' token
gconf-backend.h:112: `gboolean' declared as function returning a function
gconf-backend.h:112: warning: data definition has no type or storage class
gconf-backend.h:115: parse error before '*' token
gconf-backend.h:119: parse error before '*' token
gconf-backend.h:123: parse error before '*' token
gconf-backend.h:124: parse error before "GError"
gconf-backend.h:124: `gboolean' declared as function returning a function
gconf-backend.h:124: warning: data definition has no type or storage class
gconf-backend.h:130: parse error before '}' token
gconf-backend.h:133: warning: no semicolon at end of struct or union
gconf-backend.h:133: parse error before '*' token
gconf-backend.h:134: warning: data definition has no type or storage class
gconf-backend.h:136: parse error before '*' token
gconf-backend.h:136: warning: data definition has no type or storage class
gconf-backend.h:137: parse error before '}' token
gconf-backend.h:142: parse error before '*' token
gconf-backend.h:142: parse error before '*' token
gconf-backend.h:142: warning: data definition has no type or storage class
gconf-backend.h:144: parse error before '*' token
gconf-backend.h:144: parse error before '*' token
gconf-backend.h:144: warning: data definition has no type or storage class
gconf-backend.h:146: parse error before '*' token
gconf-backend.h:146: parse error before '*' token
gconf-backend.h:146: warning: data definition has no type or storage class
gconf-backend.h:148: parse error before '*' token
gconf-backend.h:148: parse error before '*' token
gconf-backend.h:148: warning: data definition has no type or storage class
gconf-backend.h:156: parse error before '*' token
gconf-backend.h:162: parse error before '*' token
In file included from gconf-internals.c:24:
gconf-schema.h:24:18: glib.h: Success
In file included from gconf-internals.c:24:
gconf-schema.h:40: parse error before "gchar"
gconf-schema.h:40: warning: no semicolon at end of struct or union
gconf-schema.h:41: conflicting types for `owner'
GConf.h:75: previous declaration of `owner'
gconf-schema.h:41: warning: data definition has no type or storage class
gconf-schema.h:42: parse error before '*' token
gconf-schema.h:42: conflicting types for `short_desc'
GConf.h:73: previous declaration of `short_desc'
gconf-schema.h:42: warning: data definition has no type or storage class
gconf-schema.h:43: parse error before '*' token
gconf-schema.h:43: conflicting types for `long_desc'
GConf.h:74: previous declaration of `long_desc'
gconf-schema.h:43: warning: data definition has no type or storage class
gconf-schema.h:45: parse error before '}' token
gconf-schema.h:60: parse error before '*' token
gconf-schema.h:62: parse error before '*' token
gconf-schema.h:64: parse error before '*' token
gconf-schema.h:66: parse error before '*' token
In file included from gconf-internals.c:25:
gconf.h:23:18: glib.h: Success
In file included from gconf.h:30,
                 from gconf-internals.c:25:
../gconf/gconf-engine.h:23:18: glib.h: Success
In file included from gconf.h:30,
                 from gconf-internals.c:25:
../gconf/gconf-engine.h:37: parse error before '*' token
../gconf/gconf-engine.h:43: parse error before '*' token
../gconf/gconf-engine.h:50: parse error before "gpointer"
../gconf/gconf-engine.h:52: parse error before "gconf_engine_get_user_data"
../gconf/gconf-engine.h:52: warning: data definition has no type or storage class
In file included from gconf-internals.c:25:
gconf.h:34: parse error before "guint"
gconf.h:40: parse error before "gconf_engine_notify_add"
gconf.h:42: parse error before '*' token
gconf.h:45: warning: data definition has no type or storage class
gconf.h:48: parse error before "guint"
gconf.h:54: parse error before '*' token
gconf.h:58: parse error before '*' token
gconf.h:62: parse error before '*' token
gconf.h:73: parse error before '*' token
gconf.h:80: parse error before '*' token
gconf.h:82: parse error before "gconf_engine_set"
gconf.h:83: parse error before '*' token
gconf.h:85: warning: data definition has no type or storage class
gconf.h:86: parse error before "gconf_engine_unset"
gconf.h:87: parse error before '*' token
gconf.h:88: warning: data definition has no type or storage class
gconf.h:96: parse error before "gconf_engine_associate_schema"
gconf.h:97: parse error before '*' token
gconf.h:99: warning: data definition has no type or storage class
gconf.h:100: parse error before '*' token
gconf.h:101: parse error before '*' token
gconf.h:102: warning: data definition has no type or storage class
gconf.h:103: parse error before '*' token
gconf.h:104: parse error before '*' token
gconf.h:105: warning: data definition has no type or storage class
gconf.h:107: parse error before "GError"
gconf.h:108: parse error before "gconf_engine_dir_exists"
gconf.h:109: parse error before '*' token
gconf.h:110: warning: data definition has no type or storage class
gconf.h:112: parse error before '*' token
gconf.h:115: parse error before "gconf_engine_key_is_writable"
gconf.h:116: parse error before '*' token
gconf.h:117: warning: data definition has no type or storage class
gconf.h:122: parse error before "gconf_valid_key"
gconf.h:122: parse error before '*' token
gconf.h:123: warning: data definition has no type or storage class
gconf.h:127: parse error before "gconf_key_is_below"
gconf.h:127: parse error before '*' token
gconf.h:128: warning: data definition has no type or storage class
gconf.h:132: parse error before '*' token
gconf.h:132: parse error before '*' token
gconf.h:133: warning: data definition has no type or storage class
gconf.h:139: parse error before '*' token
gconf.h:139: warning: data definition has no type or storage class
gconf.h:153: parse error before "gconf_engine_get_float"
gconf.h:154: parse error before '*' token
gconf.h:155: warning: data definition has no type or storage class
gconf.h:156: parse error before "gconf_engine_get_int"
gconf.h:157: parse error before '*' token
gconf.h:158: warning: data definition has no type or storage class
gconf.h:162: parse error before '*' token
gconf.h:163: parse error before '*' token
gconf.h:164: warning: data definition has no type or storage class
gconf.h:165: parse error before "gconf_engine_get_bool"
gconf.h:166: parse error before '*' token
gconf.h:167: warning: data definition has no type or storage class
gconf.h:176: parse error before '*' token
gconf.h:187: parse error before '*' token
gconf.h:188: parse error before '*' token
gconf.h:190: warning: data definition has no type or storage class
gconf.h:201: parse error before "gconf_engine_get_pair"
gconf.h:202: parse error before '*' token
gconf.h:207: warning: data definition has no type or storage class
gconf.h:211: parse error before "gconf_engine_set_float"
gconf.h:212: parse error before '*' token
gconf.h:214: warning: data definition has no type or storage class
gconf.h:215: parse error before "gconf_engine_set_int"
gconf.h:216: parse error before '*' token
gconf.h:218: warning: data definition has no type or storage class
gconf.h:219: parse error before "gconf_engine_set_string"
gconf.h:220: parse error before '*' token
gconf.h:222: warning: data definition has no type or storage class
gconf.h:223: parse error before "gconf_engine_set_bool"
gconf.h:224: parse error before '*' token
gconf.h:226: warning: data definition has no type or storage class
gconf.h:227: parse error before "gconf_engine_set_schema"
gconf.h:228: parse error before '*' token
gconf.h:230: warning: data definition has no type or storage class
gconf.h:234: parse error before "gconf_engine_set_list"
gconf.h:235: parse error before '*' token
gconf.h:238: warning: data definition has no type or storage class
gconf.h:239: parse error before "gconf_engine_set_pair"
gconf.h:240: parse error before '*' token
gconf.h:245: warning: data definition has no type or storage class
gconf.h:252: parse error before "gint"
gconf.h:252: warning: no semicolon at end of struct or union
gconf.h:253: parse error before '*' token
gconf.h:253: warning: data definition has no type or storage class
gconf.h:254: parse error before '}' token
gconf.h:256: parse error before "gconf_string_to_enum"
gconf.h:257: parse error before '*' token
gconf.h:258: warning: data definition has no type or storage class
gconf.h:259: parse error before '*' token
gconf.h:260: parse error before "gint"
gconf.h:260: warning: data definition has no type or storage class
gconf.h:264: parse error before "gconf_init"
gconf.h:264: parse error before "GError"
gconf.h:264: warning: data definition has no type or storage class
gconf.h:265: parse error before "gconf_is_initialized"
gconf.h:265: warning: data definition has no type or storage class
gconf.h:277: parse error before "app"
gconf.h:278: parse error before "app"
gconf.h:292: parse error before "GError"
gconf.h:293: parse error before "GError"
gconf.h:296: parse error before '*' token
In file included from gconf-internals.c:29:
/usr/include/unistd.h:815: `sync' redeclared as different kind of symbol
GConf.h:777: previous declaration of `sync'
gconf-internals.c:39: parse error before "gconf_log_debug_messages"
gconf-internals.c:39: `FALSE' undeclared here (not in a function)
gconf-internals.c:39: warning: data definition has no type or storage class
gconf-internals.c:41: parse error before "gconf_daemon_mode"
gconf-internals.c:41: `FALSE' undeclared here (not in a function)
gconf-internals.c:41: warning: data definition has no type or storage class
gconf-internals.c:42: parse error before '*' token
gconf-internals.c:42: warning: data definition has no type or storage class
gconf-internals.c:45: parse error before "setting"
gconf-internals.c: In function `gconf_set_daemon_mode':
gconf-internals.c:47: `setting' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:51: parse error before "gconf_in_daemon_mode"
gconf-internals.c:57: parse error before '*' token
gconf-internals.c: In function `gconf_set_daemon_ior':
gconf-internals.c:65: `ior' undeclared (first use in this function)
gconf-internals.c:66: warning: assignment makes pointer from integer without a cast
gconf-internals.c: At top level:
gconf-internals.c:69: parse error before '*' token
gconf-internals.c:75: parse error before '*' token
gconf-internals.c:76: parse error before '*' token
gconf-internals.c: In function `gconf_key_directory':
gconf-internals.c:78: syntax error before '*' token
gconf-internals.c:79: `gchar' undeclared (first use in this function)
gconf-internals.c:79: `retval' undeclared (first use in this function)
gconf-internals.c:82: `end' undeclared (first use in this function)
gconf-internals.c:82: `key' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:109: parse error before '*' token
gconf-internals.c:110: parse error before '*' token
gconf-internals.c: In function `gconf_key_key':
gconf-internals.c:112: syntax error before '*' token
gconf-internals.c:114: `end' undeclared (first use in this function)
gconf-internals.c:114: `key' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:126: parse error before "gconf_file_exists"
gconf-internals.c:126: parse error before '*' token
gconf-internals.c: In function `gconf_file_exists':
gconf-internals.c:130: `filename' undeclared (first use in this function)
gconf-internals.c:130: `FALSE' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:136: parse error before "gconf_file_test"
gconf-internals.c:136: parse error before '*' token
gconf-internals.c: In function `gconf_file_test':
gconf-internals.c:139: `filename' undeclared (first use in this function)
gconf-internals.c:140: `FALSE' undeclared (first use in this function)
gconf-internals.c:141: `test' undeclared (first use in this function)
gconf-internals.c:147: `TRUE' undeclared (first use in this function)
gconf-internals.c: In function `gconf_value_from_corba_value':
gconf-internals.c:156: dereferencing pointer to incomplete type
gconf-internals.c:183: `G_GNUC_FUNCTION' undeclared (first use in this function)
gconf-internals.c:191: dereferencing pointer to incomplete type
gconf-internals.c:194: dereferencing pointer to incomplete type
gconf-internals.c:197: dereferencing pointer to incomplete type
gconf-internals.c:200: dereferencing pointer to incomplete type
gconf-internals.c:204: dereferencing pointer to incomplete type
gconf-internals.c:208: dereferencing pointer to incomplete type
gconf-internals.c:211: dereferencing pointer to incomplete type
gconf-internals.c:215: dereferencing pointer to incomplete type
gconf-internals.c:219: `GSList' undeclared (first use in this function)
gconf-internals.c:219: `list' undeclared (first use in this function)
gconf-internals.c:219: invalid lvalue in assignment
gconf-internals.c:220: `guint' undeclared (first use in this function)
gconf-internals.c:220: parse error before "i"
gconf-internals.c:222: dereferencing pointer to incomplete type
gconf-internals.c:243: dereferencing pointer to incomplete type
gconf-internals.c:245: `i' undeclared (first use in this function)
gconf-internals.c:246: dereferencing pointer to incomplete type
gconf-internals.c:255: dereferencing pointer to incomplete type
gconf-internals.c:259: dereferencing pointer to incomplete type
gconf-internals.c:259: dereferencing pointer to incomplete type
gconf-internals.c:279: dereferencing pointer to incomplete type
gconf-internals.c:282: dereferencing pointer to incomplete type
gconf-internals.c:285: dereferencing pointer to incomplete type
gconf-internals.c: In function `fill_corba_value_from_gconf_value':
gconf-internals.c:302: dereferencing pointer to incomplete type
gconf-internals.c:306: dereferencing pointer to incomplete type
gconf-internals.c:309: dereferencing pointer to incomplete type
gconf-internals.c:310: dereferencing pointer to incomplete type
gconf-internals.c:310: dereferencing pointer to incomplete type
gconf-internals.c:313: dereferencing pointer to incomplete type
gconf-internals.c:314: dereferencing pointer to incomplete type
gconf-internals.c:314: parse error before "gchar"
gconf-internals.c:314: dereferencing pointer to incomplete type
gconf-internals.c:317: dereferencing pointer to incomplete type
gconf-internals.c:318: dereferencing pointer to incomplete type
gconf-internals.c:318: dereferencing pointer to incomplete type
gconf-internals.c:321: dereferencing pointer to incomplete type
gconf-internals.c:322: dereferencing pointer to incomplete type
gconf-internals.c:322: dereferencing pointer to incomplete type
gconf-internals.c:325: dereferencing pointer to incomplete type
gconf-internals.c:326: dereferencing pointer to incomplete type
gconf-internals.c:327: dereferencing pointer to incomplete type
gconf-internals.c:331: `guint' undeclared (first use in this function)
gconf-internals.c:331: parse error before "n"
gconf-internals.c:332: `GSList' undeclared (first use in this function)
gconf-internals.c:332: `list' undeclared (first use in this function)
gconf-internals.c:334: dereferencing pointer to incomplete type
gconf-internals.c:336: dereferencing pointer to incomplete type
gconf-internals.c:338: `n' undeclared (first use in this function)
gconf-internals.c:340: dereferencing pointer to incomplete type
gconf-internals.c:341: `CORBA_TypeCode' undeclared (first use in this function)
gconf-internals.c:342: dereferencing pointer to incomplete type
gconf-internals.c:343: dereferencing pointer to incomplete type
gconf-internals.c:344: dereferencing pointer to incomplete type
gconf-internals.c:344: `TRUE' undeclared (first use in this function)
gconf-internals.c:346: dereferencing pointer to incomplete type
gconf-internals.c:349: dereferencing pointer to incomplete type
gconf-internals.c:353: dereferencing pointer to incomplete type
gconf-internals.c:357: dereferencing pointer to incomplete type
gconf-internals.c:361: dereferencing pointer to incomplete type
gconf-internals.c:365: dereferencing pointer to incomplete type
gconf-internals.c:369: dereferencing pointer to incomplete type
gconf-internals.c:370: `G_GNUC_FUNCTION' undeclared (first use in this function)
gconf-internals.c:374: `i' undeclared (first use in this function)
gconf-internals.c:379: dereferencing pointer to incomplete type
gconf-internals.c:388: dereferencing pointer to incomplete type
gconf-internals.c:390: dereferencing pointer to incomplete type
gconf-internals.c:392: dereferencing pointer to incomplete type
gconf-internals.c:393: dereferencing pointer to incomplete type
gconf-internals.c:394: dereferencing pointer to incomplete type
gconf-internals.c:397: dereferencing pointer to incomplete type
gconf-internals.c:398: dereferencing pointer to incomplete type
gconf-internals.c:399: dereferencing pointer to incomplete type
gconf-internals.c:400: dereferencing pointer to incomplete type
gconf-internals.c:405: dereferencing pointer to incomplete type
gconf-internals.c:408: dereferencing pointer to incomplete type
gconf-internals.c: In function `corba_value_from_gconf_value':
gconf-internals.c:419: `CORBA_TypeCode' undeclared (first use in this function)
gconf-internals.c: In function `invalid_corba_value':
gconf-internals.c:431: `CORBA_TypeCode' undeclared (first use in this function)
gconf-internals.c:433: dereferencing pointer to incomplete type
gconf-internals.c: At top level:
gconf-internals.c:438: parse error before '*' token
gconf-internals.c:439: parse error before "obj"
gconf-internals.c: In function `gconf_object_to_string':
gconf-internals.c:442: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:442: parse error before "ev"
gconf-internals.c:443: `gchar' undeclared (first use in this function)
gconf-internals.c:443: `ior' undeclared (first use in this function)
gconf-internals.c:444: `retval' undeclared (first use in this function)
gconf-internals.c:446: `ev' undeclared (first use in this function)
gconf-internals.c:448: `obj' undeclared (first use in this function)
gconf-internals.c:452: `err' undeclared (first use in this function)
gconf-internals.c: In function `fill_corba_schema_from_gconf_schema':
gconf-internals.c:524: dereferencing pointer to incomplete type
gconf-internals.c:524: dereferencing pointer to incomplete type
gconf-internals.c:525: dereferencing pointer to incomplete type
gconf-internals.c:525: dereferencing pointer to incomplete type
gconf-internals.c:526: dereferencing pointer to incomplete type
gconf-internals.c:526: dereferencing pointer to incomplete type
gconf-internals.c:527: dereferencing pointer to incomplete type
gconf-internals.c:527: dereferencing pointer to incomplete type
gconf-internals.c:529: dereferencing pointer to incomplete type
gconf-internals.c:529: dereferencing pointer to incomplete type
gconf-internals.c:529: dereferencing pointer to incomplete type
gconf-internals.c:530: dereferencing pointer to incomplete type
gconf-internals.c:530: dereferencing pointer to incomplete type
gconf-internals.c:530: dereferencing pointer to incomplete type
gconf-internals.c:531: dereferencing pointer to incomplete type
gconf-internals.c:531: dereferencing pointer to incomplete type
gconf-internals.c:531: dereferencing pointer to incomplete type
gconf-internals.c:532: dereferencing pointer to incomplete type
gconf-internals.c:532: dereferencing pointer to incomplete type
gconf-internals.c:532: dereferencing pointer to incomplete type
gconf-internals.c:535: `gchar' undeclared (first use in this function)
gconf-internals.c:535: `encoded' undeclared (first use in this function)
gconf-internals.c:538: dereferencing pointer to incomplete type
gconf-internals.c:546: dereferencing pointer to incomplete type
gconf-internals.c:551: dereferencing pointer to incomplete type
gconf-internals.c: In function `corba_schema_from_gconf_schema':
gconf-internals.c:560: `CORBA_TypeCode' undeclared (first use in this function)
gconf-internals.c: In function `gconf_schema_from_corba_schema':
gconf-internals.c:576: dereferencing pointer to incomplete type
gconf-internals.c:577: dereferencing pointer to incomplete type
gconf-internals.c:578: dereferencing pointer to incomplete type
gconf-internals.c:579: dereferencing pointer to incomplete type
gconf-internals.c:588: dereferencing pointer to incomplete type
gconf-internals.c:590: dereferencing pointer to incomplete type
gconf-internals.c:593: dereferencing pointer to incomplete type
gconf-internals.c:596: dereferencing pointer to incomplete type
gconf-internals.c:598: dereferencing pointer to incomplete type
gconf-internals.c:601: dereferencing pointer to incomplete type
gconf-internals.c:604: dereferencing pointer to incomplete type
gconf-internals.c:606: dereferencing pointer to incomplete type
gconf-internals.c:609: dereferencing pointer to incomplete type
gconf-internals.c:612: dereferencing pointer to incomplete type
gconf-internals.c:614: dereferencing pointer to incomplete type
gconf-internals.c:617: dereferencing pointer to incomplete type
gconf-internals.c:623: dereferencing pointer to incomplete type
gconf-internals.c: At top level:
gconf-internals.c:632: parse error before '*' token
gconf-internals.c: In function `gconf_value_type_to_string':
gconf-internals.c:638: warning: return from incompatible pointer type
gconf-internals.c:641: warning: return from incompatible pointer type
gconf-internals.c:644: warning: return from incompatible pointer type
gconf-internals.c:647: warning: return from incompatible pointer type
gconf-internals.c:650: warning: return from incompatible pointer type
gconf-internals.c:653: warning: return from incompatible pointer type
gconf-internals.c:656: warning: return from incompatible pointer type
gconf-internals.c:659: warning: return from incompatible pointer type
gconf-internals.c: At top level:
gconf-internals.c:669: parse error before '*' token
gconf-internals.c: In function `gconf_value_type_from_string':
gconf-internals.c:671: `type_str' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:693: parse error before '*' token
gconf-internals.c:694: parse error before '*' token
gconf-internals.c: In function `unquote_string':
gconf-internals.c:696: `gchar' undeclared (first use in this function)
gconf-internals.c:696: `end' undeclared (first use in this function)
gconf-internals.c:699: `s' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:718: parse error before '*' token
gconf-internals.c:719: parse error before '*' token
gconf-internals.c: In function `get_variable':
gconf-internals.c:724: `varname' undeclared (first use in this function)
gconf-internals.c:726: warning: return makes pointer from integer without a cast
gconf-internals.c:730: warning: return makes pointer from integer without a cast
gconf-internals.c:739: `gchar' undeclared (first use in this function)
gconf-internals.c:739: `envvar' undeclared (first use in this function)
gconf-internals.c:739: invalid lvalue in assignment
gconf-internals.c:744: warning: return from incompatible pointer type
gconf-internals.c:747: warning: return from incompatible pointer type
gconf-internals.c: At top level:
gconf-internals.c:750: parse error before '*' token
gconf-internals.c:751: parse error before '*' token
gconf-internals.c: In function `subst_variables':
gconf-internals.c:753: syntax error before '*' token
gconf-internals.c:754: `gchar' undeclared (first use in this function)
gconf-internals.c:754: `retval' undeclared (first use in this function)
gconf-internals.c:755: `guint' undeclared (first use in this function)
gconf-internals.c:755: parse error before "retval_len"
gconf-internals.c:758: `src' undeclared (first use in this function)
gconf-internals.c:760: `retval_len' undeclared (first use in this function)
gconf-internals.c:761: `pos' undeclared (first use in this function)
gconf-internals.c:767: `iter' undeclared (first use in this function)
gconf-internals.c:771: parse error before "performed_subst"
gconf-internals.c:781: syntax error before '*' token
gconf-internals.c:782: syntax error before '*' token
gconf-internals.c:784: `varend' undeclared (first use in this function)
gconf-internals.c:787: syntax error before '*' token
gconf-internals.c:790: `performed_subst' undeclared (first use in this function)
gconf-internals.c:790: `TRUE' undeclared (first use in this function)
gconf-internals.c:792: `varstart' undeclared (first use in this function)
gconf-internals.c:792: warning: assignment makes pointer from integer without a cast
gconf-internals.c:794: `varval' undeclared (first use in this function)
gconf-internals.c:797: `varval_len' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:824: parse error before '*' token
gconf-internals.c:825: parse error before '*' token
gconf-internals.c: In function `gconf_load_source_path':
gconf-internals.c:828: `GSList' undeclared (first use in this function)
gconf-internals.c:828: `l' undeclared (first use in this function)
gconf-internals.c:828: invalid lvalue in assignment
gconf-internals.c:829: `gchar' undeclared (first use in this function)
gconf-internals.c:829: parse error before "buf"
gconf-internals.c:830: `guint' undeclared (first use in this function)
gconf-internals.c:832: `filename' undeclared (first use in this function)
gconf-internals.c:836: `err' undeclared (first use in this function)
gconf-internals.c:844: `buf' undeclared (first use in this function)
gconf-internals.c:846: `s' undeclared (first use in this function)
gconf-internals.c:861: `unq' undeclared (first use in this function)
gconf-internals.c:862: `included' undeclared (first use in this function)
gconf-internals.c:863: `varsubst' undeclared (first use in this function)
gconf-internals.c:915: `n' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:923: parse error before '*' token
gconf-internals.c:924: parse error before '*' token
gconf-internals.c: In function `gconf_concat_dir_and_key':
gconf-internals.c:926: `guint' undeclared (first use in this function)
gconf-internals.c:926: parse error before "dirlen"
gconf-internals.c:928: `gchar' undeclared (first use in this function)
gconf-internals.c:928: `retval' undeclared (first use in this function)
gconf-internals.c:930: `dir' undeclared (first use in this function)
gconf-internals.c:931: `key' undeclared (first use in this function)
gconf-internals.c:934: `dirlen' undeclared (first use in this function)
gconf-internals.c:935: `keylen' undeclared (first use in this function)
gconf-internals.c:952: `dest' undeclared (first use in this function)
gconf-internals.c:952: invalid lvalue in assignment
gconf-internals.c: At top level:
gconf-internals.c:967: parse error before "gconf_string_to_gulong"
gconf-internals.c:967: parse error before '*' token
gconf-internals.c: In function `gconf_string_to_gulong':
gconf-internals.c:969: `gulong' undeclared (first use in this function)
gconf-internals.c:969: parse error before "retval"
gconf-internals.c:970: `gchar' undeclared (first use in this function)
gconf-internals.c:970: `end' undeclared (first use in this function)
gconf-internals.c:972: `retval' undeclared (first use in this function)
gconf-internals.c:972: warning: passing arg 1 of `strtoul' from incompatible pointer type
gconf-internals.c: At top level:
gconf-internals.c:980: parse error before "gconf_string_to_double"
gconf-internals.c:980: parse error before '*' token
gconf-internals.c: In function `gconf_string_to_double':
gconf-internals.c:986: warning: assignment makes pointer from integer without a cast
gconf-internals.c:989: `retloc' undeclared (first use in this function)
gconf-internals.c:990: warning: passing arg 1 of `sscanf' from incompatible pointer type
gconf-internals.c:996: `TRUE' undeclared (first use in this function)
gconf-internals.c:998: `FALSE' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1001: parse error before '*' token
gconf-internals.c:1002: parse error before "val"
gconf-internals.c: In function `gconf_double_to_string':
gconf-internals.c:1004: `DBL_DIG' undeclared (first use in this function)
gconf-internals.c:1004: size of array `str' has non-integer type
gconf-internals.c:1008: warning: assignment makes pointer from integer without a cast
gconf-internals.c:1011: `val' undeclared (first use in this function)
gconf-internals.c:1019: warning: return makes pointer from integer without a cast
gconf-internals.c: At top level:
gconf-internals.c:1022: parse error before '*' token
gconf-internals.c: In function `gconf_current_locale':
gconf-internals.c:1026: warning: return from incompatible pointer type
gconf-internals.c: At top level:
gconf-internals.c:1036: parse error before '*' token
gconf-internals.c:1037: parse error before '*' token
gconf-internals.c: In function `gconf_quote_percents':
gconf-internals.c:1039: `gchar' undeclared (first use in this function)
gconf-internals.c:1039: `dest' undeclared (first use in this function)
gconf-internals.c:1040: syntax error before '*' token
gconf-internals.c:1043: `src' undeclared (first use in this function)
gconf-internals.c:1050: `s' undeclared (first use in this function)
gconf-internals.c:1057: invalid type argument of `unary *'
gconf-internals.c:1059: invalid type argument of `unary *'
gconf-internals.c:1066: invalid type argument of `unary *'
gconf-internals.c:1075: invalid type argument of `unary *'
gconf-internals.c: At top level:
gconf-internals.c:1083: parse error before '*' token
gconf-internals.c:1084: warning: type mismatch with previous implicit declaration
gconf-internals.c:887: warning: previous implicit declaration of `gconf_log'
gconf-internals.c:1084: warning: `gconf_log' was previously implicitly declared to return `int'
gconf-internals.c: In function `gconf_log':
gconf-internals.c:1085: `gchar' undeclared (first use in this function)
gconf-internals.c:1085: `msg' undeclared (first use in this function)
gconf-internals.c:1086: `va_list' undeclared (first use in this function)
gconf-internals.c:1086: parse error before "args"
gconf-internals.c:1090: `pri' undeclared (first use in this function)
gconf-internals.c:1093: `args' undeclared (first use in this function)
gconf-internals.c:1093: `fmt' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1172: parse error before "GSList"
gconf-internals.c: In function `gconf_value_list_from_primitive_list':
gconf-internals.c:1175: `GSList' undeclared (first use in this function)
gconf-internals.c:1175: `value_list' undeclared (first use in this function)
gconf-internals.c:1176: `tmp' undeclared (first use in this function)
gconf-internals.c:1184: `list' undeclared (first use in this function)
gconf-internals.c:1203: `gdouble' undeclared (first use in this function)
gconf-internals.c:1203: parse error before ')' token
gconf-internals.c:1209: `err' undeclared (first use in this function)
gconf-internals.c:1248: `GFunc' undeclared (first use in this function)
gconf-internals.c:1248: parse error before "gconf_value_free"
gconf-internals.c: At top level:
gconf-internals.c:1255: parse error before "gconstpointer"
gconf-internals.c: In function `from_primitive':
gconf-internals.c:1260: `type' undeclared (first use in this function)
gconf-internals.c:1265: parse error before "gint"
gconf-internals.c:1269: parse error before "gboolean"
gconf-internals.c:1273: parse error before "gchar"
gconf-internals.c:1275: `err' undeclared (first use in this function)
gconf-internals.c:1282: parse error before "gchar"
gconf-internals.c:1286: parse error before "gdouble"
gconf-internals.c: At top level:
gconf-internals.c:1310: parse error before "gconstpointer"
gconf-internals.c: In function `gconf_value_pair_from_primitive_pair':
gconf-internals.c:1318: `car_type' undeclared (first use in this function)
gconf-internals.c:1321: `cdr_type' undeclared (first use in this function)
gconf-internals.c:1324: `address_of_car' undeclared (first use in this function)
gconf-internals.c:1325: `address_of_cdr' undeclared (first use in this function)
gconf-internals.c:1327: `err' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1345: parse error before '*' token
gconf-internals.c:1348: parse error before "GError"
gconf-internals.c: In function `gconf_value_list_to_primitive_list_destructive':
gconf-internals.c:1350: `GSList' undeclared (first use in this function)
gconf-internals.c:1350: `retval' undeclared (first use in this function)
gconf-internals.c:1352: `val' undeclared (first use in this function)
gconf-internals.c:1356: `err' undeclared (first use in this function)
gconf-internals.c:1392: `tmp' undeclared (first use in this function)
gconf-internals.c:1401: dereferencing pointer to incomplete type
gconf-internals.c:1407: dereferencing pointer to incomplete type
gconf-internals.c:1412: `gdouble' undeclared (first use in this function)
gconf-internals.c:1412: invalid lvalue in assignment
gconf-internals.c:1413: invalid type argument of `unary *'
gconf-internals.c:1413: dereferencing pointer to incomplete type
gconf-internals.c:1421: dereferencing pointer to incomplete type
gconf-internals.c:1422: dereferencing pointer to incomplete type
gconf-internals.c:1429: dereferencing pointer to incomplete type
gconf-internals.c:1430: dereferencing pointer to incomplete type
gconf-internals.c: At top level:
gconf-internals.c:1451: parse error before "retloc"
gconf-internals.c: In function `primitive_value':
gconf-internals.c:1453: `val' undeclared (first use in this function)
gconf-internals.c:1456: `gint' undeclared (first use in this function)
gconf-internals.c:1456: parse error before ')' token
gconf-internals.c:1460: `gdouble' undeclared (first use in this function)
gconf-internals.c:1460: parse error before ')' token
gconf-internals.c:1465: `gchar' undeclared (first use in this function)
gconf-internals.c:1465: parse error before ')' token
gconf-internals.c:1472: parse error before ')' token
gconf-internals.c:1476: `retloc' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1486: parse error before "gconf_value_pair_to_primitive_pair_destructive"
gconf-internals.c:1489: parse error before "gpointer"
gconf-internals.c: In function `gconf_value_pair_to_primitive_pair_destructive':
gconf-internals.c:1496: `val' undeclared (first use in this function)
gconf-internals.c:1496: `FALSE' undeclared (first use in this function)
gconf-internals.c:1497: `car_type' undeclared (first use in this function)
gconf-internals.c:1500: `cdr_type' undeclared (first use in this function)
gconf-internals.c:1503: `car_retloc' undeclared (first use in this function)
gconf-internals.c:1504: `cdr_retloc' undeclared (first use in this function)
gconf-internals.c:1505: `err' undeclared (first use in this function)
gconf-internals.c:1536: dereferencing pointer to incomplete type
gconf-internals.c:1537: dereferencing pointer to incomplete type
gconf-internals.c:1544: dereferencing pointer to incomplete type
gconf-internals.c:1545: dereferencing pointer to incomplete type
gconf-internals.c:1555: `TRUE' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1564: parse error before '*' token
gconf-internals.c:1565: parse error before '*' token
gconf-internals.c: In function `gconf_quote_string':
gconf-internals.c:1567: `gchar' undeclared (first use in this function)
gconf-internals.c:1567: `dest' undeclared (first use in this function)
gconf-internals.c:1568: syntax error before '*' token
gconf-internals.c:1571: `src' undeclared (first use in this function)
gconf-internals.c:1578: invalid type argument of `unary *'
gconf-internals.c:1581: `s' undeclared (first use in this function)
gconf-internals.c:1588: invalid type argument of `unary *'
gconf-internals.c:1590: invalid type argument of `unary *'
gconf-internals.c:1597: invalid type argument of `unary *'
gconf-internals.c:1599: invalid type argument of `unary *'
gconf-internals.c:1606: invalid type argument of `unary *'
gconf-internals.c:1615: invalid type argument of `unary *'
gconf-internals.c:1617: invalid type argument of `unary *'
gconf-internals.c: At top level:
gconf-internals.c:1622: parse error before '*' token
gconf-internals.c:1623: parse error before '*' token
gconf-internals.c: In function `gconf_unquote_string':
gconf-internals.c:1625: `gchar' undeclared (first use in this function)
gconf-internals.c:1625: `unq' undeclared (first use in this function)
gconf-internals.c:1626: `unq_end' undeclared (first use in this function)
gconf-internals.c:1626: invalid lvalue in assignment
gconf-internals.c:1628: `end' undeclared (first use in this function)
gconf-internals.c:1629: `err' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1642: parse error before '*' token
gconf-internals.c: In function `gconf_unquote_string_inplace':
gconf-internals.c:1644: `gchar' undeclared (first use in this function)
gconf-internals.c:1644: `dest' undeclared (first use in this function)
gconf-internals.c:1645: `s' undeclared (first use in this function)
gconf-internals.c:1647: `end' undeclared (first use in this function)
gconf-internals.c:1648: `err' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1755: parse error before "type_byte"
gconf-internals.c:1799: parse error before "byte"
gconf-internals.c: In function `byte_type':
gconf-internals.c:1801: `byte' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:1842: parse error before '*' token
gconf-internals.c: In function `gconf_value_decode':
gconf-internals.c:1846: syntax error before '*' token
gconf-internals.c:1848: `encoded' undeclared (first use in this function)
gconf-internals.c:1861: `s' undeclared (first use in this function)
gconf-internals.c:1863: dereferencing pointer to incomplete type
gconf-internals.c:1870: `TRUE' undeclared (first use in this function)
gconf-internals.c:1870: `FALSE' undeclared (first use in this function)
gconf-internals.c:1876: `gchar' undeclared (first use in this function)
gconf-internals.c:1876: `endptr' undeclared (first use in this function)
gconf-internals.c:1876: invalid lvalue in assignment
gconf-internals.c:1880: `G_GNUC_FUNCTION' undeclared (first use in this function)
gconf-internals.c:1894: syntax error before '*' token
gconf-internals.c:1895: `unquoted' undeclared (first use in this function)
gconf-internals.c:1909: `end' undeclared (first use in this function)
gconf-internals.c:1963: `GSList' undeclared (first use in this function)
gconf-internals.c:1963: `value_list' undeclared (first use in this function)
gconf-internals.c:1963: invalid lvalue in assignment
gconf-internals.c:1971: syntax error before '*' token
gconf-internals.c:2003: syntax error before '*' token
gconf-internals.c: At top level:
gconf-internals.c:2041: parse error before '*' token
gconf-internals.c: In function `gconf_value_encode':
gconf-internals.c:2044: `gchar' undeclared (first use in this function)
gconf-internals.c:2044: `retval' undeclared (first use in this function)
gconf-internals.c:2044: invalid lvalue in assignment
gconf-internals.c:2048: dereferencing pointer to incomplete type
gconf-internals.c:2051: dereferencing pointer to incomplete type
gconf-internals.c:2055: dereferencing pointer to incomplete type
gconf-internals.c:2059: dereferencing pointer to incomplete type
gconf-internals.c:2063: parse error before "gchar"
gconf-internals.c:2063: dereferencing pointer to incomplete type
gconf-internals.c:2068: `tmp' undeclared (first use in this function)
gconf-internals.c:2070: `quoted' undeclared (first use in this function)
gconf-internals.c:2071: `encoded' undeclared (first use in this function)
gconf-internals.c:2074: dereferencing pointer to incomplete type
gconf-internals.c:2077: dereferencing pointer to incomplete type
gconf-internals.c:2078: dereferencing pointer to incomplete type
gconf-internals.c:2079: dereferencing pointer to incomplete type
gconf-internals.c:2080: dereferencing pointer to incomplete type
gconf-internals.c:2082: parse error before "gchar"
gconf-internals.c:2083: parse error before "gchar"
gconf-internals.c:2090: parse error before "gchar"
gconf-internals.c:2091: parse error before "gchar"
gconf-internals.c:2100: parse error before "gchar"
gconf-internals.c:2101: parse error before "gchar"
gconf-internals.c:2109: dereferencing pointer to incomplete type
gconf-internals.c:2110: dereferencing pointer to incomplete type
gconf-internals.c:2128: `GSList' undeclared (first use in this function)
gconf-internals.c:2130: dereferencing pointer to incomplete type
gconf-internals.c:2132: dereferencing pointer to incomplete type
gconf-internals.c:2149: `free_me' undeclared (first use in this function)
gconf-internals.c:2165: `car_encoded' undeclared (first use in this function)
gconf-internals.c:2166: `cdr_encoded' undeclared (first use in this function)
gconf-internals.c:2167: `car_quoted' undeclared (first use in this function)
gconf-internals.c:2168: `cdr_quoted' undeclared (first use in this function)
gconf-internals.c:2170: dereferencing pointer to incomplete type
gconf-internals.c:2171: dereferencing pointer to incomplete type
gconf-internals.c: At top level:
gconf-internals.c:2207: parse error before "gchar"
gconf-internals.c:2207: warning: no semicolon at end of struct or union
gconf-internals.c:2208: warning: data definition has no type or storage class
gconf-internals.c:2210: parse error before '}' token
gconf-internals.c: In function `gconf_lock_destroy':
gconf-internals.c:2215: dereferencing pointer to incomplete type
gconf-internals.c:2216: dereferencing pointer to incomplete type
gconf-internals.c:2217: dereferencing pointer to incomplete type
gconf-internals.c:2218: dereferencing pointer to incomplete type
gconf-internals.c: At top level:
gconf-internals.c:2260: parse error before "file_locked_by_someone_else"
gconf-internals.c: In function `file_locked_by_someone_else':
gconf-internals.c:2270: `TRUE' undeclared (first use in this function)
gconf-internals.c:2273: `FALSE' undeclared (first use in this function)
gconf-internals.c: In function `unique_filename':
gconf-internals.c:2284: warning: assignment from incompatible pointer type
gconf-internals.c:2285: warning: assignment makes pointer from integer without a cast
gconf-internals.c: At top level:
gconf-internals.c:2292: parse error before '*' token
gconf-internals.c: In function `create_new_locked_file':
gconf-internals.c:2298: parse error before "got_lock"
gconf-internals.c:2300: `got_lock' undeclared (first use in this function)
gconf-internals.c:2300: `FALSE' undeclared (first use in this function)
gconf-internals.c:2302: `directory' undeclared (first use in this function)
gconf-internals.c:2311: `err' undeclared (first use in this function)
gconf-internals.c:2320: `filename' undeclared (first use in this function)
gconf-internals.c:2323: `TRUE' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2365: parse error before '*' token
gconf-internals.c: In function `open_empty_locked_file':
gconf-internals.c:2371: `directory' undeclared (first use in this function)
gconf-internals.c:2371: `filename' undeclared (first use in this function)
gconf-internals.c:2384: `err' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2415: parse error before "read_current_server"
gconf-internals.c:2415: parse error before '*' token
gconf-internals.c: In function `read_current_server':
gconf-internals.c:2420: warning: passing arg 1 of `fopen' from incompatible pointer type
gconf-internals.c:2424: `warn_if_fail' undeclared (first use in this function)
gconf-internals.c:2428: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2460: `CORBA_ORB' undeclared (first use in this function)
gconf-internals.c:2460: parse error before "orb"
gconf-internals.c:2461: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2464: `ev' undeclared (first use in this function)
gconf-internals.c:2466: `orb' undeclared (first use in this function)
gconf-internals.c:2476: `server' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2493: parse error before '*' token
gconf-internals.c: In function `gconf_get_lock_or_current_holder':
gconf-internals.c:2497: parse error before "server"
gconf-internals.c:2500: `lock_directory' undeclared (first use in this function)
gconf-internals.c:2502: `current_server' undeclared (first use in this function)
gconf-internals.c:2503: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2508: `err' undeclared (first use in this function)
gconf-internals.c:2516: `server' undeclared (first use in this function)
gconf-internals.c:2518: parse error before "GConfLock"
gconf-internals.c:2520: dereferencing pointer to incomplete type
gconf-internals.c:2522: dereferencing pointer to incomplete type
gconf-internals.c:2522: dereferencing pointer to incomplete type
gconf-internals.c:2526: dereferencing pointer to incomplete type
gconf-internals.c:2526: dereferencing pointer to incomplete type
gconf-internals.c:2527: dereferencing pointer to incomplete type
gconf-internals.c:2530: dereferencing pointer to incomplete type
gconf-internals.c:2536: dereferencing pointer to incomplete type
gconf-internals.c:2536: `TRUE' undeclared (first use in this function)
gconf-internals.c:2545: syntax error before '*' token
gconf-internals.c:2547: `gchar' undeclared (first use in this function)
gconf-internals.c:2547: `s' undeclared (first use in this function)
gconf-internals.c:2549: `guint' undeclared (first use in this function)
gconf-internals.c:2549: parse error before "getpid"
gconf-internals.c:2551: dereferencing pointer to incomplete type
gconf-internals.c:2557: `ior' undeclared (first use in this function)
gconf-internals.c:2560: dereferencing pointer to incomplete type
gconf-internals.c:2562: dereferencing pointer to incomplete type
gconf-internals.c:2570: dereferencing pointer to incomplete type
gconf-internals.c:2572: dereferencing pointer to incomplete type
gconf-internals.c: At top level:
gconf-internals.c:2583: parse error before '*' token
gconf-internals.c: In function `gconf_get_lock':
gconf-internals.c:2586: `lock_directory' undeclared (first use in this function)
gconf-internals.c:2586: `err' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2590: parse error before "gconf_release_lock"
gconf-internals.c:2591: parse error before "GError"
gconf-internals.c: In function `gconf_release_lock':
gconf-internals.c:2593: parse error before "retval"
gconf-internals.c:2596: `retval' undeclared (first use in this function)
gconf-internals.c:2596: `FALSE' undeclared (first use in this function)
gconf-internals.c:2604: `lock' undeclared (first use in this function)
gconf-internals.c:2607: `err' undeclared (first use in this function)
gconf-internals.c:2682: `TRUE' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2695: parse error before "gconf_get_current_lock_holder"
gconf-internals.c:2695: parse error before '*' token
gconf-internals.c: In function `gconf_get_current_lock_holder':
gconf-internals.c:2698: parse error before "server"
gconf-internals.c:2700: `lock_directory' undeclared (first use in this function)
gconf-internals.c:2700: warning: assignment makes pointer from integer without a cast
gconf-internals.c:2701: `server' undeclared (first use in this function)
gconf-internals.c:2701: `FALSE' undeclared (first use in this function)
gconf-internals.c: In function `get_hostname':
gconf-internals.c:2724: warning: assignment makes pointer from integer without a cast
gconf-internals.c:2730: warning: assignment makes pointer from integer without a cast
gconf-internals.c:2732: warning: assignment makes pointer from integer without a cast
gconf-internals.c: At top level:
gconf-internals.c:2739: parse error before "gconf_orb_get"
gconf-internals.c: In function `gconf_orb_get':
gconf-internals.c:2741: `TRUE' undeclared (first use in this function)
gconf-internals.c:2743: syntax error before "gconf_orb"
gconf-internals.c:2745: `gconf_orb' undeclared (first use in this function)
gconf-internals.c:2745: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2747: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2747: parse error before "ev"
gconf-internals.c:2750: `CORBA_Context' undeclared (first use in this function)
gconf-internals.c:2750: parse error before "context"
gconf-internals.c:2753: `ev' undeclared (first use in this function)
gconf-internals.c:2756: `CORBA_NO_EXCEPTION' undeclared (first use in this function)
gconf-internals.c:2759: `context' undeclared (first use in this function)
gconf-internals.c: In function `gconf_get_daemon_dir':
gconf-internals.c:2786: warning: return makes pointer from integer without a cast
gconf-internals.c: In function `gconf_get_lock_dir':
gconf-internals.c:2796: warning: assignment makes pointer from integer without a cast
gconf-internals.c: At top level:
gconf-internals.c:2803: parse error before "fd"
gconf-internals.c: In function `set_cloexec':
gconf-internals.c:2805: `fd' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2809: parse error before "data"
gconf-internals.c: In function `close_fd_func':
gconf-internals.c:2811: `data' undeclared (first use in this function)
gconf-internals.c:2813: `gint' undeclared (first use in this function)
gconf-internals.c:2813: parse error before "open_max"
gconf-internals.c:2816: `open_max' undeclared (first use in this function)
gconf-internals.c:2817: `i' undeclared (first use in this function)
gconf-internals.c: At top level:
gconf-internals.c:2826: parse error before "gconf_activate_server"
gconf-internals.c:2826: parse error before "start_if_not_found"
gconf-internals.c: In function `gconf_activate_server':
gconf-internals.c:2829: parse error before "server"
gconf-internals.c:2832: `GError' undeclared (first use in this function)
gconf-internals.c:2832: `tmp_err' undeclared (first use in this function)
gconf-internals.c:2836: `CORBA_Environment' undeclared (first use in this function)
gconf-internals.c:2836: parse error before "ev"
gconf-internals.c:2847: `server' undeclared (first use in this function)
gconf-internals.c:2851: `ev' undeclared (first use in this function)
gconf-internals.c:2857: `CORBA_NO_EXCEPTION' undeclared (first use in this function)
gconf-internals.c:2858: `CORBA_OBJECT_NIL' undeclared (first use in this function)
gconf-internals.c:2866: `start_if_not_found' undeclared (first use in this function)
gconf-internals.c:2871: `error' undeclared (first use in this function)
gconf-internals.c:2879: warning: assignment makes pointer from integer without a cast
gconf-internals.c:2880: warning: assignment makes pointer from integer without a cast
gconf-internals.c:2887: `G_SPAWN_LEAVE_DESCRIPTORS_OPEN' undeclared (first use in this function)
gconf-internals.c: At top level:
GConf.h:1576: warning: array `ConfigListener__imethods' assumed to have one element
GConf.h:1579: warning: array `ConfigDatabase__imethods' assumed to have one element
GConf.h:1582: warning: array `ConfigDatabase2__imethods' assumed to have one element
GConf.h:1585: warning: array `ConfigServer__imethods' assumed to have one element
GConf.h:205: storage size of `schema_value' isn't known
GConf.h:206: storage size of `list_value' isn't known
make[2]: *** [gconf-internals.lo] Error 1
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/gconf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
make: *** [all-recursive-am] Error 2
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ 
Script done on Wed Dec  5 22:31:46 2001
Script started on Wed Dec  5 22:36:06 2001
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ make all./configure --prefix=/usr/local --enable-docs=yes
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ make all./configure --prefix=/usr/local --enable-docs=yes --with-db3-includes=/usr/include/ --with-db3-l
libs=/usr/lib/pre-gnome2/gconf/GConf-1.1.5$ make all

palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ make all./configure --prefix=/usr/local --enable-docs=yes --with-db3-includes=/usr/include/ --with-db3-l
libs=/usr/lib/
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-docs=yes --with-db3-includes=/usr/include/ --with-db3--with-db3-includes=/usr/include/ --with-db3-lialic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-docs=yes--with-db3-includes=/usr/include/ --with-db3-libalic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-docs=ye--with-db3-includes=/usr/include/ --with-db3-libsalic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-docs=y--with-db3-includes=/usr/include/ --with-db3-libs=alic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-docs=--with-db3-includes=/usr/include/ --with-db3-libs=/alic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-docs--with-db3-includes=/usr/include/ --with-db3-libs=/ualic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-doc--with-db3-includes=/usr/include/ --with-db3-libs=/usalic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-do--with-db3-includes=/usr/include/ --with-db3-libs=/usralic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable-d--with-db3-includes=/usr/include/ --with-db3-libs=/usr/alic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable--with-db3-includes=/usr/include/ --with-db3-libs=/usr/lalic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enable--with-db3-includes=/usr/include/ --with-db3-libs=/usr/lialic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enabl--with-db3-includes=/usr/include/ --with-db3-libs=/usr/lib/lic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --enab--with-db3-includes=/usr/include/ --with-db3-libs=/usr/lib/alic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --ena--with-db3-includes=/usr/include/ --with-db3-libs=/usr/lib/ 
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --en

palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ ./configure --prefix=/usr/local --e--
creating cache ./config.cache
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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... powerpc-unknown-linux-gnu
checking build system type... powerpc-unknown-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 for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
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 -lc should be explicitly linked in... no
creating libtool
FYI:  Using default config source xml::${sysconfdir}/gconf/gconf.xml.defaults for schema installation
FYI:  Will build with debugging spew and checks
checking for pkg-config... /usr/local/bin/pkg-config
checking for gmodule-2.0 >= 1.3.5 gobject-2.0 >= 1.3.5 ORBit-2.0 >= 2.3.94... yes
checking DEPENDENT_CFLAGS...   -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0  
checking DEPENDENT_LIBS...  -rdynamic    -rdynamic  -L/usr/local/lib -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3  
checking for gmodule-2.0 >= 1.3.5 gobject-2.0 >= 1.3.5 ORBit-2.0 >= 2.3.94 libxml-2.0... yes
checking DEPENDENT_WITH_XML_CFLAGS...   -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2  
checking DEPENDENT_WITH_XML_LIBS...  -rdynamic    -rdynamic   -L/usr/local/lib -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3 -lxml2 -lz  
checking for gtk+-2.0 gmodule-2.0 >= 1.3.5 gobject-2.0 >= 1.3.5 ORBit-2.0 >= 2.3.94... yes
checking DEPENDENT_WITH_GTK_CFLAGS...    -DORBIT2=1 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0  
checking DEPENDENT_WITH_GTK_LIBS...   -rdynamic    -rdynamic  -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-1.3 -lgdk-x11-1.3 -lgdk_pixbuf-1.3 -lpangox -lpangoxft -lXft -lXrender -lXext -lX11 -lfreetype -lpango -latk -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3  
checking for DB3 includes in /usr/include/... 
checking for db3/db.h... no
checking for DB3 libraries... yes
checking for poptGetArg in -lpopt... yes
checking for pthread.h... yes
checking for usleep... yes
checking for flockfile... yes
checking for ranlib... (cached) ranlib
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  az ca cs da de el es fi fr ga gl hu it ja ko nl nn no pt_BR ro ru sk sl sv tr uk zh_CN
sed: can't read ./po/po2tbl.sed.in: No such file or directory
checking for gawk... no
checking for mawk... mawk
checking for perl5... no
checking for perl... perl
checking for indent... indent
updating cache ./config.cache
creating ./config.status
creating Makefile
creating gconf.spec
creating gconf.m4
creating gconf/Makefile
creating gconf/default.path
creating backends/Makefile
creating po/Makefile.in
creating doc/Makefile
creating doc/gconf/Makefile
creating examples/Makefile
creating tests/Makefile
creating standard-schemas/Makefile
creating gconf-2.0.pc
creating config.h
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ m make all
make  all-recursive
make[1]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
Making all in gconf
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/gconf'
/usr/local/bin/orbit-idl-2 ./GConf.idl
orbit-idl 2.3.99 compiling
 small mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule

/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-internals.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-internals.c  -fPIC -DPIC -o .libs/gconf-internals.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-internals.c -o gconf-internals.o >/dev/null 2>&1
mv -f .libs/gconf-internals.lo gconf-internals.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-backend.c
rm -f .libs/gconf-backend.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-backend.c  -fPIC -DPIC -o .libs/gconf-backend.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-backend.c -o gconf-backend.o >/dev/null 2>&1
mv -f .libs/gconf-backend.lo gconf-backend.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-changeset.c
rm -f .libs/gconf-changeset.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-changeset.c  -fPIC -DPIC -o .libs/gconf-changeset.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-changeset.c -o gconf-changeset.o >/dev/null 2>&1
mv -f .libs/gconf-changeset.lo gconf-changeset.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-error.c
rm -f .libs/gconf-error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-error.c  -fPIC -DPIC -o .libs/gconf-error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-error.c -o gconf-error.o >/dev/null 2>&1
mv -f .libs/gconf-error.lo gconf-error.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-listeners.c
rm -f .libs/gconf-listeners.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-listeners.c  -fPIC -DPIC -o .libs/gconf-listeners.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-listeners.c -o gconf-listeners.o >/dev/null 2>&1
mv -f .libs/gconf-listeners.lo gconf-listeners.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-locale.c
rm -f .libs/gconf-locale.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-locale.c  -fPIC -DPIC -o .libs/gconf-locale.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-locale.c -o gconf-locale.o >/dev/null 2>&1
mv -f .libs/gconf-locale.lo gconf-locale.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-schema.c
rm -f .libs/gconf-schema.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-schema.c  -fPIC -DPIC -o .libs/gconf-schema.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-schema.c -o gconf-schema.o >/dev/null 2>&1
mv -f .libs/gconf-schema.lo gconf-schema.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-sources.c
rm -f .libs/gconf-sources.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-sources.c  -fPIC -DPIC -o .libs/gconf-sources.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-sources.c -o gconf-sources.o >/dev/null 2>&1
mv -f .libs/gconf-sources.lo gconf-sources.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-value.c
rm -f .libs/gconf-value.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-value.c  -fPIC -DPIC -o .libs/gconf-value.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-value.c -o gconf-value.o >/dev/null 2>&1
mv -f .libs/gconf-value.lo gconf-value.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf.c
rm -f .libs/gconf.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf.c  -fPIC -DPIC -o .libs/gconf.lo
gconf.c: In function `gconf_engine_set':
gconf.c:994: warning: passing arg 1 of `gconf_value_validate' discards qualifiers from pointer target type
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf.c -o gconf.o >/dev/null 2>&1
mv -f .libs/gconf.lo gconf.lo
cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh gconfmarshal.h || cp xgen-gmh gconfmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~
cd . \
&& glib-genmarshal --prefix=gconf_marshal gconfmarshal.list --body >> xgen-gmc \
&& (cmp -s xgen-gmc gconfmarshal.c || cp xgen-gmc gconfmarshal.c) \
&& rm -f xgen-gmc xgen-gmc~
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-client.c
rm -f .libs/gconf-client.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-client.c  -fPIC -DPIC -o .libs/gconf-client.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-client.c -o gconf-client.o >/dev/null 2>&1
mv -f .libs/gconf-client.lo gconf-client.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-common.c
rm -f .libs/GConf-common.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-common.c  -fPIC -DPIC -o .libs/GConf-common.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-common.c -o GConf-common.o >/dev/null 2>&1
mv -f .libs/GConf-common.lo GConf-common.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-skels.c
rm -f .libs/GConf-skels.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-skels.c  -fPIC -DPIC -o .libs/GConf-skels.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-skels.c -o GConf-skels.o >/dev/null 2>&1
mv -f .libs/GConf-skels.lo GConf-skels.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-stubs.c
rm -f .libs/GConf-stubs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-stubs.c  -fPIC -DPIC -o .libs/GConf-stubs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"\" -DGCONF_SRCDIR=\"/home/palic/pre-gnome2/gconf/GConf-1.1.5\" -DGCONF_CONFDIR=\"/usr/local/etc/gconf/2\" -DGCONF_ETCDIR=\"/usr/local/etc/gconf\" -DGCONF_BINDIR=\"/usr/local/bin\" -DGCONF_BUILDDIR=\"..\" -DGCONF_BACKEND_DIR=\"/usr/local/lib/GConf/2\" -DVERSION=\"1.1.5\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\"gconfd-2\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c GConf-stubs.c -o GConf-stubs.o >/dev/null 2>&1
mv -f .libs/GConf-stubs.lo GConf-stubs.lo
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o libgconf-2.la -rpath /usr/local/lib -version-info 3:1:1 gconf-internals.lo gconf-backend.lo gconf-changeset.lo gconf-error.lo gconf-listeners.lo gconf-locale.lo gconf-schema.lo gconf-sources.lo gconf-value.lo gconf.lo gconf-client.lo GConf-common.lo GConf-skels.lo GConf-stubs.lo  -rdynamic    -rdynamic  -L/usr/local/lib -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3   
rm -fr .libs/libgconf-2.la .libs/libgconf-2.* .libs/libgconf-2.*
gcc -shared  gconf-internals.lo gconf-backend.lo gconf-changeset.lo gconf-error.lo gconf-listeners.lo gconf-locale.lo gconf-schema.lo gconf-sources.lo gconf-value.lo gconf.lo gconf-client.lo GConf-common.lo GConf-skels.lo GConf-stubs.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib  -L/usr/lib -L/usr/local/lib /usr/local/lib/libORBit-2.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so  -Wl,-soname -Wl,libgconf-2.so.2 -o .libs/libgconf-2.so.2.1.1
(cd .libs && rm -f libgconf-2.so.2 && ln -s libgconf-2.so.2.1.1 libgconf-2.so.2)
(cd .libs && rm -f libgconf-2.so && ln -s libgconf-2.so.2.1.1 libgconf-2.so)
ar cru .libs/libgconf-2.a  gconf-internals.o gconf-backend.o gconf-changeset.o gconf-error.o gconf-listeners.o gconf-locale.o gconf-schema.o gconf-sources.o gconf-value.o gconf.o gconf-client.o GConf-common.o GConf-skels.o GConf-stubs.o 
ranlib .libs/libgconf-2.a
creating libgconf-2.la
(cd .libs && rm -f libgconf-2.la && ln -s ../libgconf-2.la libgconf-2.la)
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconf-database.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconfd.c
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o gconfd-2  gconf-database.o gconfd.o   -rdynamic    -rdynamic  -L/usr/local/lib -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3   libgconf-2.la 
gcc -g -O2 -DGCONF_ENABLE_DEBUG=1 -o .libs/gconfd-2 gconf-database.o gconfd.o -rdynamic -rdynamic  -L/usr/local/lib ./.libs/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/lib/libpopt.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so -Wl,--rpath -Wl,/usr/local/lib
creating gconfd-2
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_CONFDIR=\""/usr/local/etc/gconf/2"\" -DGCONF_ETCDIR=\""/usr/local/etc/gconf"\" -DGCONF_BINDIR=\""/usr/local/bin"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BACKEND_DIR=\""/usr/local/lib/GConf/2"\" -DVERSION=\""1.1.5"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-2"\"     -g -O2 -DGCONF_ENABLE_DEBUG=1 -c gconftool.c
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o gconftool-2  gconftool.o   -rdynamic    -rdynamic   -L/usr/local/lib -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3 -lxml2 -lz   -lpopt libgconf-2.la 
gcc -g -O2 -DGCONF_ENABLE_DEBUG=1 -o .libs/gconftool-2 gconftool.o -rdynamic -rdynamic  -L/usr/local/lib /usr/local/lib/libxml2.so -lz ./.libs/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/lib/libpopt.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so -Wl,--rpath -Wl,/usr/local/lib
creating gconftool-2
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/gconf'
Making all in backends
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/backends'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-cache.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-cache.c  -fPIC -DPIC -o .libs/xml-cache.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-cache.c -o xml-cache.o >/dev/null 2>&1
mv -f .libs/xml-cache.lo xml-cache.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-dir.c
rm -f .libs/xml-dir.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-dir.c  -fPIC -DPIC -o .libs/xml-dir.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-dir.c -o xml-dir.o >/dev/null 2>&1
mv -f .libs/xml-dir.lo xml-dir.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-entry.c
rm -f .libs/xml-entry.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-entry.c  -fPIC -DPIC -o .libs/xml-entry.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-entry.c -o xml-entry.o >/dev/null 2>&1
mv -f .libs/xml-entry.lo xml-entry.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-backend.c
rm -f .libs/xml-backend.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-backend.c  -fPIC -DPIC -o .libs/xml-backend.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c xml-backend.c -o xml-backend.o >/dev/null 2>&1
mv -f .libs/xml-backend.lo xml-backend.lo
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o libgconfbackend-xml.la -rpath /usr/local/lib/GConf/2 -avoid-version -module xml-cache.lo xml-dir.lo xml-entry.lo xml-backend.lo -rdynamic    -rdynamic   -L/usr/local/lib -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3 -lxml2 -lz   
rm -fr .libs/libgconfbackend-xml.la .libs/libgconfbackend-xml.* .libs/libgconfbackend-xml.*
gcc -shared  xml-cache.lo xml-dir.lo xml-entry.lo xml-backend.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib  -L/usr/lib -L/usr/local/lib /usr/local/lib/libORBit-2.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so /usr/local/lib/libxml2.so -lz  -Wl,-soname -Wl,libgconfbackend-xml.so -o .libs/libgconfbackend-xml.so
ar cru .libs/libgconfbackend-xml.a  xml-cache.o xml-dir.o xml-entry.o xml-backend.o 
ranlib .libs/libgconfbackend-xml.a
creating libgconfbackend-xml.la
(cd .libs && rm -f libgconfbackend-xml.la && ln -s ../libgconfbackend-xml.la libgconfbackend-xml.la)
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c bdb.c
rm -f .libs/bdb.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c bdb.c  -fPIC -DPIC -o .libs/bdb.lo
bdb.c:336: warning: static declaration for `get_dir_id' follows non-static
bdb.c:410: warning: static declaration for `get_or_create_dir' follows non-static
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c bdb.c -o bdb.o >/dev/null 2>&1
mv -f .libs/bdb.lo bdb.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c bdb-backend.c
rm -f .libs/bdb-backend.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c bdb-backend.c  -fPIC -DPIC -o .libs/bdb-backend.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c bdb-backend.c -o bdb-backend.o >/dev/null 2>&1
mv -f .libs/bdb-backend.lo bdb-backend.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c val-encode.c
rm -f .libs/val-encode.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c val-encode.c  -fPIC -DPIC -o .libs/val-encode.lo
val-encode.c: In function `bdb_serialize_value':
val-encode.c:298: warning: passing arg 1 of `_gconf_check_free' discards qualifiers from pointer target type
val-encode.c:317: warning: passing arg 1 of `_gconf_check_free' discards qualifiers from pointer target type
val-encode.c:328: warning: passing arg 1 of `_gconf_check_free' discards qualifiers from pointer target type
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c val-encode.c -o val-encode.o >/dev/null 2>&1
mv -f .libs/val-encode.lo val-encode.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2   -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c dir-utils.c
rm -f .libs/dir-utils.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c dir-utils.c  -fPIC -DPIC -o .libs/dir-utils.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -DORBIT2=1 -DXML_USE_BUFFER_CONTENT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/include/ -DGCONF_ENABLE_INTERNALS=1 -DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF_ENABLE_DEBUG=1 -c dir-utils.c -o dir-utils.o >/dev/null 2>&1
mv -f .libs/dir-utils.lo dir-utils.lo
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o libgconfbackend-bdb.la -rpath /usr/local/lib/GConf/2 -avoid-version -module bdb.lo bdb-backend.lo val-encode.lo dir-utils.lo -rdynamic    -rdynamic  -L/usr/local/lib -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3   -L/usr/lib/ -ldb-3 
rm -fr .libs/libgconfbackend-bdb.la .libs/libgconfbackend-bdb.* .libs/libgconfbackend-bdb.*
gcc -shared  bdb.lo bdb-backend.lo val-encode.lo dir-utils.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib  -L/usr/lib -L/usr/local/lib /usr/local/lib/libORBit-2.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so -L/usr/lib/ -ldb-3  -Wl,-soname -Wl,libgconfbackend-bdb.so -o .libs/libgconfbackend-bdb.so
ar cru .libs/libgconfbackend-bdb.a  bdb.o bdb-backend.o val-encode.o dir-utils.o 
ranlib .libs/libgconfbackend-bdb.a
creating libgconfbackend-bdb.la
(cd .libs && rm -f libgconfbackend-bdb.la && ln -s ../libgconfbackend-bdb.la libgconfbackend-bdb.la)
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/backends'
Making all in po
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/po'
Making all in doc
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/doc'
Making all in gconf
make[3]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/doc/gconf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/doc/gconf'
make[3]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/doc'
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/doc'
Making all in examples
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/examples'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_SYSCONFDIR=\""/usr/local/etc"\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c basic-gconf-app.c
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o basic-gconf-app  basic-gconf-app.o   -rdynamic    -rdynamic  -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-1.3 -lgdk-x11-1.3 -lgdk_pixbuf-1.3 -lpangox -lpangoxft -lXft -lXrender -lXext -lX11 -lfreetype -lpango -latk -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3   ../gconf/libgconf-2.la  
mkdir .libs
gcc -g -O2 -DGCONF_ENABLE_DEBUG=1 -o .libs/basic-gconf-app basic-gconf-app.o -rdynamic -rdynamic  -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-1.3.so /usr/local/lib/libgdk-x11-1.3.so /usr/local/lib/libgdk_pixbuf-1.3.so /usr/local/lib/libpangox.so /usr/local/lib/libpangoxft.so -lXft -lXrender -lXext -lX11 /usr/lib/libfreetype.so /usr/local/lib/libpango.so /usr/local/lib/libatk.so ../gconf/.libs/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/lib/libpopt.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so -Wl,--rpath -Wl,/usr/local/lib
creating basic-gconf-app
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_SYSCONFDIR=\""/usr/local/etc"\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c simple-view.c
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o simple-view  simple-view.o   -rdynamic    -rdynamic  -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-1.3 -lgdk-x11-1.3 -lgdk_pixbuf-1.3 -lpangox -lpangoxft -lXft -lXrender -lXext -lX11 -lfreetype -lpango -latk -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3   ../gconf/libgconf-2.la  
gcc -g -O2 -DGCONF_ENABLE_DEBUG=1 -o .libs/simple-view simple-view.o -rdynamic -rdynamic  -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-1.3.so /usr/local/lib/libgdk-x11-1.3.so /usr/local/lib/libgdk_pixbuf-1.3.so /usr/local/lib/libpangox.so /usr/local/lib/libpangoxft.so -lXft -lXrender -lXext -lX11 /usr/lib/libfreetype.so /usr/local/lib/libpango.so /usr/local/lib/libatk.so ../gconf/.libs/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/lib/libpopt.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so -Wl,--rpath -Wl,/usr/local/lib
creating simple-view
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/atk-1.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0   -DGCONF_SRCDIR=\""/home/palic/pre-gnome2/gconf/GConf-1.1.5"\" -DGCONF_SYSCONFDIR=\""/usr/local/etc"\"    -g -O2 -DGCONF_ENABLE_DEBUG=1 -c simple-controller.c
/bin/sh ../libtool --mode=link gcc  -g -O2 -DGCONF_ENABLE_DEBUG=1  -o simple-controller  simple-controller.o   -rdynamic    -rdynamic  -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-1.3 -lgdk-x11-1.3 -lgdk_pixbuf-1.3 -lpangox -lpangoxft -lXft -lXrender -lXext -lX11 -lfreetype -lpango -latk -lORBit-2 -lm -llinc -lgobject-1.3 -lgthread-1.3 -lpthread -lgmodule-1.3 -ldl -lglib-1.3   ../gconf/libgconf-2.la  
gcc -g -O2 -DGCONF_ENABLE_DEBUG=1 -o .libs/simple-controller simple-controller.o -rdynamic -rdynamic  -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libgtk-x11-1.3.so /usr/local/lib/libgdk-x11-1.3.so /usr/local/lib/libgdk_pixbuf-1.3.so /usr/local/lib/libpangox.so /usr/local/lib/libpangoxft.so -lXft -lXrender -lXext -lX11 /usr/lib/libfreetype.so /usr/local/lib/libpango.so /usr/local/lib/libatk.so ../gconf/.libs/libgconf-2.so /usr/local/lib/libORBit-2.so /usr/lib/libpopt.so -lm /usr/local/lib/liblinc.so /usr/local/lib/libgobject-1.3.so /usr/local/lib/libgthread-1.3.so -lpthread /usr/local/lib/libgmodule-1.3.so -ldl /usr/local/lib/libglib-1.3.so -Wl,--rpath -Wl,/usr/local/lib
creating simple-controller
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/examples'
Making all in standard-schemas
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/standard-schemas'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5/standard-schemas'
make[2]: Entering directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
make[1]: Leaving directory `/home/palic/pre-gnome2/gconf/GConf-1.1.5'
palic shaun:~/pre-gnome2/gconf/GConf-1.1.5$ exit

Script done on Wed Dec  5 22:45:32 2001

Attachment: pgpJuufu0cxtr.pgp
Description: PGP signature



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