RE: Using gnome-db in Glade



>===== Original Message From Akira TAGOH <at@ue-spacy.com> =====
>>>>> On Sun, 3 Sep 2000 20:48:59 -0400,
>
>Hmm... Did you install libpopt-dev?
>if so, because you use Debian, it is for the easiest way to
>install libpopt0 and libpopt-dev of woody.

Found the libpopt* packages. I had been looking for popt.
Also had to find yacc, but it is really bison.

Here is yet another failure in compiling oaf.
The log is of the configure and make processes.

Script started on Mon Sep  4 10:26:02 2000

kgb10:/usr/share/oaf-0.5.1# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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 host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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 if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking whether build environment is sane... yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking for bison... (cached) bison -y
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for POSIXized ISC... no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  da de fr no ru tr
checking for glib-config... (cached) /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for orbit-config... (cached) /usr/bin/orbit-config
checking for ORBit - version >= 0.5.1... yes
checking for orbit-idl... (cached) /usr/bin/orbit-idl
checking for xml-config... (cached) xml-config
checking for gtkdoc-mkdb... (cached) false
checking for poptGetContext in -lpopt... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alloca.h... (cached) yes
checking for malloc.h... (cached) yes
checking for working const... (cached) yes
checking for select... (cached) yes
checking for strcspn... (cached) yes
checking for strdup... (cached) yes
checking for strtol... (cached) yes
checking for snprintf... (cached) yes
checking for usleep... (cached) yes
checking for nanosleep... (cached) yes
checking for strsignal... (cached) yes
creating ./config.status
creating Makefile
creating oaf.spec
creating idl/Makefile
creating docs/Makefile
creating api-docs/Makefile
creating liboaf/Makefile
creating liboaf/liboaf-version.h
creating oafd/Makefile
creating test/Makefile
creating utils/Makefile
creating intl/Makefile
creating po/Makefile.in
creating oaf-config
creating oafConf.sh
creating config.h

kgb10:/usr/share/oaf-0.5.1# make
make  all-recursive
make[1]: Entering directory `/usr/share/oaf-0.5.1'
Making all in po
make[2]: Entering directory `/usr/share/oaf-0.5.1/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/share/oaf-0.5.1/po'
Making all in intl
make[2]: Entering directory `/usr/share/oaf-0.5.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/share/oaf-0.5.1/intl'
Making all in docs
make[2]: Entering directory `/usr/share/oaf-0.5.1/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/share/oaf-0.5.1/docs'
Making all in idl
make[2]: Entering directory `/usr/share/oaf-0.5.1/idl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/share/oaf-0.5.1/idl'
Making all in liboaf
make[2]: Entering directory `/usr/share/oaf-0.5.1/liboaf'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
			-I.. 		
-I../liboaf 			-I../liboaf 		-I/usr/lib/glib/include -I/usr/include
				-I/usr/lib/glib/include 				-DVERSION=\"0.5.1\"		    -g
-O2 -c oaf-mainloop.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../liboaf -I../liboaf
-I/usr/lib/glib/include -I/usr/include -I/usr/lib/glib/include
-DVERSION=\"0.5.1\" -g -O2 -c  -fPIC -DPIC oaf-mainloop.c -o oaf-mainloop.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
			-I.. 		
-I../liboaf 			-I../liboaf 		-I/usr/lib/glib/include -I/usr/include
				-I/usr/lib/glib/include 				-DVERSION=\"0.5.1\"		    -g
-O2 -c oaf-actid.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../liboaf -I../liboaf
-I/usr/lib/glib/include -I/usr/include -I/usr/lib/glib/include
-DVERSION=\"0.5.1\" -g -O2 -c  -fPIC -DPIC oaf-actid.c -o oaf-actid.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
			-I.. 		
-I../liboaf 			-I../liboaf 		-I/usr/lib/glib/include -I/usr/include
				-I/usr/lib/glib/include 				-DVERSION=\"0.5.1\"		    -g
-O2 -c oaf-plugin.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../liboaf -I../liboaf
-I/usr/lib/glib/include -I/usr/include -I/usr/lib/glib/include
-DVERSION=\"0.5.1\" -g -O2 -c  -fPIC -DPIC oaf-plugin.c -o oaf-plugin.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
			-I.. 		
-I../liboaf 			-I../liboaf 		-I/usr/lib/glib/include -I/usr/include
				-I/usr/lib/glib/include 				-DVERSION=\"0.5.1\"		    -g
-O2 -c oaf-activate.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../liboaf -I../liboaf
-I/usr/lib/glib/include -I/usr/include -I/usr/lib/glib/include
-DVERSION=\"0.5.1\" -g -O2 -c  -fPIC -DPIC oaf-activate.c -o oaf-activate.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
			-I.. 		
-I../liboaf 			-I../liboaf 		-I/usr/lib/glib/include -I/usr/include
				-I/usr/lib/glib/include 				-DVERSION=\"0.5.1\"		    -g
-O2 -c oaf-registration.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../liboaf -I../liboaf
-I/usr/lib/glib/include -I/usr/include -I/usr/lib/glib/include
-DVERSION=\"0.5.1\" -g -O2 -c  -fPIC -DPIC oaf-registration.c -o
oaf-registration.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
			-I.. 		
