Re: Now ORBit is dying
- From: Raja R Harinath <harinath cs umn edu>
- To: sml13 cornell edu
- Cc: gnome-list gnome org
- Subject: Re: Now ORBit is dying
- Date: 29 Nov 1998 11:55:14 -0600
sml13@cornell.edu writes:
> Any thoughts on this one? It looks like the Makefile is screwed up.
> ************************************************************************
> ******* Building libIDL at Sun Nov 29 10:51:50 CST 1998
> ************************************************************************
>
> Preparing tree for build...
> Auto-generating configure, makefiles, and dependencies...
> Compiling...
> Installing...
> Updating libraries...
You don't need to build this separately. It is built as part of ORBit.
> ************************************************************************
> ******* Building ORBit at Sun Nov 29 10:54:16 CST 1998
> ************************************************************************
>
> Preparing tree for build...
> Auto-generating configure, makefiles, and dependencies...
> Compiling...
>
> Failed to build GNOME at Sun Nov 29 10:58:11 CST 1998
>
[snip]
> make[2]: Leaving directory `/usr/local/gnome/src/ORBit/libIDL'
> Making all in src
> make[2]: Entering directory `/usr/local/gnome/src/ORBit/src'
> Making all in idl-compiler
> make[3]: Entering directory `/usr/local/gnome/src/ORBit/src/idl-compiler'
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../.. -I../../src -I/usr/local/gnome/lib/glib/include -I/usr/local/gnome/include -g -O2 -c main.c
> make[3]: *** No rule to make target `../../src/orb/corba_ir.h', needed by `orbit-c-backend.o'. Stop.
> make[3]: Leaving directory `/usr/local/gnome/src/ORBit/src/idl-compiler'
The soln. is:
$ cd /usr/local/gnome/src/ORBit/src/idl-compiler
$ rm -f orbit-c-backend.o .deps/orbit-c-backend.P
and re-run make. You can apply the same solution to other files that
complain. It may be simpler to
$ cd /usr/local/gnome/src/ORBit
$ find . -name .deps -print | xargs rm -fr
$ make clean
$ make
I expect that the next alpha release of automake will solve this problem
with deleted header files.
- Hari
--
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions." -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing." -- Roy L Ash
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]