Re: orbit-idl-2 ... Anyone?



Hi all,

 I'm still strugling with this problem. I have as of yet not been able
to compile gnome 2.0 (head) via vicius-build-scripts or garnome. It
constantly bombs out as described in the attachment.

 Please, I've tried to get started to help developing gnome for months
now, but I have no working experience with CORBA so this is too big a
mouthfull for me - any help will be most appreciated!

  regards, Jan...

fre, 2002-05-24 kl. 09:13 skrev Jan Vittrup Hansen:
> Thank you for your response :)
> 
>   This is strange. I am simply using vicius-build-scripts to build gnome
> head, and it stops here at ORBit2. I could find nothing interesting in
> the config.log, and the command line that fails during make is shown
> below.
> 
> ../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL				-I../../../src/idl/CORBA					-I../../../src/idl/misc				
> 	-I../../../src/idl/interop					--noskels --nodefskels --nostubs
> --noidata --noheaders		--define=Object=OObject
> --define=TypeCode=TTypeCode	        --showcpperrors --deps
> ./.deps/iop-defs.idl.P iop-defs.idl 
> 
> This results in the complaints concerning GIOP.idl, which are included
> by the file iop-defs.idl. Can you identify missing or superflous
> options? Or are this simply not meant to be executed? 
> 
>  Regards, Jan...
>  
> 
> fre, 2002-05-24 kl. 00:29 skrev Diego Sevilla Ruiz:
> > Hi, Jan:
> > 
> > 	GIOP.idl is not IDL, but PIDL, so, it has special rules, and
> > normally comes with precompiled versions ready to compile or either a
> > special option in the IDL compiler to deal with PIDL. 
> > 
> > 	Normally, the files generated from PIDL cannot be obtained
> > automatically, because they are different for every language (this is
> > why it is called Pseudo-IDL).
> > 
> > 	So, your compilation shouldn't try to compile these IDL files.
> > Perhaps is some error in the building process. Are you trying to compile
> > ORBit2 itself or some other package with ORBit2?
> > 
> > 	Best regards.
> > 	diego
> > 
> > On Thu, May 23, 2002 at 11:02:59PM +0200, Jan Vittrup Hansen wrote:
> > 
> > | Thank you for your response,
> > | 
> > |  The reason I ended up with this attempt at IDL is the problem of not
> > | being able to compile the ORBit2 package, as reported earlier. Here the
> > | system bombs out as presented below. The GIOP.idl has statements much
> > | like the one I used in the test - can you suggest how this can be if the
> > | example I made is not proper IDL? Can you attach your version of 
> > | src/idl/interop/GIOP.idl for me to test?
> > | 
> > |  Regards Jan...
> > | 
> > | >head -40 ../../idl/interop/GIOP.idl |tail -1
> > |      char                        magic [4];
> > | 
> > | >../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL				-I../../../src/idl/CORBA					-I../../../src/idl/misc				
> > | 	-I../../../src/idl/interop					--noskels --nodefskels --nostubs
> > | --noidata --noheaders		--define=Object=OObject
> > | --define=TypeCode=TTypeCode	        --showcpperrors --deps
> > | ./.deps/iop-defs.idl.P iop-defs.idl 
> > | orbit-idl 2.3.109 compiling
> > |  small mode, show preprocessor errors, passes: common skel_impl imodule
> > | 
> > | ../../../src/idl/interop/GIOP.idl:40: Error: Zero array size is illegal
> > | ../../../src/idl/interop/GIOP.idl:40: Error: Missing value in dimension
> > | 1 of array `GIOP::MessageHeader_1_0::magic'
> > | ../../../src/idl/interop/GIOP.idl:49: Error: Zero array size is illegal
> > | ../../../src/idl/interop/GIOP.idl:49: Error: Missing value in dimension
> > | 1 of array `GIOP::MessageHeader_1_1::magic'
> > | ../../../src/idl/interop/GIOP.idl:74: Error: Zero array size is illegal
> > | ../../../src/idl/interop/GIOP.idl:74: Error: Missing value in dimension
> > | 1 of array `GIOP::RequestHeader_1_1::reserved'
> > | ../../../src/idl/interop/GIOP.idl:97: Error: Zero array size is illegal
> > | ../../../src/idl/interop/GIOP.idl:97: Error: Missing value in dimension
> > | 1 of array `GIOP::RequestHeader_1_2::reserved'
> > | 
> > | ** (process:6992): WARNING **: iop-defs.idl compilation failed
> > | 
> > | 
> > | tor, 2002-05-23 kl. 22:30 skrev Diego Sevilla Ruiz:
> > | > Hi!
> > | > 
> > | > On Thu, May 23, 2002 at 10:13:14PM +0200, Jan Vittrup Hansen wrote:
> > | > 
> > | > | Hi,
> > | > | 
> > | > |  Still strugling. Dang. Now I made a small example. I don't get it.
> > | > | Please anyone - have mercy! What can be at fault? Still running vicius
> > | > | scripts, still no outside lib pollution according to strace :(
> > | > | 
> > | > |   regards, Jan...
> > | > | 
> > | > | >cat hop.idl
> > | > | module test 
> > | > | {
> > | > |     struct leg
> > | > | 	{
> > | > | 		char hep[2];
> > | > |     };
> > | > | };
> > | > | 
> > | > 
> > | > This is not valid IDL.
> > | > 
> > | > You should use something like:
> > | > 
> > | > typedef array<char,2> CharArray2;
> > | > 
> > | > struct leg {
> > | > 	CharArray2 hep;
> > | > };
> > | > 
> > | > 	Best regards.
> > | > 	diego.
> > | > 
> > | > -- 
> > | > Diego Sevilla Ruiz  http://ditec.um.es/~dsevilla  dsevilla@um.es  \    /\
> > | > Dpto. Ingeniería y Tecnología de Computadores http://ditec.um.es   )  ( ')
> > | > Visiting Extreme! Computing Lab       http://extreme.indiana.edu  (  /  )
> > | > Indiana University, Bloomington               http://www.iub.edu   \(__)|
> > | 
> > | 
> > | _______________________________________________
> > | orbit-list mailing list
> > | orbit-list@gnome.org
> > | http://mail.gnome.org/mailman/listinfo/orbit-list
> > 
> > -- 
> > Diego Sevilla Ruiz  http://ditec.um.es/~dsevilla  dsevilla@um.es  \    /\
> > Dpto. Ingeniería y Tecnología de Computadores http://ditec.um.es   )  ( ')
> > Visiting Extreme! Computing Lab       http://extreme.indiana.edu  (  /  )
> > Indiana University, Bloomington               http://www.iub.edu   \(__)|
> 

source /home/Jan/bin/head/modules.sh
cd /gnome/head/cvs
source setvars.sh

-----------------
Running:
/home/Jan/bin/modmake.sh esound

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
gconfd-1: no process killed
Shutting down gconf-2...
killall gconfd-2
gconfd-2: no process killed
Shutting down gconf in general...
killall gconfd
gconfd: no process killed
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: esound
-------------------------------------------------------------
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/esound
cvs -z3 update -dP -A
cvs server: Updating .
cvs server: Updating debian
cvs server: Updating docs
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL
You should update your `aclocal.m4' by running aclocal.
autoheader: config.h.in is unchanged
configure.in:32: warning: AC_CANONICAL_HOST invoked multiple times
checking for a BSD compatible install... /home/Jan/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... found
checking whether to enable maintainer-specific portions of Makefiles... yes
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 how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /home/Jan/bin/install -c
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for working alloca.h... yes
checking for alloca... yes
checking for setenv... yes
checking for putenv... yes
checking for fchown... yes
checking for fchmod... yes
checking for gethostbyname2... yes
checking for connect... yes
checking for gethostbyname... yes
checking for nanosleep... yes
checking for usleep... yes
checking for inet_aton... yes
checking for strtok_r... yes
checking for getopt_long... yes
checking for sys/filio.h... no
checking for sys/ioctl.h... yes
---------------------------------------------------------------------
--- Checking to see which audio header files your system uses.
--- Most of these checks should fail. Do not be alarmed.
checking for soundcard.h... no
checking for sys/soundcard.h... yes
checking for machine/soundcard.h... no
checking for sys/audio.h... no
checking for sys/audioio.h... no
checking for sys/audio.io.h... no
checking for sun/audioio.h... no
checking for dmedia/audio.h... no
checking for sys/soundlib.h... no
checking for sys/asoundlib.h... no
checking for alsa/asoundlib.h... no
checking for mme/mme_api.h... no
---------------------------------------------------------------------
--- Checking to see which audio libraries are required for linking.
--- Most of these checks should also fail. Do not be alarmed.
checking for _oss_ioctl... no
checking for _oss_ioctl in -lossaudio... no
checking for ALnewconfig... no
checking for ALnewconfig in -laudio... no
checking for snd_cards... no
checking for snd_cards in -lsound... no
checking for snd_cards... (cached) no
checking for snd_cards in -lasound... no
checking for snd_pcm_pause... no
checking for snd_pcm_pause in -lasound... no
---------------------------------------------------------------------
--- Checking for the audiofile library.  NOTE: This library is now
--- REQUIRED from proper compilation of the esound package.
checking for audiofile-config... /gnome/head/INSTALL/bin/audiofile-config
checking for Audio File Library - version >= 0.1.5... yes
--- libaudiofile found. Building esound with audiofile support
---------------------------------------------------------------------
--- Checking for the documentation generation tools.  NOTE: These 
--- are NOT required for proper compilation of the esound package.
checking for db2html... yes
checking for db2ps... yes
---------------------------------------------------------------------
checking if your platform supports esddsp... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating esd-config
config.status: creating esound.spec
config.status: creating esound.pc
config.status: creating esddsp
config.status: creating docs/Makefile
config.status: creating docs/esd.1
config.status: creating docs/esdcat.1
config.status: creating docs/esd-config.1
config.status: creating docs/esdctl.1
config.status: creating docs/esddsp.1
config.status: creating docs/esdfilt.1
config.status: creating docs/esdloop.1
config.status: creating docs/esdmon.1
config.status: creating docs/esdplay.1
config.status: creating docs/esdrec.1
config.status: creating docs/esdsample.1
config.status: creating config.h
config.status: config.h is unchanged

Now type 'make' to compile esound.
-----------------
Running make all
make all
cd . && autoheader
autoheader: config.h.in is unchanged
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/esound'
Making all in docs
make[2]: Entering directory `/gnome/head/cvs/esound/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/esound/docs'
make[2]: Entering directory `/gnome/head/cvs/esound'
make[2]: Leaving directory `/gnome/head/cvs/esound'
make[1]: Leaving directory `/gnome/head/cvs/esound'
-----------------
Installing
make install
Making install in docs
make[1]: Entering directory `/gnome/head/cvs/esound/docs'
make[2]: Entering directory `/gnome/head/cvs/esound/docs'
make[2]: Nothing to be done for `install-exec-am'.
make  install-man1
make[3]: Entering directory `/gnome/head/cvs/esound/docs'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/man/man1
 /home/Jan/bin/install -c -m 644 ./esd.1 /gnome/head/INSTALL/man/man1/esd.1
 /home/Jan/bin/install -c -m 644 ./esdcat.1 /gnome/head/INSTALL/man/man1/esdcat.1
 /home/Jan/bin/install -c -m 644 ./esd-config.1 /gnome/head/INSTALL/man/man1/esd-config.1
 /home/Jan/bin/install -c -m 644 ./esdctl.1 /gnome/head/INSTALL/man/man1/esdctl.1
 /home/Jan/bin/install -c -m 644 ./esddsp.1 /gnome/head/INSTALL/man/man1/esddsp.1
 /home/Jan/bin/install -c -m 644 ./esdfilt.1 /gnome/head/INSTALL/man/man1/esdfilt.1
 /home/Jan/bin/install -c -m 644 ./esdloop.1 /gnome/head/INSTALL/man/man1/esdloop.1
 /home/Jan/bin/install -c -m 644 ./esdmon.1 /gnome/head/INSTALL/man/man1/esdmon.1
 /home/Jan/bin/install -c -m 644 ./esdplay.1 /gnome/head/INSTALL/man/man1/esdplay.1
 /home/Jan/bin/install -c -m 644 ./esdrec.1 /gnome/head/INSTALL/man/man1/esdrec.1
 /home/Jan/bin/install -c -m 644 ./esdsample.1 /gnome/head/INSTALL/man/man1/esdsample.1
make[3]: Leaving directory `/gnome/head/cvs/esound/docs'
make[2]: Leaving directory `/gnome/head/cvs/esound/docs'
make[1]: Leaving directory `/gnome/head/cvs/esound/docs'
make[1]: Entering directory `/gnome/head/cvs/esound'
make[2]: Entering directory `/gnome/head/cvs/esound'
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/lib
/bin/sh ./libtool  --mode=install /home/Jan/bin/install -c libesd.la /gnome/head/INSTALL/lib/libesd.la
/home/Jan/bin/install -c .libs/libesd.so.0.2.28 /gnome/head/INSTALL/lib/libesd.so.0.2.28
(cd /gnome/head/INSTALL/lib && rm -f libesd.so.0 && ln -s libesd.so.0.2.28 libesd.so.0)
(cd /gnome/head/INSTALL/lib && rm -f libesd.so && ln -s libesd.so.0.2.28 libesd.so)
/home/Jan/bin/install -c .libs/libesd.lai /gnome/head/INSTALL/lib/libesd.la
/home/Jan/bin/install -c .libs/libesd.a /gnome/head/INSTALL/lib/libesd.a
ranlib /gnome/head/INSTALL/lib/libesd.a
chmod 644 /gnome/head/INSTALL/lib/libesd.a
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./libtool  --mode=install /home/Jan/bin/install -c libesddsp.la /gnome/head/INSTALL/lib/libesddsp.la
/home/Jan/bin/install -c .libs/libesddsp.so.0.2.28 /gnome/head/INSTALL/lib/libesddsp.so.0.2.28
(cd /gnome/head/INSTALL/lib && rm -f libesddsp.so.0 && ln -s libesddsp.so.0.2.28 libesddsp.so.0)
(cd /gnome/head/INSTALL/lib && rm -f libesddsp.so && ln -s libesddsp.so.0.2.28 libesddsp.so)
/home/Jan/bin/install -c .libs/libesddsp.lai /gnome/head/INSTALL/lib/libesddsp.la
/home/Jan/bin/install -c .libs/libesddsp.a /gnome/head/INSTALL/lib/libesddsp.a
ranlib /gnome/head/INSTALL/lib/libesddsp.a
chmod 644 /gnome/head/INSTALL/lib/libesddsp.a
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/bin
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esd /gnome/head/INSTALL/bin/esd
/home/Jan/bin/install -c .libs/esd /gnome/head/INSTALL/bin/esd
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdcat /gnome/head/INSTALL/bin/esdcat
/home/Jan/bin/install -c .libs/esdcat /gnome/head/INSTALL/bin/esdcat
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdctl /gnome/head/INSTALL/bin/esdctl
/home/Jan/bin/install -c .libs/esdctl /gnome/head/INSTALL/bin/esdctl
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdfilt /gnome/head/INSTALL/bin/esdfilt
/home/Jan/bin/install -c .libs/esdfilt /gnome/head/INSTALL/bin/esdfilt
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdmon /gnome/head/INSTALL/bin/esdmon
/home/Jan/bin/install -c .libs/esdmon /gnome/head/INSTALL/bin/esdmon
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdrec /gnome/head/INSTALL/bin/esdrec
/home/Jan/bin/install -c .libs/esdrec /gnome/head/INSTALL/bin/esdrec
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdsample /gnome/head/INSTALL/bin/esdsample
/home/Jan/bin/install -c .libs/esdsample /gnome/head/INSTALL/bin/esdsample
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdloop /gnome/head/INSTALL/bin/esdloop
/home/Jan/bin/install -c .libs/esdloop /gnome/head/INSTALL/bin/esdloop
 /bin/sh ./libtool  --mode=install /home/Jan/bin/install -c  esdplay /gnome/head/INSTALL/bin/esdplay
/home/Jan/bin/install -c .libs/esdplay /gnome/head/INSTALL/bin/esdplay
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/bin
 /home/Jan/bin/install -c esddsp /gnome/head/INSTALL/bin/esddsp
 /home/Jan/bin/install -c esd-config /gnome/head/INSTALL/bin/esd-config
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/etc
 /home/Jan/bin/install -c -m 644 ./esd.conf /gnome/head/INSTALL/etc/esd.conf
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/share/aclocal
 /home/Jan/bin/install -c -m 644 ./esd.m4 /gnome/head/INSTALL/share/aclocal/esd.m4
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/lib/pkgconfig
 /home/Jan/bin/install -c -m 644 ./esound.pc /gnome/head/INSTALL/lib/pkgconfig/esound.pc
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/include
 /home/Jan/bin/install -c -m 644 esd.h /gnome/head/INSTALL/include/esd.h
make[2]: Leaving directory `/gnome/head/cvs/esound'
make[1]: Leaving directory `/gnome/head/cvs/esound'

-----------------
Running:
/home/Jan/bin/modmake.sh gtk-doc

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
gconfd-1: no process killed
Shutting down gconf-2...
killall gconfd-2
gconfd-2: no process killed
Shutting down gconf in general...
killall gconfd
gconfd: no process killed
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: gtk-doc
-------------------------------------------------------------
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/gtk-doc
cvs -z3 update -dP -A
cvs server: Updating .
cvs server: Updating db2man
cvs server: Updating doc
cvs server: Updating examples
cvs server: Updating examples/gnome
cvs server: Updating examples/gnomeui
cvs server: Updating help
cvs server: Updating help/manual
cvs server: Updating help/manual/C
cvs server: Updating tools
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL
checking for a BSD compatible install... /home/Jan/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... found
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 strerror in -lcposix... no
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 perl... /usr/bin/perl
checking for openjade... /usr/bin/openjade
checking for xsltproc... /usr/bin/xsltproc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gtk-doc.dsl
config.status: creating gtk-doc.spec
config.status: creating gtkdoc-common.pl
config.status: creating gtkdoc-mkman
config.status: creating gtkdoc-mkhtml
config.status: creating gtkdoc-fixxref
config.status: creating gtkdoc-mkdb
config.status: creating gtkdoc-mktmpl
config.status: creating gtkdoc-scan
config.status: creating gtkdoc-scanobj
config.status: creating gtkdoc-scangobj

Now type 'make install' to install gtk-doc.
-----------------
Running make all
make all
make: Nothing to be done for `all'.
-----------------
Installing
make install
make[1]: Entering directory `/gnome/head/cvs/gtk-doc'
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/bin
 /home/Jan/bin/install -c gtkdoc-scanobj /gnome/head/INSTALL/bin/gtkdoc-scanobj
 /home/Jan/bin/install -c gtkdoc-scangobj /gnome/head/INSTALL/bin/gtkdoc-scangobj
 /home/Jan/bin/install -c gtkdoc-scan /gnome/head/INSTALL/bin/gtkdoc-scan
 /home/Jan/bin/install -c gtkdoc-mktmpl /gnome/head/INSTALL/bin/gtkdoc-mktmpl
 /home/Jan/bin/install -c gtkdoc-mkdb /gnome/head/INSTALL/bin/gtkdoc-mkdb
 /home/Jan/bin/install -c gtkdoc-mkhtml /gnome/head/INSTALL/bin/gtkdoc-mkhtml
 /home/Jan/bin/install -c gtkdoc-mkman /gnome/head/INSTALL/bin/gtkdoc-mkman
 /home/Jan/bin/install -c gtkdoc-fixxref /gnome/head/INSTALL/bin/gtkdoc-fixxref
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/share/gtk-doc
 /home/Jan/bin/install -c -m 644 ./gtkdoc-common.pl /gnome/head/INSTALL/share/gtk-doc/gtkdoc-common.pl
 /home/Jan/bin/install -c -m 644 ./gtk-doc.dsl /gnome/head/INSTALL/share/gtk-doc/gtk-doc.dsl
 /home/Jan/bin/install -c -m 644 ./gtk-doc.dcl /gnome/head/INSTALL/share/gtk-doc/gtk-doc.dcl
 /home/Jan/bin/install -c -m 644 ./gtk-doc.xsl /gnome/head/INSTALL/share/gtk-doc/gtk-doc.xsl
 /home/Jan/bin/install -c -m 644 ./xml.dcl /gnome/head/INSTALL/share/gtk-doc/xml.dcl
make[1]: Leaving directory `/gnome/head/cvs/gtk-doc'

-----------------
Running:
/home/Jan/bin/modmake.sh glib

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
gconfd-1: no process killed
Shutting down gconf-2...
killall gconfd-2
gconfd-2: no process killed
Shutting down gconf in general...
killall gconfd
gconfd: no process killed
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: glib
-------------------------------------------------------------
Checking for flags...
# AUTOGEN_glib: --enable-debug=yes
# CVSFLAGS_glib: -r glib-2-0
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/glib
cvs -z3 update -dP -r glib-2-0
cvs server: Updating .
cvs server: Updating build
cvs server: Updating build/win32
cvs server: Updating build/win32/dirent
cvs server: Updating debian
cvs server: Updating docs
cvs server: Updating docs/reference
cvs server: Updating docs/reference/glib
cvs server: Updating docs/reference/glib/glib
cvs server: Updating docs/reference/glib/tmpl
M docs/reference/glib/tmpl/glib-unused.sgml
M docs/reference/glib/tmpl/macros_misc.sgml
cvs server: Updating docs/reference/gobject
cvs server: Updating docs/reference/gobject/tmpl
M docs/reference/gobject/tmpl/gtypeplugin.sgml
cvs server: Updating glib
cvs server: Updating glib/libcharset
cvs server: Updating gmemres
cvs server: Updating gmodule
cvs server: Updating gobject
cvs server: Updating gthread
cvs server: Updating m4macros
cvs server: Updating po
cvs server: Updating tests
cvs server: Updating tests/markups
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL --enable-debug=yes
autoheader: config.h.in is unchanged
checking for a BSD compatible install... /home/Jan/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... found
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the BeOS... no
checking for Win32... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
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 c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /home/Jan/bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for mawk... mawk
checking for perl5... perl5
checking for indent... indent
checking for perl5... /usr/bin/perl5
checking for iconv_open... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
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... yes
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... 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... (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... 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 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...  ar az ca cs de el es eu fr gl ja ko ms nl nn no pl pt ro ru sk sl sv ta tr uk vi zh_CN zh_TW
checking for bind_textdomain_codeset... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for extra flags to get ANSI library prototypes... none needed
checking for extra flags for POSIX compliance... none needed
checking for ANSI C header files... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for atexit... yes
checking for on_exit... yes
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for void *... yes
checking size of void *... 4
checking for long long... yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking for format to printf and scanf a gint64... none
checking for an ANSI C-conforming const... (cached) yes
checking if malloc() and friends prototypes are gmem.h compatible... yes
checking for growing stack pointer... no
checking for __inline... yes
checking for __inline__... yes
checking for inline... yes
checking for ISO C99 varargs macros in C... yes
checking for ISO C99 varargs macros in C++... no
checking for GNUC varargs macros... yes
checking whether byte ordering is bigendian... no
checking for dirent.h... yes
checking for float.h... yes
checking for limits.h... (cached) yes
checking for pwd.h... yes
checking for sys/param.h... (cached) yes
checking for sys/poll.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for unistd.h... (cached) yes
checking for values.h... yes
checking for stdint.h... (cached) yes
checking for sched.h... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for nl_langinfo and CODESET... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for setlocale... (cached) yes
checking whether make is GNU Make... yes
checking size of size_t... 4
checking size of ptrdiff_t... 4
checking size of intmax_t... 8
checking for the appropriate definition for size_t... unsigned int
checking for lstat... yes
checking for strerror... yes
checking for strsignal... yes
checking for memmove... yes
checking for mkstemp... yes
checking for vsnprintf... yes
checking for stpcpy... yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... yes
checking for poll... yes
checking for getcwd... (cached) yes
checking for nanosleep... yes
checking for vasprintf... yes
checking for unsetenv... yes
checking for getc_unlocked... yes
checking for C99 vsnprintf... yes
checking for sys_errlist... yes
checking for sys_siglist... yes
checking for sys_siglist declaration... yes
checking for fd_set... yes, found in sys/types.h
checking whether realloc (NULL,) will work... yes
checking for nl_langinfo (CODESET)... yes
checking for strlcpy/strlcat... no
checking for an implementation of va_copy()... no
checking for an implementation of __va_copy()... yes
checking whether va_lists can be copied by value... yes
checking for dlopen... no
checking for NSLinkModule... no
checking for dlopen in -ldl... yes
checking for dlsym in -ldl... yes
checking for RTLD_GLOBAL brokenness... no
checking for preceeding underscore in symbols... no
checking for dlerror... yes
checking for the suffix of shared libraries... .so
checking for gspawn implementation... gspawn.lo
checking for GIOChannel implementation... giounix.lo
checking for platform-dependent source... 
checking whether to compile timeloop... yes
checking if building for some Win32 platform... no
checking for thread implementation... posix
checking thread related cflags... -D_REENTRANT
checking for pthread_create/pthread_join... no
checking for pthread_create/pthread_join in -lpthread... yes
checking for sched_get_priority_min... yes
checking thread related libraries... -lpthread 
checking for localtime_r... yes
checking for posix getpwuid_r... yes
checking size of pthread_t... 4
checking for pthread_attr_setstacksize... yes
checking for minimal/maximal thread priority... sched_get_priority_min(SCHED_OTHER)/sched_get_priority_max(SCHED_OTHER)
checking for posix yield function... sched_yield
checking whether to use the PID niceness surrogate for thread priorities... yes
checking size of pthread_mutex_t... 24
checking byte contents of PTHREAD_MUTEX_INITIALIZER... 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
checking system definitions for POLLIN POLLOUT POLLPRI POLLERR POLLHUP POLLNVAL... done
checking for EILSEQ... yes
checking for gtkdoc-mkdb... true
checking gtk-doc version (0.9) >= 0.6... yes
checking for db2html... true
configure: creating ./config.status
config.status: creating glib-2.0.pc
config.status: creating glib-2.0-uninstalled.pc
config.status: creating gmodule-2.0.pc
config.status: creating gmodule-2.0-uninstalled.pc
config.status: creating gthread-2.0.pc
config.status: creating gthread-2.0-uninstalled.pc
config.status: creating gobject-2.0.pc
config.status: creating gobject-2.0-uninstalled.pc
config.status: creating glib.spec
config.status: creating glib-zip
config.status: creating glib-gettextize
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/dirent/Makefile
config.status: creating glib/Makefile
config.status: creating glib/libcharset/Makefile
config.status: creating gmodule/gmoduleconf.h
config.status: creating gmodule/Makefile
config.status: creating gobject/Makefile
config.status: creating gobject/glib-mkenums
config.status: creating gthread/Makefile
config.status: creating po/Makefile.in
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/glib/Makefile
config.status: creating docs/reference/gobject/Makefile
config.status: creating tests/Makefile
config.status: creating m4macros/Makefile
config.status: creating config.h
config.status: config.h is unchanged
creating glibconfig.h
glibconfig.h is unchanged

Now type 'make' to compile GLib.
-----------------
Running make all
make all
CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=glibconfig.h ./config.status
creating glibconfig.h
glibconfig.h is unchanged
echo timestamp > stamp-gc-h
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Makefile
cd . && autoheader
autoheader: config.h.in is unchanged
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/glib'
Making all in .
make[2]: Entering directory `/gnome/head/cvs/glib'
make[2]: Leaving directory `/gnome/head/cvs/glib'
Making all in m4macros
make[2]: Entering directory `/gnome/head/cvs/glib/m4macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/glib/m4macros'
Making all in glib
make[2]: Entering directory `/gnome/head/cvs/glib/glib'
Making all in libcharset
make[3]: Entering directory `/gnome/head/cvs/glib/glib/libcharset'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/gnome/head/cvs/glib/glib/libcharset'
make[3]: Entering directory `/gnome/head/cvs/glib/glib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/gnome/head/cvs/glib/glib'
make[2]: Leaving directory `/gnome/head/cvs/glib/glib'
Making all in gobject
make[2]: Entering directory `/gnome/head/cvs/glib/gobject'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/glib/gobject'
Making all in gmodule
make[2]: Entering directory `/gnome/head/cvs/glib/gmodule'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib -I../gmodule 	-DG_LOG_DOMAIN=\"GModule\" -DG_ENABLE_DEBUG    -g -O2 -Wall -D_REENTRANT -c gmodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib -I../gmodule -DG_LOG_DOMAIN=\"GModule\" -DG_ENABLE_DEBUG -g -O2 -Wall -D_REENTRANT -Wp,-MD,.deps/gmodule.pp -c gmodule.c  -fPIC -DPIC -o gmodule.lo
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -D_REENTRANT  -o libgmodule-2.0.la -rpath /gnome/head/INSTALL/lib -Wl,--export-dynamic 	-version-info 0:4:0 	-export-dynamic   gmodule.lo -ldl ../glib/libglib-2.0.la 
rm -fr .libs/libgmodule-2.0.la .libs/libgmodule-2.0.* .libs/libgmodule-2.0.*
gcc -shared  gmodule.lo  -Wl,--rpath -Wl,/gnome/head/cvs/glib/glib/.libs -Wl,--rpath -Wl,/gnome/head/INSTALL/lib  -ldl ../glib/.libs/libglib-2.0.so   -Wl,--export-dynamic -Wl,-soname -Wl,libgmodule-2.0.so.0 -o .libs/libgmodule-2.0.so.0.0.4
(cd .libs && rm -f libgmodule-2.0.so.0 && ln -s libgmodule-2.0.so.0.0.4 libgmodule-2.0.so.0)
(cd .libs && rm -f libgmodule-2.0.so && ln -s libgmodule-2.0.so.0.0.4 libgmodule-2.0.so)
creating libgmodule-2.0.la
(cd .libs && rm -f libgmodule-2.0.la && ln -s ../libgmodule-2.0.la libgmodule-2.0.la)
make[2]: Leaving directory `/gnome/head/cvs/glib/gmodule'
Making all in gthread
make[2]: Entering directory `/gnome/head/cvs/glib/gthread'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/glib/gthread'
Making all in tests
make[2]: Entering directory `/gnome/head/cvs/glib/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/glib/tests'
Making all in build
make[2]: Entering directory `/gnome/head/cvs/glib/build'
Making all in win32
make[3]: Entering directory `/gnome/head/cvs/glib/build/win32'
Making all in dirent
make[4]: Entering directory `/gnome/head/cvs/glib/build/win32/dirent'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/glib/build/win32/dirent'
make[4]: Entering directory `/gnome/head/cvs/glib/build/win32'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/gnome/head/cvs/glib/build/win32'
make[3]: Leaving directory `/gnome/head/cvs/glib/build/win32'
make[3]: Entering directory `/gnome/head/cvs/glib/build'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/gnome/head/cvs/glib/build'
make[2]: Leaving directory `/gnome/head/cvs/glib/build'
Making all in po
make[2]: Entering directory `/gnome/head/cvs/glib/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/gnome/head/cvs/glib/po'
Making all in docs
make[2]: Entering directory `/gnome/head/cvs/glib/docs'
Making all in reference
make[3]: Entering directory `/gnome/head/cvs/glib/docs/reference'
Making all in glib
make[4]: Entering directory `/gnome/head/cvs/glib/docs/reference/glib'
*** Scanning header files ***
if grep -l '^..*$' ./glib.types > /dev/null ; then \
    CC="/bin/sh ../../../libtool --mode=compile gcc" LD="/bin/sh ../../../libtool --mode=link gcc" CFLAGS="" LDFLAGS="" gtkdoc-scangobj --module=glib --output-dir=. ; \
else \
    cd . ; \
    for i in glib.args 		glib.hierarchy 	glib.signals ; do \
               test -f $i || touch $i ; \
    done \
fi
cd . && \
  gtkdoc-scan --module=glib --source-dir=../../.. --ignore-headers="build				gobject 			config.h 			glibintl.h			gbsearcharray.h			gmoduleconf.h			gunibreak.h			gunicomp.h			gunidecomp.h			gunichartables.h		glibconfig-sysdefs.h		gdebug.h" --deprecated-guards="G_DISABLE_DEPRECATED" 
touch scan-build.stamp
make[4]: Leaving directory `/gnome/head/cvs/glib/docs/reference/glib'
Making all in gobject
make[4]: Entering directory `/gnome/head/cvs/glib/docs/reference/gobject'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/glib/docs/reference/gobject'
make[4]: Entering directory `/gnome/head/cvs/glib/docs/reference'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/gnome/head/cvs/glib/docs/reference'
make[3]: Leaving directory `/gnome/head/cvs/glib/docs/reference'
make[3]: Entering directory `/gnome/head/cvs/glib/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/gnome/head/cvs/glib/docs'
make[2]: Leaving directory `/gnome/head/cvs/glib/docs'
make[1]: Leaving directory `/gnome/head/cvs/glib'
-----------------
Installing
make install
Making install in .
make[1]: Entering directory `/gnome/head/cvs/glib'
make[2]: Entering directory `/gnome/head/cvs/glib'
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/bin
 /home/Jan/bin/install -c glib-gettextize /gnome/head/INSTALL/bin/glib-gettextize
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/lib/glib-2.0/include
file=/gnome/head/INSTALL/lib/glib-2.0/include/glibconfig.h; \
if test -r $file && cmp -s glibconfig.h $file; then :; \
else /home/Jan/bin/install -c -m 644 glibconfig.h $file; fi
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/lib/pkgconfig
 /home/Jan/bin/install -c -m 644 ./glib-2.0.pc /gnome/head/INSTALL/lib/pkgconfig/glib-2.0.pc
 /home/Jan/bin/install -c -m 644 ./gobject-2.0.pc /gnome/head/INSTALL/lib/pkgconfig/gobject-2.0.pc
 /home/Jan/bin/install -c -m 644 ./gmodule-2.0.pc /gnome/head/INSTALL/lib/pkgconfig/gmodule-2.0.pc
 /home/Jan/bin/install -c -m 644 ./gthread-2.0.pc /gnome/head/INSTALL/lib/pkgconfig/gthread-2.0.pc
make[2]: Leaving directory `/gnome/head/cvs/glib'
make[1]: Leaving directory `/gnome/head/cvs/glib'
Making install in m4macros
make[1]: Entering directory `/gnome/head/cvs/glib/m4macros'
make[2]: Entering directory `/gnome/head/cvs/glib/m4macros'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/share/aclocal
 /home/Jan/bin/install -c -m 644 ./glib-2.0.m4 /gnome/head/INSTALL/share/aclocal/glib-2.0.m4
 /home/Jan/bin/install -c -m 644 ./glib-gettext.m4 /gnome/head/INSTALL/share/aclocal/glib-gettext.m4
make[2]: Leaving directory `/gnome/head/cvs/glib/m4macros'
make[1]: Leaving directory `/gnome/head/cvs/glib/m4macros'
Making install in glib
make[1]: Entering directory `/gnome/head/cvs/glib/glib'
Making install in libcharset
make[2]: Entering directory `/gnome/head/cvs/glib/glib/libcharset'
make[3]: Entering directory `/gnome/head/cvs/glib/glib/libcharset'
/bin/sh ../../mkinstalldirs /gnome/head/INSTALL/lib
if test -f /gnome/head/INSTALL/lib/charset.alias; then \
  sed -f ref-add.sed /gnome/head/INSTALL/lib/charset.alias > /gnome/head/INSTALL/lib/charset.tmp ; \
  /home/Jan/bin/install -c -m 644 /gnome/head/INSTALL/lib/charset.tmp /gnome/head/INSTALL/lib/charset.alias ; \
  rm -f /gnome/head/INSTALL/lib/charset.tmp ; \
else \
  if test yes = no; then \
    sed -f ref-add.sed charset.alias > /gnome/head/INSTALL/lib/charset.tmp ; \
    /home/Jan/bin/install -c -m 644 /gnome/head/INSTALL/lib/charset.tmp /gnome/head/INSTALL/lib/charset.alias ; \
    rm -f /gnome/head/INSTALL/lib/charset.tmp ; \
  fi ; \
fi
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/gnome/head/cvs/glib/glib/libcharset'
make[2]: Leaving directory `/gnome/head/cvs/glib/glib/libcharset'
make[2]: Entering directory `/gnome/head/cvs/glib/glib'
make[3]: Entering directory `/gnome/head/cvs/glib/glib'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/lib
/bin/sh ../libtool  --mode=install /home/Jan/bin/install -c libglib-2.0.la /gnome/head/INSTALL/lib/libglib-2.0.la
/home/Jan/bin/install -c .libs/libglib-2.0.so.0.0.4 /gnome/head/INSTALL/lib/libglib-2.0.so.0.0.4
(cd /gnome/head/INSTALL/lib && rm -f libglib-2.0.so.0 && ln -s libglib-2.0.so.0.0.4 libglib-2.0.so.0)
(cd /gnome/head/INSTALL/lib && rm -f libglib-2.0.so && ln -s libglib-2.0.so.0.0.4 libglib-2.0.so)
/home/Jan/bin/install -c .libs/libglib-2.0.lai /gnome/head/INSTALL/lib/libglib-2.0.la
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/bin
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/include/glib-2.0
 /home/Jan/bin/install -c -m 644 glib-object.h /gnome/head/INSTALL/include/glib-2.0/glib-object.h
 /home/Jan/bin/install -c -m 644 glib.h /gnome/head/INSTALL/include/glib-2.0/glib.h
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/include/glib-2.0/glib
 /home/Jan/bin/install -c -m 644 galloca.h /gnome/head/INSTALL/include/glib-2.0/glib/galloca.h
 /home/Jan/bin/install -c -m 644 garray.h /gnome/head/INSTALL/include/glib-2.0/glib/garray.h
 /home/Jan/bin/install -c -m 644 gasyncqueue.h /gnome/head/INSTALL/include/glib-2.0/glib/gasyncqueue.h
 /home/Jan/bin/install -c -m 644 gbacktrace.h /gnome/head/INSTALL/include/glib-2.0/glib/gbacktrace.h
 /home/Jan/bin/install -c -m 644 gcache.h /gnome/head/INSTALL/include/glib-2.0/glib/gcache.h
 /home/Jan/bin/install -c -m 644 gcompletion.h /gnome/head/INSTALL/include/glib-2.0/glib/gcompletion.h
 /home/Jan/bin/install -c -m 644 gconvert.h /gnome/head/INSTALL/include/glib-2.0/glib/gconvert.h
 /home/Jan/bin/install -c -m 644 gdataset.h /gnome/head/INSTALL/include/glib-2.0/glib/gdataset.h
 /home/Jan/bin/install -c -m 644 gdate.h /gnome/head/INSTALL/include/glib-2.0/glib/gdate.h
 /home/Jan/bin/install -c -m 644 gdir.h /gnome/head/INSTALL/include/glib-2.0/glib/gdir.h
 /home/Jan/bin/install -c -m 644 gerror.h /gnome/head/INSTALL/include/glib-2.0/glib/gerror.h
 /home/Jan/bin/install -c -m 644 gfileutils.h /gnome/head/INSTALL/include/glib-2.0/glib/gfileutils.h
 /home/Jan/bin/install -c -m 644 ghash.h /gnome/head/INSTALL/include/glib-2.0/glib/ghash.h
 /home/Jan/bin/install -c -m 644 ghook.h /gnome/head/INSTALL/include/glib-2.0/glib/ghook.h
 /home/Jan/bin/install -c -m 644 giochannel.h /gnome/head/INSTALL/include/glib-2.0/glib/giochannel.h
 /home/Jan/bin/install -c -m 644 glist.h /gnome/head/INSTALL/include/glib-2.0/glib/glist.h
 /home/Jan/bin/install -c -m 644 gmacros.h /gnome/head/INSTALL/include/glib-2.0/glib/gmacros.h
 /home/Jan/bin/install -c -m 644 gmain.h /gnome/head/INSTALL/include/glib-2.0/glib/gmain.h
 /home/Jan/bin/install -c -m 644 gmarkup.h /gnome/head/INSTALL/include/glib-2.0/glib/gmarkup.h
 /home/Jan/bin/install -c -m 644 gmem.h /gnome/head/INSTALL/include/glib-2.0/glib/gmem.h
 /home/Jan/bin/install -c -m 644 gmessages.h /gnome/head/INSTALL/include/glib-2.0/glib/gmessages.h
 /home/Jan/bin/install -c -m 644 gnode.h /gnome/head/INSTALL/include/glib-2.0/glib/gnode.h
 /home/Jan/bin/install -c -m 644 gpattern.h /gnome/head/INSTALL/include/glib-2.0/glib/gpattern.h
 /home/Jan/bin/install -c -m 644 gprimes.h /gnome/head/INSTALL/include/glib-2.0/glib/gprimes.h
 /home/Jan/bin/install -c -m 644 gqsort.h /gnome/head/INSTALL/include/glib-2.0/glib/gqsort.h
 /home/Jan/bin/install -c -m 644 gquark.h /gnome/head/INSTALL/include/glib-2.0/glib/gquark.h
 /home/Jan/bin/install -c -m 644 gqueue.h /gnome/head/INSTALL/include/glib-2.0/glib/gqueue.h
 /home/Jan/bin/install -c -m 644 grand.h /gnome/head/INSTALL/include/glib-2.0/glib/grand.h
 /home/Jan/bin/install -c -m 644 grel.h /gnome/head/INSTALL/include/glib-2.0/glib/grel.h
 /home/Jan/bin/install -c -m 644 gscanner.h /gnome/head/INSTALL/include/glib-2.0/glib/gscanner.h
 /home/Jan/bin/install -c -m 644 gshell.h /gnome/head/INSTALL/include/glib-2.0/glib/gshell.h
 /home/Jan/bin/install -c -m 644 gslist.h /gnome/head/INSTALL/include/glib-2.0/glib/gslist.h
 /home/Jan/bin/install -c -m 644 gspawn.h /gnome/head/INSTALL/include/glib-2.0/glib/gspawn.h
 /home/Jan/bin/install -c -m 644 gstrfuncs.h /gnome/head/INSTALL/include/glib-2.0/glib/gstrfuncs.h
 /home/Jan/bin/install -c -m 644 gstring.h /gnome/head/INSTALL/include/glib-2.0/glib/gstring.h
 /home/Jan/bin/install -c -m 644 gthread.h /gnome/head/INSTALL/include/glib-2.0/glib/gthread.h
 /home/Jan/bin/install -c -m 644 gthreadpool.h /gnome/head/INSTALL/include/glib-2.0/glib/gthreadpool.h
 /home/Jan/bin/install -c -m 644 gtimer.h /gnome/head/INSTALL/include/glib-2.0/glib/gtimer.h
 /home/Jan/bin/install -c -m 644 gtree.h /gnome/head/INSTALL/include/glib-2.0/glib/gtree.h
 /home/Jan/bin/install -c -m 644 gtypes.h /gnome/head/INSTALL/include/glib-2.0/glib/gtypes.h
 /home/Jan/bin/install -c -m 644 gunicode.h /gnome/head/INSTALL/include/glib-2.0/glib/gunicode.h
 /home/Jan/bin/install -c -m 644 gutils.h /gnome/head/INSTALL/include/glib-2.0/glib/gutils.h
 /home/Jan/bin/install -c -m 644 gwin32.h /gnome/head/INSTALL/include/glib-2.0/glib/gwin32.h
make[3]: Leaving directory `/gnome/head/cvs/glib/glib'
make[2]: Leaving directory `/gnome/head/cvs/glib/glib'
make[1]: Leaving directory `/gnome/head/cvs/glib/glib'
Making install in gobject
make[1]: Entering directory `/gnome/head/cvs/glib/gobject'
make[2]: Entering directory `/gnome/head/cvs/glib/gobject'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/lib
/bin/sh ../libtool  --mode=install /home/Jan/bin/install -c libgobject-2.0.la /gnome/head/INSTALL/lib/libgobject-2.0.la
libtool: install: warning: relinking `libgobject-2.0.la'
cd /gnome/head/cvs/glib/gobject; /bin/sh ../libtool --mode=relink gcc -g -O2 -Wall -D_REENTRANT -o libgobject-2.0.la -rpath /gnome/head/INSTALL/lib -version-info 0:4:0 -export-dynamic gboxed.lo gclosure.lo genums.lo gobject.lo gparam.lo gparamspecs.lo gsignal.lo gsourceclosure.lo gtype.lo gtypemodule.lo gtypeplugin.lo gvalue.lo gvaluearray.lo gvaluetransform.lo gvaluetypes.lo ../glib/libglib-2.0.la
gcc -shared  gboxed.lo gclosure.lo genums.lo gobject.lo gparam.lo gparamspecs.lo gsignal.lo gsourceclosure.lo gtype.lo gtypemodule.lo gtypeplugin.lo gvalue.lo gvaluearray.lo gvaluetransform.lo gvaluetypes.lo  -Wl,--rpath -Wl,/gnome/head/INSTALL/lib  -L/gnome/head/INSTALL/lib -lglib-2.0   -Wl,-soname -Wl,libgobject-2.0.so.0 -o .libs/libgobject-2.0.so.0.0.4
/home/Jan/bin/install -c .libs/libgobject-2.0.so.0.0.4T /gnome/head/INSTALL/lib/libgobject-2.0.so.0.0.4
(cd /gnome/head/INSTALL/lib && rm -f libgobject-2.0.so.0 && ln -s libgobject-2.0.so.0.0.4 libgobject-2.0.so.0)
(cd /gnome/head/INSTALL/lib && rm -f libgobject-2.0.so && ln -s libgobject-2.0.so.0.0.4 libgobject-2.0.so)
/home/Jan/bin/install -c .libs/libgobject-2.0.lai /gnome/head/INSTALL/lib/libgobject-2.0.la
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/bin
 /bin/sh ../libtool  --mode=install /home/Jan/bin/install -c  gobject-query /gnome/head/INSTALL/bin/gobject-query
/home/Jan/bin/install -c .libs/gobject-query /gnome/head/INSTALL/bin/gobject-query
 /bin/sh ../libtool  --mode=install /home/Jan/bin/install -c  glib-genmarshal /gnome/head/INSTALL/bin/glib-genmarshal
/home/Jan/bin/install -c .libs/glib-genmarshal /gnome/head/INSTALL/bin/glib-genmarshal
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/bin
 /home/Jan/bin/install -c glib-mkenums /gnome/head/INSTALL/bin/glib-mkenums
make  install-man1
make[3]: Entering directory `/gnome/head/cvs/glib/gobject'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/man/man1
 /home/Jan/bin/install -c -m 644 ./glib-genmarshal.1 /gnome/head/INSTALL/man/man1/glib-genmarshal.1
 /home/Jan/bin/install -c -m 644 ./glib-mkenums.1 /gnome/head/INSTALL/man/man1/glib-mkenums.1
make[3]: Leaving directory `/gnome/head/cvs/glib/gobject'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/include/glib-2.0/gobject
 /home/Jan/bin/install -c -m 644 gboxed.h /gnome/head/INSTALL/include/glib-2.0/gobject/gboxed.h
 /home/Jan/bin/install -c -m 644 gclosure.h /gnome/head/INSTALL/include/glib-2.0/gobject/gclosure.h
 /home/Jan/bin/install -c -m 644 genums.h /gnome/head/INSTALL/include/glib-2.0/gobject/genums.h
 /home/Jan/bin/install -c -m 644 gobject.h /gnome/head/INSTALL/include/glib-2.0/gobject/gobject.h
 /home/Jan/bin/install -c -m 644 gparam.h /gnome/head/INSTALL/include/glib-2.0/gobject/gparam.h
 /home/Jan/bin/install -c -m 644 gparamspecs.h /gnome/head/INSTALL/include/glib-2.0/gobject/gparamspecs.h
 /home/Jan/bin/install -c -m 644 gsignal.h /gnome/head/INSTALL/include/glib-2.0/gobject/gsignal.h
 /home/Jan/bin/install -c -m 644 gsourceclosure.h /gnome/head/INSTALL/include/glib-2.0/gobject/gsourceclosure.h
 /home/Jan/bin/install -c -m 644 gtype.h /gnome/head/INSTALL/include/glib-2.0/gobject/gtype.h
 /home/Jan/bin/install -c -m 644 gtypemodule.h /gnome/head/INSTALL/include/glib-2.0/gobject/gtypemodule.h
 /home/Jan/bin/install -c -m 644 gtypeplugin.h /gnome/head/INSTALL/include/glib-2.0/gobject/gtypeplugin.h
 /home/Jan/bin/install -c -m 644 gvalue.h /gnome/head/INSTALL/include/glib-2.0/gobject/gvalue.h
 /home/Jan/bin/install -c -m 644 gvaluearray.h /gnome/head/INSTALL/include/glib-2.0/gobject/gvaluearray.h
 /home/Jan/bin/install -c -m 644 gvaluecollector.h /gnome/head/INSTALL/include/glib-2.0/gobject/gvaluecollector.h
 /home/Jan/bin/install -c -m 644 gvaluetypes.h /gnome/head/INSTALL/include/glib-2.0/gobject/gvaluetypes.h
 /home/Jan/bin/install -c -m 644 gobjectnotifyqueue.c /gnome/head/INSTALL/include/glib-2.0/gobject/gobjectnotifyqueue.c
 /home/Jan/bin/install -c -m 644 gmarshal.h /gnome/head/INSTALL/include/glib-2.0/gobject/gmarshal.h
make[2]: Leaving directory `/gnome/head/cvs/glib/gobject'
make[1]: Leaving directory `/gnome/head/cvs/glib/gobject'
Making install in gmodule
make[1]: Entering directory `/gnome/head/cvs/glib/gmodule'
make[2]: Entering directory `/gnome/head/cvs/glib/gmodule'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/lib
/bin/sh ../libtool  --mode=install /home/Jan/bin/install -c libgmodule-2.0.la /gnome/head/INSTALL/lib/libgmodule-2.0.la
libtool: install: warning: relinking `libgmodule-2.0.la'
cd /gnome/head/cvs/glib/gmodule; /bin/sh ../libtool --mode=relink gcc -g -O2 -Wall -D_REENTRANT -o libgmodule-2.0.la -rpath /gnome/head/INSTALL/lib -Wl,--export-dynamic -version-info 0:4:0 -export-dynamic gmodule.lo -ldl ../glib/libglib-2.0.la
gcc -shared  gmodule.lo  -Wl,--rpath -Wl,/gnome/head/INSTALL/lib  -ldl -L/gnome/head/INSTALL/lib -lglib-2.0   -Wl,--export-dynamic -Wl,-soname -Wl,libgmodule-2.0.so.0 -o .libs/libgmodule-2.0.so.0.0.4
/home/Jan/bin/install -c .libs/libgmodule-2.0.so.0.0.4T /gnome/head/INSTALL/lib/libgmodule-2.0.so.0.0.4
(cd /gnome/head/INSTALL/lib && rm -f libgmodule-2.0.so.0 && ln -s libgmodule-2.0.so.0.0.4 libgmodule-2.0.so.0)
(cd /gnome/head/INSTALL/lib && rm -f libgmodule-2.0.so && ln -s libgmodule-2.0.so.0.0.4 libgmodule-2.0.so)
/home/Jan/bin/install -c .libs/libgmodule-2.0.lai /gnome/head/INSTALL/lib/libgmodule-2.0.la
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/include/glib-2.0
 /home/Jan/bin/install -c -m 644 gmodule.h /gnome/head/INSTALL/include/glib-2.0/gmodule.h
make[2]: Leaving directory `/gnome/head/cvs/glib/gmodule'
make[1]: Leaving directory `/gnome/head/cvs/glib/gmodule'
Making install in gthread
make[1]: Entering directory `/gnome/head/cvs/glib/gthread'
make[2]: Entering directory `/gnome/head/cvs/glib/gthread'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/lib
/bin/sh ../libtool  --mode=install /home/Jan/bin/install -c libgthread-2.0.la /gnome/head/INSTALL/lib/libgthread-2.0.la
libtool: install: warning: relinking `libgthread-2.0.la'
cd /gnome/head/cvs/glib/gthread; /bin/sh ../libtool --mode=relink gcc -g -O2 -Wall -D_REENTRANT -o libgthread-2.0.la -rpath /gnome/head/INSTALL/lib -version-info 0:4:0 -export-dynamic gthread-impl.lo -lpthread ../glib/libglib-2.0.la
gcc -shared  gthread-impl.lo  -Wl,--rpath -Wl,/gnome/head/INSTALL/lib  -lpthread -L/gnome/head/INSTALL/lib -lglib-2.0   -Wl,-soname -Wl,libgthread-2.0.so.0 -o .libs/libgthread-2.0.so.0.0.4
/home/Jan/bin/install -c .libs/libgthread-2.0.so.0.0.4T /gnome/head/INSTALL/lib/libgthread-2.0.so.0.0.4
(cd /gnome/head/INSTALL/lib && rm -f libgthread-2.0.so.0 && ln -s libgthread-2.0.so.0.0.4 libgthread-2.0.so.0)
(cd /gnome/head/INSTALL/lib && rm -f libgthread-2.0.so && ln -s libgthread-2.0.so.0.0.4 libgthread-2.0.so)
/home/Jan/bin/install -c .libs/libgthread-2.0.lai /gnome/head/INSTALL/lib/libgthread-2.0.la
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/gnome/head/cvs/glib/gthread'
make[1]: Leaving directory `/gnome/head/cvs/glib/gthread'
Making install in tests
make[1]: Entering directory `/gnome/head/cvs/glib/tests'
make[2]: Entering directory `/gnome/head/cvs/glib/tests'
:
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/gnome/head/cvs/glib/tests'
make[1]: Leaving directory `/gnome/head/cvs/glib/tests'
Making install in build
make[1]: Entering directory `/gnome/head/cvs/glib/build'
Making install in win32
make[2]: Entering directory `/gnome/head/cvs/glib/build/win32'
Making install in dirent
make[3]: Entering directory `/gnome/head/cvs/glib/build/win32/dirent'
make[4]: Entering directory `/gnome/head/cvs/glib/build/win32/dirent'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/gnome/head/cvs/glib/build/win32/dirent'
make[3]: Leaving directory `/gnome/head/cvs/glib/build/win32/dirent'
make[3]: Entering directory `/gnome/head/cvs/glib/build/win32'
make[4]: Entering directory `/gnome/head/cvs/glib/build/win32'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/gnome/head/cvs/glib/build/win32'
make[3]: Leaving directory `/gnome/head/cvs/glib/build/win32'
make[2]: Leaving directory `/gnome/head/cvs/glib/build/win32'
make[2]: Entering directory `/gnome/head/cvs/glib/build'
make[3]: Entering directory `/gnome/head/cvs/glib/build'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/gnome/head/cvs/glib/build'
make[2]: Leaving directory `/gnome/head/cvs/glib/build'
make[1]: Leaving directory `/gnome/head/cvs/glib/build'
Making install in po
make[1]: Entering directory `/gnome/head/cvs/glib/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /gnome/head/INSTALL/share; \
else \
  /bin/sh ../mkinstalldirs /gnome/head/INSTALL/share; \
fi
installing ar.gmo as /gnome/head/INSTALL/share/locale/ar/LC_MESSAGES/glib20.mo
installing az.gmo as /gnome/head/INSTALL/share/locale/az/LC_MESSAGES/glib20.mo
installing ca.gmo as /gnome/head/INSTALL/share/locale/ca/LC_MESSAGES/glib20.mo
installing cs.gmo as /gnome/head/INSTALL/share/locale/cs/LC_MESSAGES/glib20.mo
installing de.gmo as /gnome/head/INSTALL/share/locale/de/LC_MESSAGES/glib20.mo
installing el.gmo as /gnome/head/INSTALL/share/locale/el/LC_MESSAGES/glib20.mo
installing es.gmo as /gnome/head/INSTALL/share/locale/es/LC_MESSAGES/glib20.mo
installing eu.gmo as /gnome/head/INSTALL/share/locale/eu/LC_MESSAGES/glib20.mo
installing fr.gmo as /gnome/head/INSTALL/share/locale/fr/LC_MESSAGES/glib20.mo
installing gl.gmo as /gnome/head/INSTALL/share/locale/gl/LC_MESSAGES/glib20.mo
installing ja.gmo as /gnome/head/INSTALL/share/locale/ja/LC_MESSAGES/glib20.mo
installing ko.gmo as /gnome/head/INSTALL/share/locale/ko/LC_MESSAGES/glib20.mo
installing ms.gmo as /gnome/head/INSTALL/share/locale/ms/LC_MESSAGES/glib20.mo
installing nl.gmo as /gnome/head/INSTALL/share/locale/nl/LC_MESSAGES/glib20.mo
installing nn.gmo as /gnome/head/INSTALL/share/locale/nn/LC_MESSAGES/glib20.mo
installing no.gmo as /gnome/head/INSTALL/share/locale/no/LC_MESSAGES/glib20.mo
installing pl.gmo as /gnome/head/INSTALL/share/locale/pl/LC_MESSAGES/glib20.mo
installing pt.gmo as /gnome/head/INSTALL/share/locale/pt/LC_MESSAGES/glib20.mo
installing ro.gmo as /gnome/head/INSTALL/share/locale/ro/LC_MESSAGES/glib20.mo
installing ru.gmo as /gnome/head/INSTALL/share/locale/ru/LC_MESSAGES/glib20.mo
installing sk.gmo as /gnome/head/INSTALL/share/locale/sk/LC_MESSAGES/glib20.mo
installing sl.gmo as /gnome/head/INSTALL/share/locale/sl/LC_MESSAGES/glib20.mo
installing sv.gmo as /gnome/head/INSTALL/share/locale/sv/LC_MESSAGES/glib20.mo
installing ta.gmo as /gnome/head/INSTALL/share/locale/ta/LC_MESSAGES/glib20.mo
installing tr.gmo as /gnome/head/INSTALL/share/locale/tr/LC_MESSAGES/glib20.mo
installing uk.gmo as /gnome/head/INSTALL/share/locale/uk/LC_MESSAGES/glib20.mo
installing vi.gmo as /gnome/head/INSTALL/share/locale/vi/LC_MESSAGES/glib20.mo
installing zh_CN.gmo as /gnome/head/INSTALL/share/locale/zh_CN/LC_MESSAGES/glib20.mo
installing zh_TW.gmo as /gnome/head/INSTALL/share/locale/zh_TW/LC_MESSAGES/glib20.mo
if test "glib" = "glib"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /gnome/head/INSTALL/share/glib-2.0/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /gnome/head/INSTALL/share/glib-2.0/gettext/po; \
  fi; \
  /home/Jan/bin/install -c -m 644 ./Makefile.in.in \
		  /gnome/head/INSTALL/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/gnome/head/cvs/glib/po'
Making install in docs
make[1]: Entering directory `/gnome/head/cvs/glib/docs'
Making install in reference
make[2]: Entering directory `/gnome/head/cvs/glib/docs/reference'
Making install in glib
make[3]: Entering directory `/gnome/head/cvs/glib/docs/reference/glib'
make[4]: Entering directory `/gnome/head/cvs/glib/docs/reference/glib'
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../../mkinstalldirs /gnome/head/INSTALL/share/gtk-doc/html/glib
(installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /home/Jan/bin/install -c -m 644 $i /gnome/head/INSTALL/share/gtk-doc/html/glib; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /home/Jan/bin/install -c -m 644 ./html/index.sgml /gnome/head/INSTALL/share/gtk-doc/html/glib; \
fi)
-- Installing ./html/glib-arrays.html
-- Installing ./html/glib-asynchronous-queues.html
-- Installing ./html/glib-automatic-string-completion.html
-- Installing ./html/glib-balanced-binary-trees.html
-- Installing ./html/glib-basic-types.html
-- Installing ./html/glib-building.html
-- Installing ./html/glib-byte-arrays.html
-- Installing ./html/glib-byte-order-macros.html
-- Installing ./html/glib-caches.html
-- Installing ./html/glib-changes-2-0.html
-- Installing ./html/glib-character-set-conversion.html
-- Installing ./html/glib-compiling.html
-- Installing ./html/glib-core.html
-- Installing ./html/glib-data-types.html
-- Installing ./html/glib-datasets.html
-- Installing ./html/glib-date-and-time-functions.html
-- Installing ./html/glib-double-ended-queues.html
-- Installing ./html/glib-doubly-linked-lists.html
-- Installing ./html/glib-dynamic-loading-of-modules.html
-- Installing ./html/glib-error-reporting.html
-- Installing ./html/glib-file-utilities.html
-- Installing ./html/glib-fundamentals.html
-- Installing ./html/glib-glob-style-pattern-matching.html
-- Installing ./html/glib-hash-tables.html
-- Installing ./html/glib-hook-functions.html
-- Installing ./html/glib-io-channels.html
-- Installing ./html/glib-keyed-data-lists.html
-- Installing ./html/glib-lexical-scanner.html
-- Installing ./html/glib-limits-of-basic-types.html
-- Installing ./html/glib-memory-allocation.html
-- Installing ./html/glib-memory-allocators.html
-- Installing ./html/glib-memory-chunks.html
-- Installing ./html/glib-message-logging.html
-- Installing ./html/glib-miscellaneous-macros.html
-- Installing ./html/glib-miscellaneous-utility-functions.html
-- Installing ./html/glib-n-ary-trees.html
-- Installing ./html/glib-numerical-definitions.html
-- Installing ./html/glib-pointer-arrays.html
-- Installing ./html/glib-quarks.html
-- Installing ./html/glib-random-numbers.html
-- Installing ./html/glib-relations-and-tuples.html
-- Installing ./html/glib-resources.html
-- Installing ./html/glib-running.html
-- Installing ./html/glib-shell-related-utilities.html
-- Installing ./html/glib-simple-xml-subset-parser.html
-- Installing ./html/glib-singly-linked-lists.html
-- Installing ./html/glib-spawning-processes.html
-- Installing ./html/glib-standard-macros.html
-- Installing ./html/glib-string-chunks.html
-- Installing ./html/glib-string-utility-functions.html
-- Installing ./html/glib-strings.html
-- Installing ./html/glib-the-main-event-loop.html
-- Installing ./html/glib-thread-pools.html
-- Installing ./html/glib-threads.html
-- Installing ./html/glib-timers.html
-- Installing ./html/glib-trash-stacks.html
-- Installing ./html/glib-type-conversion-macros.html
-- Installing ./html/glib-unicode-manipulation.html
-- Installing ./html/glib-utilities.html
-- Installing ./html/glib-warnings-and-assertions.html
-- Installing ./html/glib-windows-compatability-functions.html
-- Installing ./html/glib.html
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/mainloop-states.gif
-- Installing ./html/index.sgml
make[4]: Leaving directory `/gnome/head/cvs/glib/docs/reference/glib'
make[3]: Leaving directory `/gnome/head/cvs/glib/docs/reference/glib'
Making install in gobject
make[3]: Entering directory `/gnome/head/cvs/glib/docs/reference/gobject'
make[4]: Entering directory `/gnome/head/cvs/glib/docs/reference/gobject'
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../../mkinstalldirs /gnome/head/INSTALL/share/gtk-doc/html/gobject
(installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /home/Jan/bin/install -c -m 644 $i /gnome/head/INSTALL/share/gtk-doc/html/gobject; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /home/Jan/bin/install -c -m 644 ./html/index.sgml /gnome/head/INSTALL/share/gtk-doc/html/gobject; \
fi)
-- Installing ./html/f4.html
-- Installing ./html/gobject-boxed-types.html
-- Installing ./html/gobject-closures.html
-- Installing ./html/gobject-enumeration-and-flag-types.html
-- Installing ./html/gobject-generic-values.html
-- Installing ./html/gobject-gparamspec.html
-- Installing ./html/gobject-gtype.html
-- Installing ./html/gobject-gtypemodule.html
-- Installing ./html/gobject-gtypeplugin.html
-- Installing ./html/gobject-signals.html
-- Installing ./html/gobject-standard-parameter-and-value-types.html
-- Installing ./html/gobject-the-base-object-type.html
-- Installing ./html/gobject-value-arrays.html
-- Installing ./html/gobject-varargs-value-collection.html
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/r28.html
-- Installing ./html/index.sgml
make[4]: Leaving directory `/gnome/head/cvs/glib/docs/reference/gobject'
make[3]: Leaving directory `/gnome/head/cvs/glib/docs/reference/gobject'
make[3]: Entering directory `/gnome/head/cvs/glib/docs/reference'
make[4]: Entering directory `/gnome/head/cvs/glib/docs/reference'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/gnome/head/cvs/glib/docs/reference'
make[3]: Leaving directory `/gnome/head/cvs/glib/docs/reference'
make[2]: Leaving directory `/gnome/head/cvs/glib/docs/reference'
make[2]: Entering directory `/gnome/head/cvs/glib/docs'
make[3]: Entering directory `/gnome/head/cvs/glib/docs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/gnome/head/cvs/glib/docs'
make[2]: Leaving directory `/gnome/head/cvs/glib/docs'
make[1]: Leaving directory `/gnome/head/cvs/glib/docs'

-----------------
Running:
/home/Jan/bin/modmake.sh gob

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
gconfd-1: no process killed
Shutting down gconf-2...
killall gconfd-2
gconfd-2: no process killed
Shutting down gconf in general...
killall gconfd
gconfd: no process killed
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: gob
-------------------------------------------------------------
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/gob
cvs -z3 update -dP -A
cvs server: Updating .
cvs server: Updating doc
cvs server: Updating examples
cvs server: Updating src
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL
WARNING: aclocal's directory is /gnome/head/INSTALL/share/aclocal, but...
         no file /gnome/head/INSTALL/share/aclocal/glib.m4
         You may see fatal macro warnings below.
         If these files are installed in /some/dir, set the ACLOCAL_FLAGS 
         environment variable to "-I /some/dir", or install
         /gnome/head/INSTALL/share/aclocal/glib.m4.

autoheader: config.h.in is unchanged
configure.in:35: warning: AC_PROG_LEX invoked multiple times
checking for a BSD compatible install... /home/Jan/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... found
checking whether to enable maintainer-specific portions of Makefiles... no
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 strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for bison... bison -y
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 a BSD compatible install... /home/Jan/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for glib-2.0 >= 1.3.12... yes
checking GLIB_CFLAGS...  -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include  
checking GLIB_LIBS...  -L/gnome/head/INSTALL/lib -lglib-2.0  
configure: creating ./config.status
config.status: creating gob2.spec
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating doc/gob2.1
config.status: creating config.h
config.status: config.h is unchanged

Now type 'make' to compile GOB.
-----------------
Running make all
make all
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/gob'
Making all in src
make[2]: Entering directory `/gnome/head/cvs/gob/src'
make[3]: Entering directory `/gnome/head/cvs/gob/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/gnome/head/cvs/gob/src'
make[2]: Leaving directory `/gnome/head/cvs/gob/src'
Making all in examples
make[2]: Entering directory `/gnome/head/cvs/gob/examples'
make[3]: Entering directory `/gnome/head/cvs/gob/examples'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/gnome/head/cvs/gob/examples'
make[2]: Leaving directory `/gnome/head/cvs/gob/examples'
Making all in doc
make[2]: Entering directory `/gnome/head/cvs/gob/doc'
make[3]: Entering directory `/gnome/head/cvs/gob/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/gnome/head/cvs/gob/doc'
make[2]: Leaving directory `/gnome/head/cvs/gob/doc'
make[2]: Entering directory `/gnome/head/cvs/gob'
make[2]: Leaving directory `/gnome/head/cvs/gob'
make[1]: Leaving directory `/gnome/head/cvs/gob'
-----------------
Installing
make install
Making install in src
make[1]: Entering directory `/gnome/head/cvs/gob/src'
make[2]: Entering directory `/gnome/head/cvs/gob/src'
make[3]: Entering directory `/gnome/head/cvs/gob/src'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/bin
  /home/Jan/bin/install -c  gob2 /gnome/head/INSTALL/bin/gob2
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/gnome/head/cvs/gob/src'
make[2]: Leaving directory `/gnome/head/cvs/gob/src'
make[1]: Leaving directory `/gnome/head/cvs/gob/src'
Making install in examples
make[1]: Entering directory `/gnome/head/cvs/gob/examples'
make[2]: Entering directory `/gnome/head/cvs/gob/examples'
make[3]: Entering directory `/gnome/head/cvs/gob/examples'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/gnome/head/cvs/gob/examples'
make[2]: Leaving directory `/gnome/head/cvs/gob/examples'
make[1]: Leaving directory `/gnome/head/cvs/gob/examples'
Making install in doc
make[1]: Entering directory `/gnome/head/cvs/gob/doc'
make[2]: Entering directory `/gnome/head/cvs/gob/doc'
make[3]: Entering directory `/gnome/head/cvs/gob/doc'
make[3]: Nothing to be done for `install-exec-am'.
make  install-man1
make[4]: Entering directory `/gnome/head/cvs/gob/doc'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/man/man1
 /home/Jan/bin/install -c -m 644 ./gob2.1 /gnome/head/INSTALL/man/man1/gob2.1
make[4]: Leaving directory `/gnome/head/cvs/gob/doc'
make[3]: Leaving directory `/gnome/head/cvs/gob/doc'
make[2]: Leaving directory `/gnome/head/cvs/gob/doc'
make[1]: Leaving directory `/gnome/head/cvs/gob/doc'
make[1]: Entering directory `/gnome/head/cvs/gob'
make[2]: Entering directory `/gnome/head/cvs/gob'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/share/aclocal
 /home/Jan/bin/install -c -m 644 ./gob2.m4 /gnome/head/INSTALL/share/aclocal/gob2.m4
make[2]: Leaving directory `/gnome/head/cvs/gob'
make[1]: Leaving directory `/gnome/head/cvs/gob'

-----------------
Running:
/home/Jan/bin/modmake.sh linc

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
gconfd-1: no process killed
Shutting down gconf-2...
killall gconfd-2
gconfd-2: no process killed
Shutting down gconf in general...
killall gconfd
gconfd: no process killed
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: linc
-------------------------------------------------------------
Checking for flags...
# CVSFLAGS_linc: -r gnome-2-0-0
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/linc
cvs -z3 update -dP -r gnome-2-0-0
? docs/tmpl/linc-config.sgml
? src/linc-cleanup-sockets
cvs server: Updating .
cvs server: Updating docs
cvs server: Updating docs/tmpl
cvs server: Updating include
cvs server: Updating include/linc
cvs server: Updating src
cvs server: Updating test
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL
processing .
You should update your `aclocal.m4' by running aclocal.
autoheader: config.h.in is unchanged
autoheader: config.h.in is unchanged
Running ./configure --enable-maintainer-mode --prefix=/gnome/head/INSTALL
checking for a BSD compatible install... /home/Jan/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... found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for aclocal flags... 
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 a BSD compatible install... /home/Jan/bin/install -c
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for glib-2.0 >= 1.3.11 gobject-2.0 >= 1.3.11 gthread-2.0 >= 1.3.11... yes
checking LINC_CFLAGS...   -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include  
checking LINC_LIBS...    -L/gnome/head/INSTALL/lib -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0  
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/endian.h... no
checking for endian.h... yes
checking for machine/endian.h... no
checking for sys/machine.h... no
checking for sys/isa_defs.h... no
checking for sys/poll.h... yes
checking for stddef.h... yes
checking for wchar.h... yes
checking for wcstr.h... no
checking for wctype.h... yes
checking for machine/types.h... no
checking for netinet/in.h... yes
checking for netinet/tcp.h... yes
checking for sys/un.h... yes
checking for linux/irda.h... 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... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for poll... yes
checking for basename... yes
checking for res_init... no
checking for res_init in -lresolv... no
checking for socket... yes
checking for gethostbyname... yes
checking for socklen_t... yes
checking if sockaddr has sa_len member... no
checking whether byte ordering is bigendian... no
checking what warning flags to pass to the C compiler... -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
checking for gtkdoc-mkdb... true
checking gtk-doc version (0.9) >= 0.6... yes
configure: creating ./config.status
config.status: creating linc.pc
config.status: creating linc.spec
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating docs/Makefile
config.status: creating include/Makefile
config.status: creating include/linc/Makefile
config.status: creating include/linc/linc-config.h
config.status: creating linc-config
config.status: creating config.h
config.status: config.h is unchanged

Now type 'make' to compile linc.
-----------------
Running make all
make all
cd . && autoheader
autoheader: config.h.in is unchanged
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/linc'
Making all in include
make[2]: Entering directory `/gnome/head/cvs/linc/include'
Making all in linc
make[3]: Entering directory `/gnome/head/cvs/linc/include/linc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/gnome/head/cvs/linc/include/linc'
make[3]: Entering directory `/gnome/head/cvs/linc/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/gnome/head/cvs/linc/include'
make[2]: Leaving directory `/gnome/head/cvs/linc/include'
Making all in src
make[2]: Entering directory `/gnome/head/cvs/linc/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include  	-I../include    	-D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include               	              	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations             	-DG_DISABLE_DEPRECATED	   	-D_GNU_SOURCE    -g -O2 -c linc.c
rm -f .libs/linc.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc.pp -c linc.c  -fPIC -DPIC -o .libs/linc.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc.pp -c linc.c -o linc.o >/dev/null 2>&1
mv -f .libs/linc.lo linc.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include  	-I../include    	-D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include               	              	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations             	-DG_DISABLE_DEPRECATED	   	-D_GNU_SOURCE    -g -O2 -c linc-connection.c
rm -f .libs/linc-connection.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-connection.pp -c linc-connection.c  -fPIC -DPIC -o .libs/linc-connection.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-connection.pp -c linc-connection.c -o linc-connection.o >/dev/null 2>&1
mv -f .libs/linc-connection.lo linc-connection.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include  	-I../include    	-D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include               	              	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations             	-DG_DISABLE_DEPRECATED	   	-D_GNU_SOURCE    -g -O2 -c linc-protocols.c
rm -f .libs/linc-protocols.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-protocols.pp -c linc-protocols.c  -fPIC -DPIC -o .libs/linc-protocols.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-protocols.pp -c linc-protocols.c -o linc-protocols.o >/dev/null 2>&1
mv -f .libs/linc-protocols.lo linc-protocols.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include  	-I../include    	-D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include               	              	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations             	-DG_DISABLE_DEPRECATED	   	-D_GNU_SOURCE    -g -O2 -c linc-server.c
rm -f .libs/linc-server.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-server.pp -c linc-server.c  -fPIC -DPIC -o .libs/linc-server.lo
In file included from /usr/include/arpa/nameser.h:56,
                 from linc-compat.h:38,
                 from linc-server.c:26:
/usr/include/sys/param.h:58: warning: `MIN' redefined
/gnome/head/INSTALL/include/glib-2.0/glib/gmacros.h:137: warning: this is the location of the previous definition
/usr/include/sys/param.h:59: warning: `MAX' redefined
/gnome/head/INSTALL/include/glib-2.0/glib/gmacros.h:134: warning: this is the location of the previous definition
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-server.pp -c linc-server.c -o linc-server.o >/dev/null 2>&1
mv -f .libs/linc-server.lo linc-server.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include  	-I../include    	-D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include               	              	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations             	-DG_DISABLE_DEPRECATED	   	-D_GNU_SOURCE    -g -O2 -c linc-source.c
rm -f .libs/linc-source.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-source.pp -c linc-source.c  -fPIC -DPIC -o .libs/linc-source.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/linc-source.pp -c linc-source.c -o linc-source.o >/dev/null 2>&1
mv -f .libs/linc-source.lo linc-source.lo
/bin/sh ../libtool --mode=link gcc  -g -O2  -o liblinc.la -rpath /gnome/head/INSTALL/lib -L/gnome/head/INSTALL/lib -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0                   	                  	-version-info 1:0:0 linc.lo linc-connection.lo linc-protocols.lo linc-server.lo linc-source.lo  
rm -fr .libs/liblinc.la .libs/liblinc.* .libs/liblinc.*
gcc -shared  linc.lo linc-connection.lo linc-protocols.lo linc-server.lo linc-source.lo  -Wl,--rpath -Wl,/gnome/head/INSTALL/lib -Wl,--rpath -Wl,/gnome/head/INSTALL/lib  -L/gnome/head/INSTALL/lib /gnome/head/INSTALL/lib/libgobject-2.0.so /gnome/head/INSTALL/lib/libgthread-2.0.so -lpthread /gnome/head/INSTALL/lib/libglib-2.0.so  -Wl,-soname -Wl,liblinc.so.1 -o .libs/liblinc.so.1.0.0
(cd .libs && rm -f liblinc.so.1 && ln -s liblinc.so.1.0.0 liblinc.so.1)
(cd .libs && rm -f liblinc.so && ln -s liblinc.so.1.0.0 liblinc.so)
ar cru .libs/liblinc.a  linc.o linc-connection.o linc-protocols.o linc-server.o linc-source.o 
ranlib .libs/liblinc.a
creating liblinc.la
(cd .libs && rm -f liblinc.la && ln -s ../liblinc.la liblinc.la)
make[2]: Leaving directory `/gnome/head/cvs/linc/src'
Making all in test
make[2]: Entering directory `/gnome/head/cvs/linc/test'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include			-I../src			-I../include		-D_REENTRANT -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include  				-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations    -g -O2 -c test-linc.c
/bin/sh ../libtool --mode=link gcc  -g -O2  -o test-linc  test-linc.o ../src/liblinc.la -L/gnome/head/INSTALL/lib -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0    
gcc -g -O2 -o .libs/test-linc test-linc.o  ../src/.libs/liblinc.so -L/gnome/head/INSTALL/lib /gnome/head/INSTALL/lib/libgobject-2.0.so /gnome/head/INSTALL/lib/libgthread-2.0.so -lpthread /gnome/head/INSTALL/lib/libglib-2.0.so -Wl,--rpath -Wl,/gnome/head/INSTALL/lib
creating test-linc
make[2]: Leaving directory `/gnome/head/cvs/linc/test'
Making all in docs
make[2]: Entering directory `/gnome/head/cvs/linc/docs'
make[2]: Leaving directory `/gnome/head/cvs/linc/docs'
make[2]: Entering directory `/gnome/head/cvs/linc'
make[2]: Leaving directory `/gnome/head/cvs/linc'
make[1]: Leaving directory `/gnome/head/cvs/linc'
-----------------
Installing
make install
Making install in include
make[1]: Entering directory `/gnome/head/cvs/linc/include'
Making install in linc
make[2]: Entering directory `/gnome/head/cvs/linc/include/linc'
make[3]: Entering directory `/gnome/head/cvs/linc/include/linc'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /gnome/head/INSTALL/include/linc-1.0/linc
 /home/Jan/bin/install -c -m 644 linc-connection.h /gnome/head/INSTALL/include/linc-1.0/linc/linc-connection.h
 /home/Jan/bin/install -c -m 644 linc-protocol.h /gnome/head/INSTALL/include/linc-1.0/linc/linc-protocol.h
 /home/Jan/bin/install -c -m 644 linc-server.h /gnome/head/INSTALL/include/linc-1.0/linc/linc-server.h
 /home/Jan/bin/install -c -m 644 linc-types.h /gnome/head/INSTALL/include/linc-1.0/linc/linc-types.h
 /home/Jan/bin/install -c -m 644 linc.h /gnome/head/INSTALL/include/linc-1.0/linc/linc.h
 /home/Jan/bin/install -c -m 644 linc-config.h /gnome/head/INSTALL/include/linc-1.0/linc/linc-config.h
make[3]: Leaving directory `/gnome/head/cvs/linc/include/linc'
make[2]: Leaving directory `/gnome/head/cvs/linc/include/linc'
make[2]: Entering directory `/gnome/head/cvs/linc/include'
make[3]: Entering directory `/gnome/head/cvs/linc/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/gnome/head/cvs/linc/include'
make[2]: Leaving directory `/gnome/head/cvs/linc/include'
make[1]: Leaving directory `/gnome/head/cvs/linc/include'
Making install in src
make[1]: Entering directory `/gnome/head/cvs/linc/src'
make[2]: Entering directory `/gnome/head/cvs/linc/src'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/lib
/bin/sh ../libtool  --mode=install /home/Jan/bin/install -c liblinc.la /gnome/head/INSTALL/lib/liblinc.la
/home/Jan/bin/install -c .libs/liblinc.so.1.0.0 /gnome/head/INSTALL/lib/liblinc.so.1.0.0
(cd /gnome/head/INSTALL/lib && rm -f liblinc.so.1 && ln -s liblinc.so.1.0.0 liblinc.so.1)
(cd /gnome/head/INSTALL/lib && rm -f liblinc.so && ln -s liblinc.so.1.0.0 liblinc.so)
/home/Jan/bin/install -c .libs/liblinc.lai /gnome/head/INSTALL/lib/liblinc.la
/home/Jan/bin/install -c .libs/liblinc.a /gnome/head/INSTALL/lib/liblinc.a
ranlib /gnome/head/INSTALL/lib/liblinc.a
chmod 644 /gnome/head/INSTALL/lib/liblinc.a
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/bin
 /bin/sh ../libtool  --mode=install /home/Jan/bin/install -c  linc-cleanup-sockets /gnome/head/INSTALL/bin/linc-cleanup-sockets
/home/Jan/bin/install -c linc-cleanup-sockets /gnome/head/INSTALL/bin/linc-cleanup-sockets
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/gnome/head/cvs/linc/src'
make[1]: Leaving directory `/gnome/head/cvs/linc/src'
Making install in test
make[1]: Entering directory `/gnome/head/cvs/linc/test'
make[2]: Entering directory `/gnome/head/cvs/linc/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/gnome/head/cvs/linc/test'
make[1]: Leaving directory `/gnome/head/cvs/linc/test'
Making install in docs
make[1]: Entering directory `/gnome/head/cvs/linc/docs'
make[2]: Entering directory `/gnome/head/cvs/linc/docs'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/share/gtk-doc/html/linc
(installfiles=`echo ./html/*.html`; \
if test "$installfiles" = './html/*.html'; \
then echo '-- Nothing to install' ; \
else \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /home/Jan/bin/install -c -m 644 $i /gnome/head/INSTALL/share/gtk-doc/html/linc; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /home/Jan/bin/install -c -m 644 ./html/index.sgml /gnome/head/INSTALL/share/gtk-doc/html/linc; \
fi)
-- Installing ./html/c4.html
-- Installing ./html/index.html
-- Installing ./html/linc-linc-protocol.html
-- Installing ./html/linc-linc-types.html
-- Installing ./html/linc-lincconnection.html
-- Installing ./html/linc-linc.html
-- Installing ./html/linc-lincserver.html
-- Installing ./html/index.sgml
make[2]: Leaving directory `/gnome/head/cvs/linc/docs'
make[1]: Leaving directory `/gnome/head/cvs/linc/docs'
make[1]: Entering directory `/gnome/head/cvs/linc'
make[2]: Entering directory `/gnome/head/cvs/linc'
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/bin
 /home/Jan/bin/install -c linc-config /gnome/head/INSTALL/bin/linc-config
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/share/aclocal
 /home/Jan/bin/install -c -m 644 ./linc.m4 /gnome/head/INSTALL/share/aclocal/linc.m4
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/lib/pkgconfig
 /home/Jan/bin/install -c -m 644 ./linc.pc /gnome/head/INSTALL/lib/pkgconfig/linc.pc
make[2]: Leaving directory `/gnome/head/cvs/linc'
make[1]: Leaving directory `/gnome/head/cvs/linc'

-----------------
Running:
/home/Jan/bin/modmake.sh atk

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
gconfd-1: no process killed
Shutting down gconf-2...
killall gconfd-2
gconfd-2: no process killed
Shutting down gconf in general...
killall gconfd
gconfd: no process killed
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: atk
-------------------------------------------------------------
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/atk
cvs -z3 update -dP -A
cvs server: Updating .
cvs server: Updating atk
cvs server: Updating docs
cvs server: Updating docs/tmpl
M docs/tmpl/atkgobjectaccessible.sgml
cvs server: Updating tests
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL
checking for a BSD compatible install... /home/Jan/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... found
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for Win32... no
checking for aclocal flags... 
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.0.4)
checking for glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0... yes
checking DEP_CFLAGS...    -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include  
checking DEP_LIBS...    -Wl,--export-dynamic  -L/gnome/head/INSTALL/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
checking for gtkdoc-mkdb... true
checking gtk-doc version (0.9) >= 0.6... yes
checking for mawk... mawk
checking for perl5... perl5
configure: creating ./config.status
config.status: creating Makefile
config.status: creating atk.pc
config.status: creating atk-uninstalled.pc
config.status: creating atk/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating atk.spec
config.status: creating atk-zip.sh

Now type 'make' to compile Atk.
-----------------
Running make all
make all
Making all in atk
make[1]: Entering directory `/gnome/head/cvs/atk/atk'
( cd . && glib-mkenums \
		--fhead "#ifndef __ATK_ENUM_TYPES_H__\n#define __ATK_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
		--fprod "/* enumerations from \"@filename@\" */\n" \
		--vhead "GType @enum_name@_get_type (void);\n#define ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
		--ftail "G_END_DECLS\n\n#endif /* __ATK_ENUM_TYPES_H__ */" \
	atk.h			        atkaction.h		        atkcomponent.h		        atkdocument.h		        atkeditabletext.h	        atkgobjectaccessible.h	        atkhyperlink.h		        atkhypertext.h		        atknoopobject.h		        atknoopobjectfactory.h	        atkobject.h			atkobjectfactory.h	        atkimage.h		        atkregistry.h		        atkrelation.h		        atkrelationset.h	        atkselection.h		        atkstate.h		        atkstateset.h		        atkstreamablecontent.h	        atktable.h		        atktext.h		        atkutil.h		        atkvalue.h ) > tmp-atk-enum-types.h \
