Re: [orbitcpp-list] Can't compile
Status: Beta
Brought to you by:
philipd
|
From: <MHL...@t-...> - 2001-08-31 18:17:58
|
Am 31.08.2001 00:43 schrieb(en) Andreas Tretow: > >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 Strange, strange ... I can't see any reasons why remarking some lines in a header file (that are no includes) could affect the -I options in the make system. No this must be a different error independent from the other. Hang on, I'll have a look whether I can reproduce it. -- Martin |