Re: compile error: corba-defs-common.c



Hi Michael,
On Sat, Feb 02, 2002 at 07:50:09PM +0000, Michael Meeks wrote:
> Hi Guido,
> 
> On Thu, 2002-01-31 at 15:43, Guido Guenther wrote:
> > I'm trying to build ORBit2-2.3.103. It fails with:
> > 
> > gcc: corba-defs-common.c: No such file or directory (in src/orb/orb-core).
> 
> 	Very odd; try a make -k; I sometimes get this kind of error with a make
> install.
Doesn't help. There are several other *-common.c missing:
~/build/gnome2/ORBit2-2.3.103/build$ make -k 2>&1 | grep "common.*file"

gcc: corba-defs-common.c: No such file or directory
gcc: iop-defs-common.c: No such file or directory
gcc: poa-defs-common.c: No such file or directory
gcc: dynamic-defs-common.c: No such file or directory
gcc: CosNaming-common.c: No such file or directory
gcc: everything-common.c: No such file or directory
gcc: foo-common.c: No such file or directory
gcc: baa-common.c: No such file or directory
gcc: test1-common.c: No such file or directory
gcc: echo-common.c: No such file or directory
gcc: empty-common.c: No such file or directory
gcc: test-any-common.c: No such file or directory
gcc: dynany-common.c: No such file or directory

I'm realling suspecting the problem on my end. Since it seems to work
for everyone else. Software here is quiet old gcc is 2.95.2, make is 3.78.1.
Could that be the problem?
Furthermore "make distclean" fails with:
 make[2]: *** No rule to make target `distclean-local', needed by `distclean-am'.  Stop.
 make[2]: Leaving directory `/export/data/guenther/build/gnome2/ORBit2-2.3.103/build/test'
 make[1]: *** [distclean-recursive] Error 1
 make[1]: Leaving directory `/export/data/guenther/build/gnome2/ORBit2-2.3.103/build/test'
 make: *** [distclean-recursive] Error 1

> 
[..snip..] 
> > What puzzles me further is that src/orb/orb-core/Makefile.am includes
> > $(top_srcdir)/Makefile.shared which I can't find in my source tree(from
> > ftp.gnome.org).
> > I'll gladly provide any Makefile snippets or whatever.
> 
> 	Oh - the thing is that that is included in the Makefile after the thing
> is autogen'd we should prolly distribute it too, I've fixed that in CVS.
That helps. Thanks a lot.
 -- Guido



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