Make errors building ORBit from CVS.




If I build ORBit after getting a brand new "checkout"
of ORBit, I can built it with no errors.

However, if I then run "make distclean && ./autogen.sh && make"
I encounter a makefile processing loop.  If I break out of 
the loop, the Makefile in src/IIOP is useless.  It contains 
no targets.  Here's the loop output:

make[3]: Entering directory `/usr/src/gnome/ORBit/src/IIOP'
cd ../.. \
  && CONFIG_FILES=src/IIOP/Makefile CONFIG_HEADERS= /bin/sh
./config.status
creating src/IIOP/Makefile
make[3]: Leaving directory `/usr/src/gnome/ORBit/src/IIOP'
make[3]: Entering directory `/usr/src/gnome/ORBit/src/IIOP'
cd ../.. \
  && CONFIG_FILES=src/IIOP/Makefile CONFIG_HEADERS= /bin/sh
./config.status
creating src/IIOP/Makefile
make[3]: Leaving directory `/usr/src/gnome/ORBit/src/IIOP'
make[3]: Entering directory `/usr/src/gnome/ORBit/src/IIOP'
cd ../.. \

It's interesting that if I examine the Makefile in src/IIOP
BEFORE running make, the targets all seem to be there.
Running make is causing a new Makefile to be generated
for some weird reason.  

Am I doing something wrong?




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