[Ace-users] [tao-users] command to build "complete" TAO
cbrown
charles.brown at sensis.com
Tue Nov 6 15:18:41 CST 2007
All,
A build without the '-j' flag does indeed compile a bunch of new
stuff. I'm surprised gmake doesn't synchronize activities based on the
target precedents in the makefile. Seems like a gmake bug.
The tao build now fails at;
make[1]: Leaving directory `/usr/local/ACE+TAO-5.6-sparc-sunos_5.10-sunc
++_5.8-debug_exceptions/ACE_wrappers/TAO/docs/tutorials/Quoter/Naming_Service'
make[1]: Entering directory `/usr/local/ACE
+TAO-5.6-sparc-sunos_5.10-sunc
++_5.8-debug_exceptions/ACE_wrappers/TAO/docs/tutorials/Quoter/On_Demand_Activation'
make[1]: GNUmakefile.Quoter_On_Demand_Activation_Idl: No such file or
directory
make[1]: *** No rule to make target
`GNUmakefile.Quoter_On_Demand_Activation_Idl'. Stop.
make[1]: Leaving directory `/usr/local/ACE+TAO-5.6-sparc-sunos_5.10-sunc
++_5.8-debug_exceptions/ACE_wrappers/TAO/docs/tutorials/Quoter/On_Demand_Activation'
make: *** [Quoter_On_Demand_Activation_Idl] Error 2
So, I'm proceeding with a '-k' argument. I expect I'll get everything
I need with that.
Thanks for the help.
--CB
On Tue, 2007-11-06 at 20:55 +0100, Johnny Willemsen wrote:
> Hi,
>
> > ...
> > > Error: Could not open include file
> > > "tao/PortableServer/POAManagerC.h". ...etc...
> > ...
> > > cd $TAO_ROOT make -j 8 exceptions=1
> >
> > Just as a guess, leave out the "-j 8" so that you get a serial build.
> > You may be finding that make is reaching some areas too
> > early?? fwiw I
> > have never seen this problem but do not use the -j parameter...
>
> I have build once with "-j 16" without problems. We do see this problem
> sometimes on the mailing lists, no idea what is happening.
>
> Johnny
>
More information about the Ace-users
mailing list