building bonobo-activation on solaris fails



hey,

i'm not sure this is the correct place to post this so if it isn't, just let
me know. 

i'm trying to get a gnome2 set-up on solaris with the vicious-build-scripts
but i can't get past bonobo-activation. i've tried a few things but i can't
seem to figure it out. the output of the compile is included below. any 
hints would be appreciated.

ben


Script started on Fri Mar 15 16:09:37 2002
sh-2.03$ STARTMODULE=bonobo-activation rebuild.sh
source /export/home/ben/bin/head/modules.sh
cd /gnome/head/cvs
source setvars.sh
Skipping esound ...
Skipping glib ...
Skipping gob ...
Skipping linc ...
Skipping atk ...
Skipping gnome-common ...
Skipping pango ...
Skipping libIDL ...
Skipping ORBit2 ...
Skipping gnome-xml ...
Skipping intltool ...

-----------------
Running:
/export/home/ben/bin/modmake.sh bonobo-activation

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
permission denied
Shutting down gconf-2...
killall gconfd-2
permission denied
Shutting down gconf in general...
killall gconfd
permission denied
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: bonobo-activation
-------------------------------------------------------------
Checking for flags...
Checking for append flags in /gnome/head/cvs/APPEND_FLAGS...
Checking for override flags in /gnome/head/cvs/OVERRIDE_FLAGS...
cd /gnome/head/cvs
cd /gnome/head/cvs/bonobo-activation
cvs -z3 update -dP -A
? typescript
cvs server: Updating .
cvs server: Updating api-docs
cvs server: Updating api-docs/tmpl
cvs server: Updating bonobo-activation
cvs server: Updating docs
cvs server: Updating hack-macros
cvs server: Updating idl
cvs server: Updating po
cvs server: Updating server
cvs server: Updating test
cvs server: Updating utils
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL --disable-gtk-doc
processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /gnome/head/INSTALL/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running intltoolize...
  Looks like a unified context diff.
