RE: [orbitcpp-list] Can't compile
Status: Beta
Brought to you by:
philipd
|
From: Andreas T. <and...@du...> - 2001-08-30 22:43:30
|
>Manually edit the file .../include/orb/corba_sequences.h and change the
>lines
>
>#define _CORBA_sequence_CORBA_any_defined
>typedef struct CORBA_sequence_CORBA_any_struct CORBA_AnySeq;
>typedef struct CORBA_sequence_CORBA_any_struct CORBA_sequence_CORBA_any;
>
>into
>
>/* #define _CORBA_sequence_CORBA_any_defined
>typedef struct CORBA_sequence_CORBA_any_struct CORBA_AnySeq;
>typedef struct CORBA_sequence_CORBA_any_struct
CORBA_sequence_CORBA_any; */
Errr, nope. This is what I get:
[root@locutus orbitcpp-0.30.1]# make
Making all in compiler
make[1]: Entering directory `/home/bimbo/install/orbitcpp-0.30.1/compiler'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/bimbo/install/orbitcpp-0.30.1/compiler'
Making all in orb
make[1]: Entering directory `/home/bimbo/install/orbitcpp-0.30.1/orb'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I..
-I.. -g -O0 -Wall -c orbitcpp_types.cc
rm -f .libs/orbitcpp_types.lo
c++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -g -O0 -Wall
-Wp,-MD,.deps/orbitcpp_types.pp -c orbitcpp_types.cc -fPIC -DPIC
-o .libs/orbitcpp_types.lo
In file included from ../orb/orbitcpp_types.hh:30,
from orbitcpp_types.cc:29:
/usr/include/orb/orbit.h:48:18: glib.h: No such file or directory
In file included from /usr/include/IIOP/IIOP.h:5,
from /usr/include/orb/orbit.h:55,
from ../orb/orbitcpp_types.hh:30,
from orbitcpp_types.cc:29:
/usr/include/ORBitutil/util.h:4:18: glib.h: No such file or directory
In file included from /usr/include/IIOP/IIOP-types.h:9,
from /usr/include/IIOP/IIOP.h:7,
from /usr/include/orb/orbit.h:55,
from ../orb/orbitcpp_types.hh:30,
from orbitcpp_types.cc:29:
/usr/include/ORBitutil/basic_types.h:4:18: glib.h: No such file or directory
In file included from /usr/include/IIOP/IIOP.h:10,
from /usr/include/orb/orbit.h:55,
from ../orb/orbitcpp_types.hh:30,
from orbitcpp_types.cc:29:
/usr/include/IIOP/iiop-endian.h:4:18: glib.h: No such file or directory
In file included from /usr/include/orb/dii.h:30,
from /usr/include/orb/orbit.h:61,
from ../orb/orbitcpp_types.hh:30,
from orbitcpp_types.cc:29:
/usr/include/orb/interface_repository.h:5:18: glib.h: No such file or
directory
In file included from /usr/include/orb/orb.h:30,
from /usr/include/orb/orbit.h:67,
from ../orb/orbitcpp_types.hh:30,
from orbitcpp_types.cc:29:
/usr/include/orb/interface_repository.h:5:18: glib.h: No such file or
directory
make[1]: *** [orbitcpp_types.lo] Error 1
make[1]: Leaving directory `/home/bimbo/install/orbitcpp-0.30.1/orb'
make: *** [all-recursive] Error 1
--
Andreas Tretow
and...@du...
|