-I../liboaf 			-I../liboaf 		-I/usr/lib/glib/include -I/usr/include
				-I/usr/lib/glib/include 				-DVERSION=\"0.5.1\"		    -g
-O2 -c oaf-servreg.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../liboaf -I../liboaf
-I/usr/lib/glib/include -I/usr/include -I/usr/lib/glib/include
-DVERSION=\"0.5.1\" -g -O2 -c  -fPIC -DPIC oaf-servreg.c -o oaf-servreg.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
			-I.. 		
-I../liboaf 			-I../liboaf 		-I/usr/lib/glib/include -I/usr/include
				-I/usr/lib/glib/include 				-DVERSION=\"0.5.1\"		    -g
-O2 -c oaf-util.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../liboaf -I../liboaf
-I/usr/lib/glib/include -I/usr/include -I/usr/lib/glib/include
-DVERSION=\"0.5.1\" -g -O2 -c  -fPIC -DPIC oaf-util.c -o oaf-util.lo
/bin/sh ../libtool --mode=link gcc  -g -O2 -L/usr/lib -lORBit -lIIOP
-lORBitutil -lglib -lm 		-L/usr/lib -rdynamic -lgmodule -lglib -ldl		 -o 
liboaf.la -rpath
/usr/local/lib  oaf-stubs.lo oaf-common.lo oaf-mainloop.lo oaf-actid.lo
oaf-factory-stubs.lo oaf-factory-skels.lo oaf-factory-common.lo oaf-plugin.lo
oaf-activate.lo oaf-registration.lo oaf-servreg.lo oaf-util.lo  -lpopt
rm -fr .libs/liboaf.la .libs/liboaf.* .libs/liboaf.*
gcc -shared  oaf-stubs.lo oaf-common.lo oaf-mainloop.lo oaf-actid.lo
oaf-factory-stubs.lo oaf-factory-skels.lo oaf-factory-common.lo oaf-plugin.lo
oaf-activate.lo oaf-registration.lo oaf-servreg.lo oaf-util.lo  -L/usr/lib
-lORBit -lIIOP -lORBitutil -lglib -lm -lgmodule -lglib -ldl -lpopt -lc
-Wl,-soname -Wl,liboaf.so.0 -o .libs/liboaf.so.0.0.0
(cd .libs && rm -f liboaf.so.0 && ln -s liboaf.so.0.0.0 liboaf.so.0)
(cd .libs && rm -f liboaf.so && ln -s liboaf.so.0.0.0 liboaf.so)
creating liboaf.la
(cd .libs && rm -f liboaf.la && ln -s ../liboaf.la liboaf.la)
make[2]: Leaving directory `/usr/share/oaf-0.5.1/liboaf'
Making all in api-docs
make[2]: Entering directory `/usr/share/oaf-0.5.1/api-docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/share/oaf-0.5.1/api-docs'
Making all in oafd
make[2]: Entering directory `/usr/share/oaf-0.5.1/oafd'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. 				-I.. 				-I../liboaf			-I../liboaf
		-DOAFINFODIR=\"/usr/local/share/oaf\" 		
-DOAF_LOCALEDIR=\""/usr/local/share/locale"\" 	-I/usr/lib/glib/include
-I/usr/include 					-I/usr/include/libxml -I/usr/include
					-I/usr/lib/glib/include					-DOAF_CONFDIR=\"/usr/local/etc\"			    -g -O2 
-c ac-corba.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. 				-I.. 				-I../liboaf			-I../liboaf
		-DOAFINFODIR=\"/usr/local/share/oaf\" 		
-DOAF_LOCALEDIR=\""/usr/local/share/locale"\" 	-I/usr/lib/glib/include
-I/usr/include 					-I/usr/include/libxml -I/usr/include
					-I/usr/lib/glib/include					-DOAF_CONFDIR=\"/usr/local/etc\"			    -g -O2 
-c od-corba.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. 				-I.. 				-I../liboaf			-I../liboaf
		-DOAFINFODIR=\"/usr/local/share/oaf\" 		
-DOAF_LOCALEDIR=\""/usr/local/share/locale"\" 	-I/usr/lib/glib/include
-I/usr/include 					-I/usr/include/libxml -I/usr/include
					-I/usr/lib/glib/include					-DOAF_CONFDIR=\"/usr/local/etc\"			    -g -O2 
-c od-load.c
od-load.c: In function `od_entry_read_props':
od-load.c:60: structure has no member named `childs'
od-load.c:74: structure has no member named `childs'
od-load.c:95: structure has no member named `childs'
od-load.c:109: structure has no member named `childs'
od-load.c: In function `OAF_ServerInfo_load':
od-load.c:241: structure has no member named `root'
od-load.c:242: structure has no member named `root'
od-load.c:242: structure has no member named `root'
make[2]: *** [od-load.o] Error 1
make[2]: Leaving directory `/usr/share/oaf-0.5.1/oafd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/oaf-0.5.1'
make: *** [all-recursive-am] Error 2
kgb10:/usr/share/oaf-0.5.1# exit

Script done on Mon Sep  4 10:28:30 2000

Bill Barnes

>--
>Akira TAGOH <at@ue-spacy.ccom>





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