Hunk #3 failed at line 88.
Hunk #4 succeeded at 203 (offset 15 lines)
Hunk #5 succeeded at 201 (offset 15 lines)
1 out of 5 hunks failed: saving rejects to po/Makefile.in.in.rej
done
Running libtoolize...
You should update your `aclocal.m4' by running aclocal.
Running aclocal -I /gnome/head/INSTALL/share/aclocal/gnome2-macros  ...
Running autoheader...
autoheader: config.h.in is unchanged
Running automake --gnu  ...
Running autoconf ...
configure.in:45: warning: AC_PROG_LEX invoked multiple times
Running ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/gnome/head/INSTALL --disable-gtk-doc ...
checking for a BSD compatible install... /opt/sfw/bin//ginstall -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... found
checking for perl... /usr/bin/perl
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... :
checking for 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/ccs/bin/ld) supports shared libraries... 
*** Warning: Releases of GCC earlier than version 3.0 cannot reliably
*** create self contained shared libraries on Solaris systems, without
*** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
*** -no-undefined support, which will at least allow you to build shared
*** libraries.  However, you may find that when you link such libraries
*** into an application without using GCC, you have to manually add
*** `gcc --print-libgcc-file-name` to the link command.  We urge you to
*** upgrade to a newer version of GCC.  Another option is to rebuild your
*** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.

yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
checking whether build environment is sane... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for a BSD compatible install... /opt/sfw/bin//ginstall -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for strerror in -lcposix... no
checking for ranlib... (cached) :
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... no
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... (cached) 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... no
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for LC_MESSAGES... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for msgfmt... /gnome/head/INSTALL/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /gnome/head/INSTALL/bin/msgfmt
checking for xgettext... /gnome/head/INSTALL/bin/xgettext
checking for catalogs to be installed...  az bg da de el es fi fr ga gl hu it ja ko lv ms nl nn no pl pt pt_BR ro ru sk sl sv ta tr uk pl zh_CN zh_TW
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for gmodule-2.0 >= 1.3.1 ORBit-2.0 >= 2.3.91... yes
checking BONOBO_ACTIVATION_CFLAGS...  -DORBIT2=1 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0  
checking BONOBO_ACTIVATION_LIBS...   -L/gnome/head/INSTALL/lib -lORBit-2 -lgthread-2.0 -lthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lresolv -lnsl -lsocket -lm -llinc  
checking for gmodule-2.0 >= 1.3.1 ORBit-2.0 >= 2.3.91 ORBit-CosNaming-2.0 >= 2.3.91 libxml-2.0 >= 2.2.8... yes
checking SERVER_CFLAGS...  -DORBIT2=1   -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/libxml2 -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0  
checking SERVER_LIBS...     -L/gnome/head/INSTALL/lib -lxml2 -lz -lORBitCosNaming-2 -lORBit-2 -lgthread-2.0 -lthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lresolv -lnsl -lsocket -lm -llinc  
checking for gmodule-2.0 >= 1.3.1 ORBit-2.0 >= 2.3.91 libxml-2.0 >= 2.2.8... yes
checking UTILS_CFLAGS...  -DORBIT2=1  -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/libxml2 -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0  
checking UTILS_LIBS...    -L/gnome/head/INSTALL/lib -lxml2 -lz -lORBit-2 -lgthread-2.0 -lthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lresolv -lnsl -lsocket -lm -llinc  
checking for gtkdoc-mkdb... false
checking for db2html... false
checking for poptStrippedArgv in -lpopt... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... (cached) yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for alloca.h... yes
checking for malloc.h... (cached) yes
checking for locale.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for select... yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking for strtol... yes
checking for snprintf... yes
checking for usleep... yes
checking for nanosleep... no
checking for unsetenv... no
enable compile warnings = yes
checking whether gcc understands -Wsign-promo... yes
checking whether gcc understands -Wno-sign-compare... yes
checking for perl... /usr/bin/perl
checking for ps... /usr/bin/ps
checking for POSIX ps... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bonobo-activation.spec
config.status: creating idl/Makefile
config.status: creating docs/Makefile
config.status: creating api-docs/Makefile
config.status: creating bonobo-activation/Makefile
config.status: creating bonobo-activation/bonobo-activation-version.h
config.status: creating server/Makefile
config.status: creating test/Makefile
config.status: creating utils/Makefile
config.status: creating utils/bonobo-slay
config.status: creating po/Makefile.in
config.status: creating bonobo-activation-2.0.pc
config.status: creating config.h
config.status: config.h is unchanged

=========================== WARNING ================================
 You are using bonobo-activation from the HEAD branch.

 Unless you know otherwise then you probably want to be using OAF.

 You can get it by running the command:
      cvs co oaf
====================================================================

Now type `make' to compile bonobo-activation
-----------------
Running make all
make all
cd . && autoheader
autoheader: config.h.in is unchanged
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/bonobo-activation'
Making all in po
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/po'
Making all in api-docs
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/api-docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/api-docs'
Making all in docs
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/docs'
Making all in idl
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/idl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/idl'
Making all in bonobo-activation
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/bonobo-activation'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..                                 -I..                            -DBONOBO_ACTIVATION_LOCALEDIR=\""/gnome/head/INSTALL/share/locale"\"            -DORBIT2=1 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0                     -DVERSION=\"0.9.5\"                         -std=c9x    -D_POSIX_C_SOURCE=199506L -D_BSD_SOURCE         -Wall   -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes   -Wnested-externs -Wpointer-arith        -Wsign-compare  -Werror         -g -O2 -Wsign-promo -Wno-sign-compare -c Bonobo_Unknown-common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DBONOBO_ACTIVATION_LOCALEDIR=\"/gnome/head/INSTALL/share/locale\" -DORBIT2=1 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0 -DVERSION=\"0.9.5\" -std=c9x -D_POSIX_C_SOURCE=199506L -D_BSD_SOURCE -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-compare -Werror -g -O2 -Wsign-promo -Wno-sign-compare -Wp,-MD,.deps/Bonobo_Unknown-common.pp -c Bonobo_Unknown-common.c  -fPIC -DPIC -o Bonobo_Unknown-common.lo
In file included from /usr/include/sys/vnode.h:42,
                 from /usr/include/sys/stream.h:22,
                 from /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/include/sys/stream.h:5,
                 from /usr/include/netinet/in.h:41,
                 from /usr/include/sys/socket.h:199,
                 from /gnome/head/INSTALL/include/linc-1.0/linc/linc-protocol.h:21,
                 from /gnome/head/INSTALL/include/linc-1.0/linc/linc.h:17,
                 from /gnome/head/INSTALL/include/orbit-2.0/orbit/GIOP/giop-basics.h:4,
                 from /gnome/head/INSTALL/include/orbit-2.0/orbit/orbit-types.h:5,
                 from Bonobo_Unknown.h:9,
                 from Bonobo_Unknown-common.c:9:
/usr/include/sys/resource.h:144: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:145: field `ru_stime' has incomplete type
make[2]: *** [Bonobo_Unknown-common.lo] Error 1
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/bonobo-activation'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/gnome/head/cvs/bonobo-activation'
make: *** [all-recursive-am] Error 2

WARNING:bonobo-activation: Cant make all

rm -f Makefile
rm -f config.cache
-----------------
Configuring
./autogen.sh --prefix=/gnome/head/INSTALL --disable-gtk-doc
processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /gnome/head/INSTALL/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running intltoolize...
  Looks like a unified context diff.
Hunk #3 failed at line 88.
Hunk #4 succeeded at 203 (offset 15 lines)
Hunk #5 succeeded at 201 (offset 15 lines)
1 out of 5 hunks failed: saving rejects to po/Makefile.in.in.rej
done
Running libtoolize...
You should update your `aclocal.m4' by running aclocal.
Running aclocal -I /gnome/head/INSTALL/share/aclocal/gnome2-macros  ...
Running autoheader...
autoheader: config.h.in is unchanged
Running automake --gnu  ...
Running autoconf ...
configure.in:45: warning: AC_PROG_LEX invoked multiple times
Running ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/gnome/head/INSTALL --disable-gtk-doc ...
checking for a BSD compatible install... /opt/sfw/bin//ginstall -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... found
checking for perl... /usr/bin/perl
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... :
checking for 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/ccs/bin/ld) supports shared libraries... 
*** Warning: Releases of GCC earlier than version 3.0 cannot reliably
*** create self contained shared libraries on Solaris systems, without
*** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
*** -no-undefined support, which will at least allow you to build shared
*** libraries.  However, you may find that when you link such libraries
*** into an application without using GCC, you have to manually add
*** `gcc --print-libgcc-file-name` to the link command.  We urge you to
*** upgrade to a newer version of GCC.  Another option is to rebuild your
*** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.

yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
checking whether build environment is sane... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for a BSD compatible install... /opt/sfw/bin//ginstall -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for strerror in -lcposix... no
checking for ranlib... (cached) :
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... no
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... (cached) 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... no
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for LC_MESSAGES... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for msgfmt... /gnome/head/INSTALL/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /gnome/head/INSTALL/bin/msgfmt
checking for xgettext... /gnome/head/INSTALL/bin/xgettext
checking for catalogs to be installed...  az bg da de el es fi fr ga gl hu it ja ko lv ms nl nn no pl pt pt_BR ro ru sk sl sv ta tr uk pl zh_CN zh_TW
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for gmodule-2.0 >= 1.3.1 ORBit-2.0 >= 2.3.91... yes
checking BONOBO_ACTIVATION_CFLAGS...  -DORBIT2=1 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0  
checking BONOBO_ACTIVATION_LIBS...   -L/gnome/head/INSTALL/lib -lORBit-2 -lgthread-2.0 -lthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lresolv -lnsl -lsocket -lm -llinc  
checking for gmodule-2.0 >= 1.3.1 ORBit-2.0 >= 2.3.91 ORBit-CosNaming-2.0 >= 2.3.91 libxml-2.0 >= 2.2.8... yes
checking SERVER_CFLAGS...  -DORBIT2=1   -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/libxml2 -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0  
checking SERVER_LIBS...     -L/gnome/head/INSTALL/lib -lxml2 -lz -lORBitCosNaming-2 -lORBit-2 -lgthread-2.0 -lthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lresolv -lnsl -lsocket -lm -llinc  
checking for gmodule-2.0 >= 1.3.1 ORBit-2.0 >= 2.3.91 libxml-2.0 >= 2.2.8... yes
checking UTILS_CFLAGS...  -DORBIT2=1  -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/libxml2 -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0  
checking UTILS_LIBS...    -L/gnome/head/INSTALL/lib -lxml2 -lz -lORBit-2 -lgthread-2.0 -lthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lresolv -lnsl -lsocket -lm -llinc  
checking for gtkdoc-mkdb... false
checking for db2html... false
checking for poptStrippedArgv in -lpopt... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... (cached) yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for alloca.h... yes
checking for malloc.h... (cached) yes
checking for locale.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for select... yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking for strtol... yes
checking for snprintf... yes
checking for usleep... yes
checking for nanosleep... no
checking for unsetenv... no
enable compile warnings = yes
checking whether gcc understands -Wsign-promo... yes
checking whether gcc understands -Wno-sign-compare... yes
checking for perl... /usr/bin/perl
checking for ps... /usr/bin/ps
checking for POSIX ps... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bonobo-activation.spec
config.status: creating idl/Makefile
config.status: creating docs/Makefile
config.status: creating api-docs/Makefile
config.status: creating bonobo-activation/Makefile
config.status: creating bonobo-activation/bonobo-activation-version.h
config.status: creating server/Makefile
config.status: creating test/Makefile
config.status: creating utils/Makefile
config.status: creating utils/bonobo-slay
config.status: creating po/Makefile.in
config.status: creating bonobo-activation-2.0.pc
config.status: creating config.h
config.status: config.h is unchanged