&& (cmp -s tmp-atk-enum-types.h ./atk-enum-types.h || cp tmp-atk-enum-types.h ./atk-enum-types.h ) \
&& rm -f tmp-atk-enum-types.h \
&& echo timestamp > s-enum-types-h
( cd . && glib-mkenums \
		--fhead "#include <atk.h>" \
		--fprod "\n/* enumerations from \"@filename@\" */" \
		--vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {"     \
		--vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
		--vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n" \
	atk.h			        atkaction.h		        atkcomponent.h		        atkdocument.h		        atkeditabletext.h	        atkgobjectaccessible.h	        atkhyperlink.h		        atkhypertext.h		        atknoopobject.h		        atknoopobjectfactory.h	        atkobject.h			atkobjectfactory.h	        atkimage.h		        atkregistry.h		        atkrelation.h		        atkrelationset.h	        atkselection.h		        atkstate.h		        atkstateset.h		        atkstreamablecontent.h	        atktable.h		        atktext.h		        atkutil.h		        atkvalue.h ) > tmp-atk-enum-types.c \
&& (cmp -s tmp-atk-enum-types.c ./atk-enum-types.c || cp tmp-atk-enum-types.c ./atk-enum-types.c ) \
&& rm -f tmp-atk-enum-types.c \
&& echo timestamp > s-enum-types-c
make[1]: Leaving directory `/gnome/head/cvs/atk/atk'
Making all in tests
make[1]: Entering directory `/gnome/head/cvs/atk/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/gnome/head/cvs/atk/tests'
Making all in docs
make[1]: Entering directory `/gnome/head/cvs/atk/docs'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/gnome/head/cvs/atk/docs'
make[1]: Entering directory `/gnome/head/cvs/atk'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/gnome/head/cvs/atk'
-----------------
Installing
make install
Making install in atk
make[1]: Entering directory `/gnome/head/cvs/atk/atk'
make[2]: Entering directory `/gnome/head/cvs/atk/atk'
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/lib
/bin/sh ../libtool  --mode=install /home/Jan/bin/install -c libatk-1.0.la /gnome/head/INSTALL/lib/libatk-1.0.la
/home/Jan/bin/install -c .libs/libatk-1.0.so.0.0.2 /gnome/head/INSTALL/lib/libatk-1.0.so.0.0.2
(cd /gnome/head/INSTALL/lib && rm -f libatk-1.0.so.0 && ln -s libatk-1.0.so.0.0.2 libatk-1.0.so.0)
(cd /gnome/head/INSTALL/lib && rm -f libatk-1.0.so && ln -s libatk-1.0.so.0.0.2 libatk-1.0.so)
/home/Jan/bin/install -c .libs/libatk-1.0.lai /gnome/head/INSTALL/lib/libatk-1.0.la
PATH="$PATH:/sbin" ldconfig -n /gnome/head/INSTALL/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /gnome/head/INSTALL/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/include/atk-1.0/atk
 /home/Jan/bin/install -c -m 644 atk.h /gnome/head/INSTALL/include/atk-1.0/atk/atk.h
 /home/Jan/bin/install -c -m 644 atkaction.h /gnome/head/INSTALL/include/atk-1.0/atk/atkaction.h
 /home/Jan/bin/install -c -m 644 atkcomponent.h /gnome/head/INSTALL/include/atk-1.0/atk/atkcomponent.h
 /home/Jan/bin/install -c -m 644 atkdocument.h /gnome/head/INSTALL/include/atk-1.0/atk/atkdocument.h
 /home/Jan/bin/install -c -m 644 atkeditabletext.h /gnome/head/INSTALL/include/atk-1.0/atk/atkeditabletext.h
 /home/Jan/bin/install -c -m 644 atkgobjectaccessible.h /gnome/head/INSTALL/include/atk-1.0/atk/atkgobjectaccessible.h
 /home/Jan/bin/install -c -m 644 atkhyperlink.h /gnome/head/INSTALL/include/atk-1.0/atk/atkhyperlink.h
 /home/Jan/bin/install -c -m 644 atkhypertext.h /gnome/head/INSTALL/include/atk-1.0/atk/atkhypertext.h
 /home/Jan/bin/install -c -m 644 atknoopobject.h /gnome/head/INSTALL/include/atk-1.0/atk/atknoopobject.h
 /home/Jan/bin/install -c -m 644 atknoopobjectfactory.h /gnome/head/INSTALL/include/atk-1.0/atk/atknoopobjectfactory.h
 /home/Jan/bin/install -c -m 644 atkobject.h /gnome/head/INSTALL/include/atk-1.0/atk/atkobject.h
 /home/Jan/bin/install -c -m 644 atkobjectfactory.h /gnome/head/INSTALL/include/atk-1.0/atk/atkobjectfactory.h
 /home/Jan/bin/install -c -m 644 atkimage.h /gnome/head/INSTALL/include/atk-1.0/atk/atkimage.h
 /home/Jan/bin/install -c -m 644 atkregistry.h /gnome/head/INSTALL/include/atk-1.0/atk/atkregistry.h
 /home/Jan/bin/install -c -m 644 atkrelation.h /gnome/head/INSTALL/include/atk-1.0/atk/atkrelation.h
 /home/Jan/bin/install -c -m 644 atkrelationset.h /gnome/head/INSTALL/include/atk-1.0/atk/atkrelationset.h
 /home/Jan/bin/install -c -m 644 atkselection.h /gnome/head/INSTALL/include/atk-1.0/atk/atkselection.h
 /home/Jan/bin/install -c -m 644 atkstate.h /gnome/head/INSTALL/include/atk-1.0/atk/atkstate.h
 /home/Jan/bin/install -c -m 644 atkstateset.h /gnome/head/INSTALL/include/atk-1.0/atk/atkstateset.h
 /home/Jan/bin/install -c -m 644 atkstreamablecontent.h /gnome/head/INSTALL/include/atk-1.0/atk/atkstreamablecontent.h
 /home/Jan/bin/install -c -m 644 atktable.h /gnome/head/INSTALL/include/atk-1.0/atk/atktable.h
 /home/Jan/bin/install -c -m 644 atktext.h /gnome/head/INSTALL/include/atk-1.0/atk/atktext.h
 /home/Jan/bin/install -c -m 644 atkutil.h /gnome/head/INSTALL/include/atk-1.0/atk/atkutil.h
 /home/Jan/bin/install -c -m 644 atkvalue.h /gnome/head/INSTALL/include/atk-1.0/atk/atkvalue.h
 /home/Jan/bin/install -c -m 644 atk-enum-types.h /gnome/head/INSTALL/include/atk-1.0/atk/atk-enum-types.h
make[2]: Leaving directory `/gnome/head/cvs/atk/atk'
make[1]: Leaving directory `/gnome/head/cvs/atk/atk'
Making install in tests
make[1]: Entering directory `/gnome/head/cvs/atk/tests'
make[2]: Entering directory `/gnome/head/cvs/atk/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/gnome/head/cvs/atk/tests'
make[1]: Leaving directory `/gnome/head/cvs/atk/tests'
Making install in docs
make[1]: Entering directory `/gnome/head/cvs/atk/docs'
make[2]: Entering directory `/gnome/head/cvs/atk/docs'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /gnome/head/INSTALL/share/gtk-doc/html/atk
(installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /home/Jan/bin/install -c -m 644 $i /gnome/head/INSTALL/share/gtk-doc/html/atk; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /home/Jan/bin/install -c -m 644 ./html/index.sgml /gnome/head/INSTALL/share/gtk-doc/html/atk; \
fi)
-- Installing ./html/atk-atkaction.html
-- Installing ./html/atk-atkcomponent.html
-- Installing ./html/atk-atkdocument.html
-- Installing ./html/atk-atkeditabletext.html
-- Installing ./html/atk-atkgobjectaccessible.html
-- Installing ./html/atk-atkhyperlink.html
-- Installing ./html/atk-atkhypertext.html
-- Installing ./html/atk-atkimage.html
-- Installing ./html/atk-atknoopobjectfactory.html
-- Installing ./html/atk-atknoopobject.html
-- Installing ./html/atk-atkobjectfactory.html
-- Installing ./html/atk-atkobject.html
-- Installing ./html/atk-atkregistry.html
-- Installing ./html/atk-atkrelation.html
-- Installing ./html/atk-atkrelationset.html
-- Installing ./html/atk-atkselection.html
-- Installing ./html/atk-atkstate.html
-- Installing ./html/atk-atkstateset.html
-- Installing ./html/atk-atkstreamablecontent.html
-- Installing ./html/atk-atktable.html
-- Installing ./html/atk-atktext.html
-- Installing ./html/atk-atkutil.html
-- Installing ./html/atk-atkvalue.html
-- Installing ./html/atk.html
-- Installing ./html/book1.html
-- Installing ./html/index.sgml
-- Installing ./html/index.sgml
make[2]: Leaving directory `/gnome/head/cvs/atk/docs'
make[1]: Leaving directory `/gnome/head/cvs/atk/docs'
make[1]: Entering directory `/gnome/head/cvs/atk'
make[2]: Entering directory `/gnome/head/cvs/atk'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ./mkinstalldirs /gnome/head/INSTALL/lib/pkgconfig
 /home/Jan/bin/install -c -m 644 ./atk.pc /gnome/head/INSTALL/lib/pkgconfig/atk.pc
make[2]: Leaving directory `/gnome/head/cvs/atk'
make[1]: Leaving directory `/gnome/head/cvs/atk'

Running:
/home/Jan/bin/modmake.sh ORBit2

-----------------
Following might just blow up, nothing to worry about
Shutting down gconf-1...
killall gconfd-1
gconfd-1: no process killed
Shutting down gconf-2...
killall gconfd-2
gconfd-2: no process killed
Shutting down gconf in general...
killall gconfd
gconfd: no process killed
-----------------
cd /gnome/head/cvs
-------------------------------------------------------------
Module: ORBit2
-------------------------------------------------------------
Checking for flags...
# AUTOGEN_ORBit2: --enable-debug
# CVSFLAGS_ORBit2: -r gnome-2-0-0
Checking for append flags in /gnome/head/cvs/APPEND_FLAGS...
Checking for override flags in /gnome/head/cvs/OVERRIDE_FLAGS...
cd /gnome/head/cvs
 cvs -z3 co  -r gnome-2-0-0 ORBit2
cvs server: Updating ORBit2
U ORBit2/.cvsignore
U ORBit2/AUTHORS
U ORBit2/COPYING
U ORBit2/COPYING.LIB
U ORBit2/ChangeLog
U ORBit2/HACKING
U ORBit2/MAINTAINERS
U ORBit2/Makefile.am
U ORBit2/Makefile.shared
U ORBit2/NEWS
U ORBit2/NEWS-0.x
U ORBit2/ORBit-2.0.pc.in
U ORBit2/ORBit-CosNaming-2.0.pc.in
U ORBit2/ORBit.spec.in
U ORBit2/ORBit2.m4
U ORBit2/README
U ORBit2/TODO
U ORBit2/acconfig.h
U ORBit2/acinclude.m4
U ORBit2/autogen.sh
U ORBit2/configure.in
U ORBit2/orbit2-config.in
cvs server: Updating ORBit2/docs
U ORBit2/docs/.cvsignore
U ORBit2/docs/FAQ
U ORBit2/docs/Makefile.am
cvs server: Updating ORBit2/docs/devel
U ORBit2/docs/devel/.cvsignore
U ORBit2/docs/devel/Makefile.am
U ORBit2/docs/devel/async.txt
cvs server: Updating ORBit2/docs/internals
U ORBit2/docs/internals/.cvsignore
U ORBit2/docs/internals/Makefile.am
U ORBit2/docs/internals/idl-compiler.txt
U ORBit2/docs/internals/interface-indirection.gnumeric
U ORBit2/docs/internals/poa-notes.txt
U ORBit2/docs/internals/typecode-flags.txt
cvs server: Updating ORBit2/include
U ORBit2/include/.cvsignore
U ORBit2/include/Makefile.am
cvs server: Updating ORBit2/include/orbit
U ORBit2/include/orbit/.cvsignore
U ORBit2/include/orbit/Makefile.am
U ORBit2/include/orbit/orbit-config.h.in
U ORBit2/include/orbit/orbit-types.h
U ORBit2/include/orbit/orbit.h
cvs server: Updating ORBit2/include/orbit/GIOP
U ORBit2/include/orbit/GIOP/.cvsignore
U ORBit2/include/orbit/GIOP/Makefile.am
U ORBit2/include/orbit/GIOP/giop-basics.h
U ORBit2/include/orbit/GIOP/giop-connection.h
U ORBit2/include/orbit/GIOP/giop-endian.h
U ORBit2/include/orbit/GIOP/giop-recv-buffer.h
U ORBit2/include/orbit/GIOP/giop-send-buffer.h
U ORBit2/include/orbit/GIOP/giop-server.h
U ORBit2/include/orbit/GIOP/giop-types.h
U ORBit2/include/orbit/GIOP/giop.h
cvs server: Updating ORBit2/include/orbit/dynamic
U ORBit2/include/orbit/dynamic/.cvsignore
U ORBit2/include/orbit/dynamic/Makefile.am
U ORBit2/include/orbit/dynamic/dynamic.h
cvs server: Updating ORBit2/include/orbit/orb-core
U ORBit2/include/orbit/orb-core/.cvsignore
U ORBit2/include/orbit/orb-core/Makefile.am
U ORBit2/include/orbit/orb-core/allocators.h
U ORBit2/include/orbit/orb-core/corba-any-type.h
U ORBit2/include/orbit/orb-core/corba-any.h
U ORBit2/include/orbit/orb-core/corba-context-type.h
U ORBit2/include/orbit/orb-core/corba-context.h
U ORBit2/include/orbit/orb-core/corba-environment-type.h
U ORBit2/include/orbit/orb-core/corba-environment.h
U ORBit2/include/orbit/orb-core/corba-nvlist.h
U ORBit2/include/orbit/orb-core/corba-object-type.h
U ORBit2/include/orbit/orb-core/corba-object.h
U ORBit2/include/orbit/orb-core/corba-orb-type.h
U ORBit2/include/orbit/orb-core/corba-orb.h
U ORBit2/include/orbit/orb-core/corba-pobj.h
U ORBit2/include/orbit/orb-core/corba-policy-type.h
U ORBit2/include/orbit/orb-core/corba-string.h
U ORBit2/include/orbit/orb-core/corba-typecode-type.h
U ORBit2/include/orbit/orb-core/corba-typecode.h
U ORBit2/include/orbit/orb-core/orb-core-types.h
U ORBit2/include/orbit/orb-core/orb-core.h
U ORBit2/include/orbit/orb-core/orb-types.h
U ORBit2/include/orbit/orb-core/orbit-object.h
U ORBit2/include/orbit/orb-core/orbit-small.h
cvs server: Updating ORBit2/include/orbit/poa
U ORBit2/include/orbit/poa/.cvsignore
U ORBit2/include/orbit/poa/Makefile.am
U ORBit2/include/orbit/poa/orbit-adaptor.h
U ORBit2/include/orbit/poa/poa-basics.h
U ORBit2/include/orbit/poa/poa-policy.h
U ORBit2/include/orbit/poa/poa-types.h
U ORBit2/include/orbit/poa/poa.h
U ORBit2/include/orbit/poa/portableserver-current-type.h
U ORBit2/include/orbit/poa/portableserver-poa-type.h
cvs server: Updating ORBit2/include/orbit/util
U ORBit2/include/orbit/util/.cvsignore
U ORBit2/include/orbit/util/Makefile.am
U ORBit2/include/orbit/util/basic_types.h
U ORBit2/include/orbit/util/orbit-genrand.h
U ORBit2/include/orbit/util/orbit-util.h
cvs server: Updating ORBit2/src
U ORBit2/src/.cvsignore
U ORBit2/src/Makefile.am
cvs server: Updating ORBit2/src/cleanup
cvs server: Updating ORBit2/src/idl
U ORBit2/src/idl/.cvsignore
U ORBit2/src/idl/CORBA_IDL_FAQ.htm
U ORBit2/src/idl/Makefile.am
cvs server: Updating ORBit2/src/idl/CORBA
U ORBit2/src/idl/CORBA/.cvsignore
U ORBit2/src/idl/CORBA/CORBA_Current.idl
U ORBit2/src/idl/CORBA/CORBA_CustomMarshal.idl
U ORBit2/src/idl/CORBA/CORBA_DomainManager.idl
U ORBit2/src/idl/CORBA/CORBA_InterfaceRepository.idl
U ORBit2/src/idl/CORBA/CORBA_Policy.idl
U ORBit2/src/idl/CORBA/CORBA_StandardExceptions.idl
U ORBit2/src/idl/CORBA/CORBA_Stream.idl
U ORBit2/src/idl/CORBA/Makefile.am
U ORBit2/src/idl/CORBA/orb.idl
cvs server: Updating ORBit2/src/idl/CORBA_PIDL
U ORBit2/src/idl/CORBA_PIDL/.cvsignore
U ORBit2/src/idl/CORBA_PIDL/CORBA_Context.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_Interceptor.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_NVList.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_ORB.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_ORB_init.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_Object.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_Request.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_ServerRequest.idl
U ORBit2/src/idl/CORBA_PIDL/CORBA_ValueBase.idl
U ORBit2/src/idl/CORBA_PIDL/Makefile.am
U ORBit2/src/idl/CORBA_PIDL/pseudo_orb.idl
cvs server: Updating ORBit2/src/idl/interop
U ORBit2/src/idl/interop/.cvsignore
U ORBit2/src/idl/interop/BiDirPolicy.idl
U ORBit2/src/idl/interop/GIOP.idl
U ORBit2/src/idl/interop/IIOP.idl
U ORBit2/src/idl/interop/IOP.idl
U ORBit2/src/idl/interop/IOP_DCE.idl
U ORBit2/src/idl/interop/Makefile.am
U ORBit2/src/idl/interop/SendingContext.idl
U ORBit2/src/idl/interop/conv_frame.idl
U ORBit2/src/idl/interop/orbit-specific.idl
cvs server: Updating ORBit2/src/idl/misc
U ORBit2/src/idl/misc/.cvsignore
U ORBit2/src/idl/misc/DynamicAny.idl
U ORBit2/src/idl/misc/Makefile.am
U ORBit2/src/idl/misc/PortableServer.idl
cvs server: Updating ORBit2/src/idl-compiler
U ORBit2/src/idl-compiler/.cvsignore
U ORBit2/src/idl-compiler/Makefile.am
U ORBit2/src/idl-compiler/notes.txt
U ORBit2/src/idl-compiler/orbit-idl-backends.c
U ORBit2/src/idl-compiler/orbit-idl-c-backend.c
U ORBit2/src/idl-compiler/orbit-idl-c-backend.h
U ORBit2/src/idl-compiler/orbit-idl-c-common.c
U ORBit2/src/idl-compiler/orbit-idl-c-demarshal.c
U ORBit2/src/idl-compiler/orbit-idl-c-deps.c
U ORBit2/src/idl-compiler/orbit-idl-c-headers.c
U ORBit2/src/idl-compiler/orbit-idl-c-imodule.c
U ORBit2/src/idl-compiler/orbit-idl-c-marshal.c
U ORBit2/src/idl-compiler/orbit-idl-c-skelimpl.c
U ORBit2/src/idl-compiler/orbit-idl-c-skels.c
U ORBit2/src/idl-compiler/orbit-idl-c-stubs.c
U ORBit2/src/idl-compiler/orbit-idl-c-typecode.c
U ORBit2/src/idl-compiler/orbit-idl-c-utils.c
U ORBit2/src/idl-compiler/orbit-idl-driver.c
U ORBit2/src/idl-compiler/orbit-idl-genmarshal.c
U ORBit2/src/idl-compiler/orbit-idl-main.c
U ORBit2/src/idl-compiler/orbit-idl-marshal.c
U ORBit2/src/idl-compiler/orbit-idl-marshal.h
U ORBit2/src/idl-compiler/orbit-idl-passes.c
U ORBit2/src/idl-compiler/orbit-idl-utils.c
U ORBit2/src/idl-compiler/orbit-idl2.h
U ORBit2/src/idl-compiler/orbit-idl3-types.h
cvs server: Updating ORBit2/src/idl-compiler/backends
cvs server: Updating ORBit2/src/idl-compiler/cpp
cvs server: Updating ORBit2/src/idl-compiler/cpp/types
cvs server: Updating ORBit2/src/idl_compiler_false_start
cvs server: Updating ORBit2/src/orb
U ORBit2/src/orb/.cvsignore
U ORBit2/src/orb/Makefile.am
U ORBit2/src/orb/orbit-init.c
U ORBit2/src/orb/orbit-init.h
cvs server: Updating ORBit2/src/orb/GIOP
U ORBit2/src/orb/GIOP/.cvsignore
U ORBit2/src/orb/GIOP/Makefile.am
U ORBit2/src/orb/GIOP/giop-connection.c
U ORBit2/src/orb/GIOP/giop-debug.h
U ORBit2/src/orb/GIOP/giop-endian.c
U ORBit2/src/orb/GIOP/giop-private.h
U ORBit2/src/orb/GIOP/giop-recv-buffer.c
U ORBit2/src/orb/GIOP/giop-send-buffer.c
U ORBit2/src/orb/GIOP/giop-server.c
U ORBit2/src/orb/GIOP/giop.c
cvs server: Updating ORBit2/src/orb/dynamic
U ORBit2/src/orb/dynamic/.cvsignore
U ORBit2/src/orb/dynamic/Makefile.am
U ORBit2/src/orb/dynamic/dii.c
U ORBit2/src/orb/dynamic/dynamic-defs.idl
U ORBit2/src/orb/dynamic/dynany.c
cvs server: Updating ORBit2/src/orb/include
U ORBit2/src/orb/include/.cvsignore
U ORBit2/src/orb/include/Makefile.am
cvs server: Updating ORBit2/src/orb/orb-core
U ORBit2/src/orb/orb-core/.cvsignore
U ORBit2/src/orb/orb-core/Makefile.am
U ORBit2/src/orb/orb-core/allocators.c
U ORBit2/src/orb/orb-core/corba-any.c
U ORBit2/src/orb/orb-core/corba-context.c
U ORBit2/src/orb/orb-core/corba-defs.idl
U ORBit2/src/orb/orb-core/corba-env.c
U ORBit2/src/orb/orb-core/corba-nvlist.c
U ORBit2/src/orb/orb-core/corba-object.c
U ORBit2/src/orb/orb-core/corba-ops.idl
U ORBit2/src/orb/orb-core/corba-orb.c
U ORBit2/src/orb/orb-core/corba-policy.c
U ORBit2/src/orb/orb-core/corba-request.c
U ORBit2/src/orb/orb-core/corba-string.c
U ORBit2/src/orb/orb-core/corba-typecode.c
U ORBit2/src/orb/orb-core/corba-types.c
U ORBit2/src/orb/orb-core/iop-defs.idl
U ORBit2/src/orb/orb-core/iop-profiles.c
U ORBit2/src/orb/orb-core/iop-profiles.h
U ORBit2/src/orb/orb-core/orb-core-export.h
U ORBit2/src/orb/orb-core/orb-core-private.h
U ORBit2/src/orb/orb-core/orbhttp.c
U ORBit2/src/orb/orb-core/orbhttp.h
U ORBit2/src/orb/orb-core/orbit-debug.h
U ORBit2/src/orb/orb-core/orbit-interface.idl
U ORBit2/src/orb/orb-core/orbit-object.c
U ORBit2/src/orb/orb-core/orbit-small.c
U ORBit2/src/orb/orb-core/orbit-trace.c
U ORBit2/src/orb/orb-core/orbit-typelib.c
cvs server: Updating ORBit2/src/orb/poa
U ORBit2/src/orb/poa/.cvsignore
U ORBit2/src/orb/poa/Makefile.am
U ORBit2/src/orb/poa/orbit-adaptor.c
U ORBit2/src/orb/poa/orbit-poa-export.h
U ORBit2/src/orb/poa/orbit-poa.h
U ORBit2/src/orb/poa/poa-defs.idl
U ORBit2/src/orb/poa/poa-macros.h
U ORBit2/src/orb/poa/poa-manager.c
U ORBit2/src/orb/poa/poa-policy.c
U ORBit2/src/orb/poa/poa-servants.c
U ORBit2/src/orb/poa/poa.c
cvs server: Updating ORBit2/src/orb/util
U ORBit2/src/orb/util/.cvsignore
U ORBit2/src/orb/util/Makefile.am
U ORBit2/src/orb/util/genrand.c
U ORBit2/src/orb/util/orbit-options.c
U ORBit2/src/orb/util/orbit-options.h
U ORBit2/src/orb/util/orbit-purify.h
U ORBit2/src/orb/util/orbit-util.c
cvs server: Updating ORBit2/src/orb-cpp
cvs server: Updating ORBit2/src/services
U ORBit2/src/services/.cvsignore
U ORBit2/src/services/Makefile.am
cvs server: Updating ORBit2/src/services/imodule
cvs server: Updating ORBit2/src/services/name
U ORBit2/src/services/name/.cvsignore
U ORBit2/src/services/name/CosNaming.idl
U ORBit2/src/services/name/CosNaming_impl.h
U ORBit2/src/services/name/Makefile.am
U ORBit2/src/services/name/README
U ORBit2/src/services/name/boot.c
U ORBit2/src/services/name/name-client.c
U ORBit2/src/services/name/name-support.c
U ORBit2/src/services/name/name-support.h
U ORBit2/src/services/name/orbit-name-server.c
cvs server: Updating ORBit2/test
U ORBit2/test/.cvsignore
U ORBit2/test/Makefile.am
U ORBit2/test/dynany.idl
U ORBit2/test/echo-client.c
U ORBit2/test/echo-local.c
U ORBit2/test/echo-server.c
U ORBit2/test/echo-share.h
U ORBit2/test/echo-srv.c
U ORBit2/test/echo.idl
U ORBit2/test/empty-client.c
U ORBit2/test/empty-server.c
U ORBit2/test/empty.idl
U ORBit2/test/ior-decode.c
U ORBit2/test/test-any-client.c
U ORBit2/test/test-any-server.c
U ORBit2/test/test-any.idl
U ORBit2/test/test-dynany.c
U ORBit2/test/test-giop-frag.h
U ORBit2/test/test-giop.c
U ORBit2/test/test-mem.c
U ORBit2/test/test-performance.c
U ORBit2/test/test1.c
U ORBit2/test/test1.idl
U ORBit2/test/typelib-dump.c
cvs server: Updating ORBit2/test/cpp
cvs server: Updating ORBit2/test/cpp/arrays
cvs server: Updating ORBit2/test/cpp/arrays/inside_exception
cvs server: Updating ORBit2/test/cpp/arrays/inside_exception/generated
cvs server: Updating ORBit2/test/cpp/arrays/of_interface
cvs server: Updating ORBit2/test/cpp/arrays/of_interface/generated
cvs server: Updating ORBit2/test/cpp/arrays/of_structs
cvs server: Updating ORBit2/test/cpp/arrays/of_structs/generated
cvs server: Updating ORBit2/test/cpp/arrays/simple_types
cvs server: Updating ORBit2/test/cpp/arrays/simple_types/generated
cvs server: Updating ORBit2/test/cpp/helloworld
cvs server: Updating ORBit2/test/cpp/helloworld/generated
cvs server: Updating ORBit2/test/cpp/sequences
cvs server: Updating ORBit2/test/cpp/sequences/atomic_types
cvs server: Updating ORBit2/test/cpp/sequences/atomic_types/generated
cvs server: Updating ORBit2/test/cpp/sequences/string
cvs server: Updating ORBit2/test/cpp/sequences/string/generated
cvs server: Updating ORBit2/test/cpp/struct-simple
cvs server: Updating ORBit2/test/cpp/struct-simple/generated
cvs server: Updating ORBit2/test/cpp/structs
cvs server: Updating ORBit2/test/cpp/structs/atomic_types
cvs server: Updating ORBit2/test/cpp/structs/atomic_types/generated
cvs server: Updating ORBit2/test/cpp/structs/inside_exception
cvs server: Updating ORBit2/test/cpp/structs/inside_exception/generated
cvs server: Updating ORBit2/test/cpp/structs/inside_struct
cvs server: Updating ORBit2/test/cpp/structs/inside_struct/generated
cvs server: Updating ORBit2/test/cpp/structs/with_array
cvs server: Updating ORBit2/test/cpp/structs/with_array/generated
cvs server: Updating ORBit2/test/cpp/structs/with_interfaces
cvs server: Updating ORBit2/test/cpp/structs/with_interfaces/generated
cvs server: Updating ORBit2/test/cpp/structs/with_string
cvs server: Updating ORBit2/test/cpp/structs/with_string/generated
cvs server: Updating ORBit2/test/everything
U ORBit2/test/everything/.cvsignore
U ORBit2/test/everything/Makefile.am
U ORBit2/test/everything/README
U ORBit2/test/everything/anyServer.c
U ORBit2/test/everything/arrayServer.c
U ORBit2/test/everything/basicServer.c
U ORBit2/test/everything/client.c
U ORBit2/test/everything/constants.h
U ORBit2/test/everything/contextServer.c
U ORBit2/test/everything/deadReference.c
U ORBit2/test/everything/everything.idl
U ORBit2/test/everything/pingServer.c
U ORBit2/test/everything/sequenceServer.c
U ORBit2/test/everything/server.c
U ORBit2/test/everything/structServer.c
U ORBit2/test/everything/test.c
U ORBit2/test/everything/test.sh
U ORBit2/test/everything/unionServer.c
cvs server: Updating ORBit2/test/inhibit
U ORBit2/test/inhibit/.cvsignore
U ORBit2/test/inhibit/Makefile.am
U ORBit2/test/inhibit/baa.idl
U ORBit2/test/inhibit/foo.idl
U ORBit2/test/inhibit/test-inhibit.c
cvs server: Updating ORBit2/test/poa
U ORBit2/test/poa/.cvsignore
U ORBit2/test/poa/Makefile.am
U ORBit2/test/poa/README
U ORBit2/test/poa/poatest-basic-shell.c
U ORBit2/test/poa/poatest-basic-shell.h
U ORBit2/test/poa/poatest-basic01.c
U ORBit2/test/poa/poatest-basic02.c
U ORBit2/test/poa/poatest-basic03.c
U ORBit2/test/poa/poatest-basic04.c
U ORBit2/test/poa/poatest-basic05.c
U ORBit2/test/poa/poatest-basic06.c
U ORBit2/test/poa/poatest-basic07.c
U ORBit2/test/poa/poatest-basic08.c
U ORBit2/test/poa/poatest-basic09.c
U ORBit2/test/poa/poatest-basic10.c
U ORBit2/test/poa/poatest-exception.h
U ORBit2/test/poa/poatest.idl
cd /gnome/head/cvs/ORBit2
-----------------
Configuring...
rm -f Makefile
./autogen.sh --prefix=/gnome/head/INSTALL --enable-debug
processing .
You should add the contents of `/gnome/head/INSTALL/share/aclocal/libtool.m4' to `aclocal.m4'.
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
autoheader: config.h.in is unchanged
Running ./configure --enable-maintainer-mode --prefix=/gnome/head/INSTALL --enable-debug
checking for a BSD compatible install... /home/Jan/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... found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for aclocal flags... 
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 a BSD compatible install... /home/Jan/bin/install -c
checking for indentation command to pipe generated c-files through... indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st
checking for mawk... mawk
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for 	linc >= 0.5.0 	glib-2.0 >= 2.0.0 	gobject-2.0 >= 2.0.0 	gmodule-2.0 >= 2.0.0... yes
checking ORBIT_CFLAGS...     -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0  
checking ORBIT_LIBS...     -Wl,--export-dynamic  -L/gnome/head/INSTALL/lib -lgthread-2.0 -lpthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -llinc  
checking for 	libIDL-2.0 >= 0.7.4 	glib-2.0 >= 2.0.0 	gobject-2.0 >= 2.0.0 	gmodule-2.0 >= 2.0.0... yes
checking ORBIT_IDL_CFLAGS...     -I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include  
checking ORBIT_IDL_LIBS...     -Wl,--export-dynamic  -L/gnome/head/INSTALL/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
checking for 	libIDL-2.0 >= 0.7.4 	linc >= 0.5.0 	glib-2.0 >= 2.0.0... yes
checking ORBIT_NAME_CFLAGS...    -I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0  
checking ORBIT_NAME_LIBS...    -L/gnome/head/INSTALL/lib -lIDL-2 -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -llinc  
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/endian.h... no
checking for endian.h... yes
checking for machine/endian.h... no
checking for sys/machine.h... no
checking for sys/isa_defs.h... no
checking for sys/poll.h... yes
checking for stddef.h... yes
checking for wchar.h... yes
checking for wcstr.h... no
checking for wctype.h... yes
checking for machine/types.h... no
checking for netinet/in.h... yes
checking for sys/un.h... yes
checking for linux/irda.h... yes
checking for openssl/ssl.h... 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... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for socket... yes
checking for gethostbyname... yes
checking for poptStrippedArgv in -lpopt... yes
checking for popt.h... yes
checking whether byte ordering is bigendian... no
checking alignment of CORBA_octet... 1
checking alignment of CORBA_boolean... 1
checking alignment of CORBA_char... 1
checking alignment of CORBA_wchar... 2
checking alignment of CORBA_short... 2
checking alignment of CORBA_long... 4
checking alignment of CORBA_long_long... 4
checking alignment of CORBA_float... 4
checking alignment of CORBA_double... 4
checking alignment of CORBA_long_double... 4
checking alignment of CORBA_struct... 1
checking alignment of CORBA_pointer... 4
checking what warning flags to pass to the C compiler... -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
configure: creating ./config.status
config.status: creating Makefile
config.status: creating orbit2-config
config.status: creating ORBit-2.0.pc
config.status: creating ORBit-CosNaming-2.0.pc
config.status: creating ORBit.spec
config.status: creating src/Makefile
config.status: creating src/idl-compiler/Makefile
config.status: creating src/idl/Makefile
config.status: creating src/idl/CORBA/Makefile
config.status: creating src/idl/CORBA_PIDL/Makefile
config.status: creating src/idl/interop/Makefile
config.status: creating src/idl/misc/Makefile
config.status: creating src/orb/Makefile
config.status: creating src/orb/include/Makefile
config.status: creating src/orb/util/Makefile
config.status: creating src/orb/GIOP/Makefile
config.status: creating src/orb/orb-core/Makefile
config.status: creating src/orb/dynamic/Makefile
config.status: creating src/orb/poa/Makefile
config.status: creating src/services/Makefile
config.status: creating src/services/name/Makefile
config.status: creating include/Makefile
config.status: creating include/orbit/Makefile
config.status: creating include/orbit/orbit-config.h
config.status: creating include/orbit/GIOP/Makefile
config.status: creating include/orbit/util/Makefile
config.status: creating include/orbit/orb-core/Makefile
config.status: creating include/orbit/poa/Makefile
config.status: creating include/orbit/dynamic/Makefile
config.status: creating test/Makefile
config.status: creating test/everything/Makefile
config.status: creating test/inhibit/Makefile
config.status: creating test/poa/Makefile
config.status: creating docs/Makefile
config.status: creating docs/devel/Makefile
config.status: creating docs/internals/Makefile
config.status: creating config.h
ORBit configuration:

	Source code location:	.
	Compiler:		gcc

	Purify cleanliness:	no


Now type 'make' to compile ORBit2.
-----------------
Running make all
make all
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/ORBit2'
Making all in src
make[2]: Entering directory `/gnome/head/cvs/ORBit2/src'
Making all in idl-compiler
make[3]: Entering directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-main.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-driver.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-backends.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-passes.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-genmarshal.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-utils.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-backend.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-stubs.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-skels.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-headers.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-common.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-imodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-skelimpl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-utils.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-typecode.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-marshal.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-demarshal.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-c-deps.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..                     	-I../../include             	 -I../..                      	-I../../include               	-DORBITLIBDIR="\"/gnome/head/INSTALL/lib/orbit-idl\""    	-DDEBUG                               	-DVERSION=\"2.4.0\"        	-DORBIT2_INTERNAL_API                 	-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations                        	-DG_DISABLE_DEPRECATED          	-I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include      -g -O2 -c orbit-idl-marshal.c
/bin/sh ../../libtool --mode=link gcc  -g -O2  -o orbit-idl-2  orbit-idl-main.o orbit-idl-driver.o orbit-idl-backends.o orbit-idl-passes.o orbit-idl-genmarshal.o orbit-idl-utils.o orbit-idl-c-backend.o orbit-idl-c-stubs.o orbit-idl-c-skels.o orbit-idl-c-headers.o orbit-idl-c-common.o orbit-idl-c-imodule.o orbit-idl-c-skelimpl.o orbit-idl-c-utils.o orbit-idl-c-typecode.o orbit-idl-c-marshal.o orbit-idl-c-demarshal.o orbit-idl-c-deps.o orbit-idl-marshal.o -lpopt -lm                           	-Wl,--export-dynamic  -L/gnome/head/INSTALL/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   
mkdir .libs
gcc -g -O2 -o orbit-idl-2 orbit-idl-main.o orbit-idl-driver.o orbit-idl-backends.o orbit-idl-passes.o orbit-idl-genmarshal.o orbit-idl-utils.o orbit-idl-c-backend.o orbit-idl-c-stubs.o orbit-idl-c-skels.o orbit-idl-c-headers.o orbit-idl-c-common.o orbit-idl-c-imodule.o orbit-idl-c-skelimpl.o orbit-idl-c-utils.o orbit-idl-c-typecode.o orbit-idl-c-marshal.o orbit-idl-c-demarshal.o orbit-idl-c-deps.o orbit-idl-marshal.o -Wl,--export-dynamic  /usr/lib/libpopt.so -lm -L/gnome/head/INSTALL/lib /usr/lib/libIDL-2.so /gnome/head/INSTALL/lib/libgobject-2.0.so /gnome/head/INSTALL/lib/libgmodule-2.0.so -ldl /gnome/head/INSTALL/lib/libglib-2.0.so -Wl,--rpath -Wl,/gnome/head/INSTALL/lib -Wl,--rpath -Wl,/gnome/head/INSTALL/lib
make[3]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
Making all in idl
make[3]: Entering directory `/gnome/head/cvs/ORBit2/src/idl'
Making all in CORBA
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/CORBA'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/CORBA'
Making all in CORBA_PIDL
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/CORBA_PIDL'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/CORBA_PIDL'
Making all in interop
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/interop'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/interop'
Making all in misc
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/misc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/misc'
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl'
make[3]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl'
Making all in orb
make[3]: Entering directory `/gnome/head/cvs/ORBit2/src/orb'
Making all in include
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/orb/include'
(cd ../../../include; make)
make[5]: Entering directory `/gnome/head/cvs/ORBit2/include'
Making all in orbit
make[6]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit'
Making all in GIOP
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/GIOP'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/GIOP'
Making all in util
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/util'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/util'
Making all in orb-core
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/orb-core'
(rm -f corba-defs.h corba-defs-stubs.c corba-defs-skels.c corba-defs-common.c corba-defs-imodule.c corba-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL		-I../../../src/idl/CORBA				-I../../../src/idl/interop				--noskels --nodefskels --nostubs --noidata		--nocommon					        --showcpperrors			 --define=Object=OObject			--define=TypeCode=TTypeCode --deps ./.deps/corba-defs.idl.P ../../../src/orb/orb-core/corba-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: headers skel_impl imodule

for I in corba-defs.h corba-defs-stubs.c corba-defs-skels.c corba-defs-common.c corba-defs-imodule.c corba-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
(rm -f iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL		-I../../../src/idl/CORBA				-I../../../src/idl/interop				--noskels --nodefskels --nostubs --noidata		--nocommon					        --showcpperrors			 --define=Object=OObject			--define=TypeCode=TTypeCode --deps ./.deps/iop-defs.idl.P ../../../src/orb/orb-core/iop-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: headers skel_impl imodule

../../../src/idl/interop/GIOP.idl:39: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:39: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_0::magic'
../../../src/idl/interop/GIOP.idl:48: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:48: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_1::magic'
../../../src/idl/interop/GIOP.idl:73: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:73: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_1::reserved'
../../../src/idl/interop/GIOP.idl:96: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:96: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_2::reserved'

** (process:1361): WARNING **: ../../../src/orb/orb-core/iop-defs.idl compilation failed
for I in iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
(rm -f orbit-interface.h || true ) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL		-I../../../src/idl/CORBA				-I../../../src/idl/interop				--noskels --nodefskels --nostubs --noidata		--nocommon					        --showcpperrors --deps .deps/orbit-interface.idl.P ../../../src/orb/orb-core/orbit-interface.idl
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: headers skel_impl imodule

make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/orb-core'
Making all in poa
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/poa'
(rm -f poa-defs.h poa-defs-stubs.c poa-defs-skels.c poa-defs-common.c poa-defs-imodule.c poa-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL					-I../../../src/idl/CORBA						-I../../../src/orb/orb-core					-I../../../src/idl/misc						--define=Object=OObject --define=TypeCode=TTypeCode			--noskels --nodefskels --nostubs --nocommon --noidata		        --showcpperrors --deps ./.deps/poa-defs.idl.P ../../../src/orb/poa/poa-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: headers skel_impl imodule

for I in poa-defs.h poa-defs-stubs.c poa-defs-skels.c poa-defs-common.c poa-defs-imodule.c poa-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/poa'
Making all in dynamic
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/dynamic'
(rm -f dynamic-defs.h dynamic-defs-stubs.c dynamic-defs-skels.c dynamic-defs-common.c dynamic-defs-imodule.c dynamic-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL				-I../../../src/idl/CORBA					-I../../../src/orb/orb-core				-I../../../src/idl/misc					--define=Object=OObject --define=TypeCode=TTypeCode		--noskels --nodefskels --nostubs --nocommon --noidata	        --showcpperrors  --deps ./.deps/dynamic-defs.idl.P ../../../src/orb/dynamic/dynamic-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: headers skel_impl imodule

for I in dynamic-defs.h dynamic-defs-stubs.c dynamic-defs-skels.c dynamic-defs-common.c dynamic-defs-imodule.c dynamic-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/dynamic'
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit'
make[6]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit'
make[6]: Entering directory `/gnome/head/cvs/ORBit2/include'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/gnome/head/cvs/ORBit2/include'
make[5]: Leaving directory `/gnome/head/cvs/ORBit2/include'
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/orb/include'
Making all in orb-core
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/orb/orb-core'
make[5]: Entering directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
(rm -f orbit-interface-common.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 --nostubs --noskels --showcpperrors --noheaders --deps .deps/orbit-interface.idl.P orbit-interface.idl
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: common skel_impl imodule

(rm -f corba-defs.h corba-defs-stubs.c corba-defs-skels.c corba-defs-common.c corba-defs-imodule.c corba-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL				-I../../../src/idl/CORBA					-I../../../src/idl/misc					-I../../../src/idl/interop					--noskels --nodefskels --nostubs --noidata --noheaders		--define=Object=OObject --define=TypeCode=TTypeCode	        --showcpperrors --deps ./.deps/corba-defs.idl.P corba-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: common skel_impl imodule

for I in corba-defs.h corba-defs-stubs.c corba-defs-skels.c corba-defs-common.c corba-defs-imodule.c corba-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
(rm -f iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL				-I../../../src/idl/CORBA					-I../../../src/idl/misc					-I../../../src/idl/interop					--noskels --nodefskels --nostubs --noidata --noheaders		--define=Object=OObject --define=TypeCode=TTypeCode	        --showcpperrors --deps ./.deps/iop-defs.idl.P iop-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: common skel_impl imodule

../../../src/idl/interop/GIOP.idl:39: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:39: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_0::magic'
../../../src/idl/interop/GIOP.idl:48: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:48: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_1::magic'
../../../src/idl/interop/GIOP.idl:73: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:73: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_1::reserved'
../../../src/idl/interop/GIOP.idl:96: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:96: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_2::reserved'

** (process:1461): WARNING **: iop-defs.idl compilation failed
for I in iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
(rm -f corba-ops.h corba-ops-stubs.c corba-ops-common.c corba-ops-skels.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 --showcpperrors --deps .deps/corba-ops.idl.P corba-ops.idl
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule

for I in corba-ops.h corba-ops-stubs.c corba-ops-common.c corba-ops-skels.c; do								\
	sed -e 's,ZZZis_a,_is_a,g' -e 's,ZZis_a,is_a,g' $I > $I.out; mv $I.out $I;	\
done;											\
sed -e "s,Z,_,g" corba-ops-skels.c > corba-ops-skels.c.out;				\
mv corba-ops-skels.c.out corba-ops-skels.c;
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I.							-I.						-I../../../include					-I../../../include				-I../../../include/orbit/orb-core		-DORBIT_TYPELIB_DIR=\""/gnome/head/INSTALL/lib/orbit-2.0"\"		-DORBIT2_INTERNAL_API					-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations						-DG_ENABLE_DEBUG					-DG_DISABLE_DEPRECATED				-I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0      -g -O2 -c orbit-interface-common.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I. -I../../../include -I../../../include -I../../../include/orbit/orb-core -DORBIT_TYPELIB_DIR=\"/gnome/head/INSTALL/lib/orbit-2.0\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0 -g -O2 -c orbit-interface-common.c  -fPIC -DPIC -o .libs/orbit-interface-common.lo
In file included from ../../../include/orbit/GIOP/giop.h:7,
                 from ../../../include/orbit/orbit.h:14,
                 from ../../../include/orbit/orb-core/orbit-interface.h:837,
                 from orbit-interface-common.c:9:
../../../include/orbit/GIOP/giop-types.h:11: orbit/orb-core/iop-defs.h: No such file or directory
In file included from ../../../include/orbit/orbit.h:15,
                 from ../../../include/orbit/orb-core/orbit-interface.h:837,
                 from orbit-interface-common.c:9:
../../../include/orbit/orb-core/orb-core.h:7: orbit/orb-core/iop-defs.h: No such file or directory
make[4]: *** [orbit-interface-common.lo] Error 1
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/orb/orb-core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/gnome/head/cvs/ORBit2/src/orb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/gnome/head/cvs/ORBit2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/gnome/head/cvs/ORBit2'
make: *** [all-recursive-am] Error 2

WARNING:ORBit2: Cant make all

rm -f Makefile
rm -f config.cache
-----------------
Configuring
./autogen.sh --prefix=/gnome/head/INSTALL --enable-debug
processing .
You should update your `aclocal.m4' by running aclocal.
autoheader: config.h.in is unchanged
autoheader: config.h.in is unchanged
Running ./configure --enable-maintainer-mode --prefix=/gnome/head/INSTALL --enable-debug
checking for a BSD compatible install... /home/Jan/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... found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for aclocal flags... 
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 a BSD compatible install... /home/Jan/bin/install -c
checking for indentation command to pipe generated c-files through... indent -npro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st
checking for mawk... mawk
checking for pkg-config... /gnome/head/INSTALL/bin/pkg-config
checking for 	linc >= 0.5.0 	glib-2.0 >= 2.0.0 	gobject-2.0 >= 2.0.0 	gmodule-2.0 >= 2.0.0... yes
checking ORBIT_CFLAGS...     -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0  
checking ORBIT_LIBS...     -Wl,--export-dynamic  -L/gnome/head/INSTALL/lib -lgthread-2.0 -lpthread -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -llinc  
checking for 	libIDL-2.0 >= 0.7.4 	glib-2.0 >= 2.0.0 	gobject-2.0 >= 2.0.0 	gmodule-2.0 >= 2.0.0... yes
checking ORBIT_IDL_CFLAGS...     -I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include  
checking ORBIT_IDL_LIBS...     -Wl,--export-dynamic  -L/gnome/head/INSTALL/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
checking for 	libIDL-2.0 >= 0.7.4 	linc >= 0.5.0 	glib-2.0 >= 2.0.0... yes
checking ORBIT_NAME_CFLAGS...    -I/gnome/head/INSTALL/include/libIDL-2.0 -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0  
checking ORBIT_NAME_LIBS...    -L/gnome/head/INSTALL/lib -lIDL-2 -lgobject-2.0 -lgthread-2.0 -lpthread -lglib-2.0 -llinc  
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for sys/endian.h... no
checking for endian.h... yes
checking for machine/endian.h... no
checking for sys/machine.h... no
checking for sys/isa_defs.h... no
checking for sys/poll.h... yes
checking for stddef.h... yes
checking for wchar.h... yes
checking for wcstr.h... no
checking for wctype.h... yes
checking for machine/types.h... no
checking for netinet/in.h... yes
checking for sys/un.h... yes
checking for linux/irda.h... yes
checking for openssl/ssl.h... 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... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for socket... yes
checking for gethostbyname... yes
checking for poptStrippedArgv in -lpopt... yes
checking for popt.h... yes
checking whether byte ordering is bigendian... no
checking alignment of CORBA_octet... 1
checking alignment of CORBA_boolean... 1
checking alignment of CORBA_char... 1
checking alignment of CORBA_wchar... 2
checking alignment of CORBA_short... 2
checking alignment of CORBA_long... 4
checking alignment of CORBA_long_long... 4
checking alignment of CORBA_float... 4
checking alignment of CORBA_double... 4
checking alignment of CORBA_long_double... 4
checking alignment of CORBA_struct... 1
checking alignment of CORBA_pointer... 4
checking what warning flags to pass to the C compiler... -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
configure: creating ./config.status
config.status: creating Makefile
config.status: creating orbit2-config
config.status: creating ORBit-2.0.pc
config.status: creating ORBit-CosNaming-2.0.pc
config.status: creating ORBit.spec
config.status: creating src/Makefile
config.status: creating src/idl-compiler/Makefile
config.status: creating src/idl/Makefile
config.status: creating src/idl/CORBA/Makefile
config.status: creating src/idl/CORBA_PIDL/Makefile
config.status: creating src/idl/interop/Makefile
config.status: creating src/idl/misc/Makefile
config.status: creating src/orb/Makefile
config.status: creating src/orb/include/Makefile
config.status: creating src/orb/util/Makefile
config.status: creating src/orb/GIOP/Makefile
config.status: creating src/orb/orb-core/Makefile
config.status: creating src/orb/dynamic/Makefile
config.status: creating src/orb/poa/Makefile
config.status: creating src/services/Makefile
config.status: creating src/services/name/Makefile
config.status: creating include/Makefile
config.status: creating include/orbit/Makefile
config.status: creating include/orbit/orbit-config.h
config.status: creating include/orbit/GIOP/Makefile
config.status: creating include/orbit/util/Makefile
config.status: creating include/orbit/orb-core/Makefile
config.status: creating include/orbit/poa/Makefile
config.status: creating include/orbit/dynamic/Makefile
config.status: creating test/Makefile
config.status: creating test/everything/Makefile
config.status: creating test/inhibit/Makefile
config.status: creating test/poa/Makefile
config.status: creating docs/Makefile
config.status: creating docs/devel/Makefile
config.status: creating docs/internals/Makefile
config.status: creating config.h
config.status: config.h is unchanged
ORBit configuration:

	Source code location:	.
	Compiler:		gcc

	Purify cleanliness:	no


Now type 'make' to compile ORBit2.
make all
cd . && autoheader
autoheader: config.h.in is unchanged
make  all-recursive
make[1]: Entering directory `/gnome/head/cvs/ORBit2'
Making all in src
make[2]: Entering directory `/gnome/head/cvs/ORBit2/src'
Making all in idl-compiler
make[3]: Entering directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
Making all in idl
make[3]: Entering directory `/gnome/head/cvs/ORBit2/src/idl'
Making all in CORBA
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/CORBA'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/CORBA'
Making all in CORBA_PIDL
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/CORBA_PIDL'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/CORBA_PIDL'
Making all in interop
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/interop'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/interop'
Making all in misc
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl/misc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl/misc'
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/idl'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl'
make[3]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl'
Making all in orb
make[3]: Entering directory `/gnome/head/cvs/ORBit2/src/orb'
Making all in include
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/orb/include'
(cd ../../../include; make)
make[5]: Entering directory `/gnome/head/cvs/ORBit2/include'
Making all in orbit
make[6]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit'
Making all in GIOP
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/GIOP'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/GIOP'
Making all in util
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/util'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/util'
Making all in orb-core
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/orb-core'
(rm -f iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL		-I../../../src/idl/CORBA				-I../../../src/idl/interop				--noskels --nodefskels --nostubs --noidata		--nocommon					        --showcpperrors			 --define=Object=OObject			--define=TypeCode=TTypeCode --deps ./.deps/iop-defs.idl.P ../../../src/orb/orb-core/iop-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: headers skel_impl imodule

../../../src/idl/interop/GIOP.idl:39: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:39: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_0::magic'
../../../src/idl/interop/GIOP.idl:48: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:48: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_1::magic'
../../../src/idl/interop/GIOP.idl:73: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:73: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_1::reserved'
../../../src/idl/interop/GIOP.idl:96: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:96: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_2::reserved'

** (process:5022): WARNING **: ../../../src/orb/orb-core/iop-defs.idl compilation failed
for I in iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/orb-core'
Making all in poa
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/poa'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/poa'
Making all in dynamic
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit/dynamic'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit/dynamic'
make[7]: Entering directory `/gnome/head/cvs/ORBit2/include/orbit'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit'
make[6]: Leaving directory `/gnome/head/cvs/ORBit2/include/orbit'
make[6]: Entering directory `/gnome/head/cvs/ORBit2/include'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/gnome/head/cvs/ORBit2/include'
make[5]: Leaving directory `/gnome/head/cvs/ORBit2/include'
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/orb/include'
Making all in orb-core
make[4]: Entering directory `/gnome/head/cvs/ORBit2/src/orb/orb-core'
make[5]: Entering directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/gnome/head/cvs/ORBit2/src/idl-compiler'
(rm -f iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c || true) > /dev/null
../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL				-I../../../src/idl/CORBA					-I../../../src/idl/misc					-I../../../src/idl/interop					--noskels --nodefskels --nostubs --noidata --noheaders		--define=Object=OObject --define=TypeCode=TTypeCode	        --showcpperrors --deps ./.deps/iop-defs.idl.P iop-defs.idl 
orbit-idl-2 2.4.0 compiling
 small mode, show preprocessor errors, passes: common skel_impl imodule

../../../src/idl/interop/GIOP.idl:39: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:39: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_0::magic'
../../../src/idl/interop/GIOP.idl:48: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:48: Error: Missing value in dimension 1 of array `GIOP::MessageHeader_1_1::magic'
../../../src/idl/interop/GIOP.idl:73: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:73: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_1::reserved'
../../../src/idl/interop/GIOP.idl:96: Error: Zero array size is illegal
../../../src/idl/interop/GIOP.idl:96: Error: Missing value in dimension 1 of array `GIOP::RequestHeader_1_2::reserved'

** (process:5047): WARNING **: iop-defs.idl compilation failed
for I in iop-defs.h iop-defs-stubs.c iop-defs-skels.c iop-defs-common.c iop-defs-imodule.c iop-defs-skelimpl.c; do \
	if test -f $I; then \
		sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $I > $I.out; \
		mv $I.out $I ; \
	fi; \
done
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I.							-I.						-I../../../include					-I../../../include				-I../../../include/orbit/orb-core		-DORBIT_TYPELIB_DIR=\""/gnome/head/INSTALL/lib/orbit-2.0"\"		-DORBIT2_INTERNAL_API					-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations						-DG_ENABLE_DEBUG					-DG_DISABLE_DEPRECATED				-I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0      -g -O2 -c orbit-interface-common.c
rm -f .libs/orbit-interface-common.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I. -I../../../include -I../../../include -I../../../include/orbit/orb-core -DORBIT_TYPELIB_DIR=\"/gnome/head/INSTALL/lib/orbit-2.0\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -I/gnome/head/INSTALL/include/glib-2.0 -I/gnome/head/INSTALL/lib/glib-2.0/include -I/gnome/head/INSTALL/include/linc-1.0 -g -O2 -c orbit-interface-common.c  -fPIC -DPIC -o .libs/orbit-interface-common.lo
In file included from ../../../include/orbit/GIOP/giop.h:7,
                 from ../../../include/orbit/orbit.h:14,
                 from ../../../include/orbit/orb-core/orbit-interface.h:837,
                 from orbit-interface-common.c:9:
../../../include/orbit/GIOP/giop-types.h:11: orbit/orb-core/iop-defs.h: No such file or directory
In file included from ../../../include/orbit/orbit.h:15,
                 from ../../../include/orbit/orb-core/orbit-interface.h:837,
                 from orbit-interface-common.c:9:
../../../include/orbit/orb-core/orb-core.h:7: orbit/orb-core/iop-defs.h: No such file or directory
make[4]: *** [orbit-interface-common.lo] Error 1
make[4]: Leaving directory `/gnome/head/cvs/ORBit2/src/orb/orb-core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/gnome/head/cvs/ORBit2/src/orb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/gnome/head/cvs/ORBit2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/gnome/head/cvs/ORBit2'
make: *** [all-recursive-am] Error 2

ERROR:ORBit2: Cant make all


Build failed on ORBit2



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