=========================== WARNING ================================
 You are using bonobo-activation from the HEAD branch.

 Unless you know otherwise then you probably want to be using OAF.

 You can get it by running the command:
      cvs co oaf
====================================================================

Now type `make' to compile bonobo-activation
make all
cd . && autoheader
autoheader: config.h.in is unchanged
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/bonobo-activation'
Making all in po
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/po'
Making all in api-docs
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/api-docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/api-docs'
Making all in docs
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/docs'
Making all in idl
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/idl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/idl'
Making all in bonobo-activation
make[2]: Entering directory `/gnome/head/cvs/bonobo-activation/bonobo-activation'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..                                 -I..                            -DBONOBO_ACTIVATION_LOCALEDIR=\""/gnome/head/INSTALL/share/locale"\"            -DORBIT2=1 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0                     -DVERSION=\"0.9.5\"                         -std=c9x    -D_POSIX_C_SOURCE=199506L -D_BSD_SOURCE         -Wall   -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes   -Wnested-externs -Wpointer-arith        -Wsign-compare  -Werror         -g -O2 -Wsign-promo -Wno-sign-compare -c Bonobo_Unknown-common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DBONOBO_ACTIVATION_LOCALEDIR=\"/gnome/head/INSTALL/share/locale\" -DORBIT2=1 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/orbit-2.0 -I/gnome/head/INSTALL/include/linc-1.0 -DVERSION=\"0.9.5\" -std=c9x -D_POSIX_C_SOURCE=199506L -D_BSD_SOURCE -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-compare -Werror -g -O2 -Wsign-promo -Wno-sign-compare -Wp,-MD,.deps/Bonobo_Unknown-common.pp -c Bonobo_Unknown-common.c  -fPIC -DPIC -o Bonobo_Unknown-common.lo
In file included from /usr/include/sys/vnode.h:42,
                 from /usr/include/sys/stream.h:22,
                 from /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/include/sys/stream.h:5,
                 from /usr/include/netinet/in.h:41,
                 from /usr/include/sys/socket.h:199,
                 from /gnome/head/INSTALL/include/linc-1.0/linc/linc-protocol.h:21,
                 from /gnome/head/INSTALL/include/linc-1.0/linc/linc.h:17,
                 from /gnome/head/INSTALL/include/orbit-2.0/orbit/GIOP/giop-basics.h:4,
                 from /gnome/head/INSTALL/include/orbit-2.0/orbit/orbit-types.h:5,
                 from Bonobo_Unknown.h:9,
                 from Bonobo_Unknown-common.c:9:
/usr/include/sys/resource.h:144: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:145: field `ru_stime' has incomplete type
make[2]: *** [Bonobo_Unknown-common.lo] Error 1
make[2]: Leaving directory `/gnome/head/cvs/bonobo-activation/bonobo-activation'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/gnome/head/cvs/bonobo-activation'
make: *** [all-recursive-am] Error 2

ERROR:bonobo-activation: Cant make all


Build failed on bonobo-activation

sh-2.03$ 
script done on Fri Mar 15 16:21:37 2002



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