[Ace-users] Re: [tao-users] tao-users Digest, Vol 13, Issue 3
Johnny Willemsen
jwillemsen at remedy.nl
Tue Aug 7 07:14:34 CDT 2007
Hi,
This version is ancient and it seems you try to build for chorus, the
support for that platform has been removed. try to add ace/Get_Opt.h as
include.
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
*** Integrated compile and test statistics see
http://scoreboard.theaceorb.nl <http://scoreboard.theaceorb.nl/> ***
*** Commercial service and support for ACE/TAO/CIAO ***
*** See http://www.theaceorb.nl/en/support.html ***
________________________________
From: tao-users-bounces at cse.wustl.edu
[mailto:tao-users-bounces at cse.wustl.edu] On Behalf Of Prashanth Nagaraju
Sent: Tuesday, August 07, 2007 2:12 PM
To: tao-users at cse.wustl.edu
Subject: Re: [tao-users] tao-users Digest, Vol 13, Issue 3
Hi All,
I am facing a compilation issue while I am trying to build TAO ACE
library.
I am using TAO version 1.4.1 and ACE version 5.4.1.
I am trying to compile using the below mentioned steps:
export CPU=powerpc
export MERGEDIR=/vob/chorus-mergedir/chorus42/axc
export ACE_ROOT=/vob/axc_ace/ACE_wrappers
export TAO_ROOT=/vob/axc_ace/ACE_wrappers/TAO
cd /vob/axc_ace/ACE_wrappers/buildTarget/chorus4_g++/
cp config.h /vob/axc_ace/ACE_wrappers/ace/
cp platform_macros.GNU
/vob/axc_ace/ACE_wrappers/include/makeinclude/
cd /vob/axc_ace/ACE_wrappers/
rm `find ace TAO/tao -name '*.a' `
rm -r `find ace TAO/tao -name '.obj'`
cd /vob/axc_ace/ACE_wrappers/ace
nice -n 9 make -j 8
cd /vob/axc_ace/ACE_wrappers/TAO/tao
nice -n 9 make -j 8
But I am facing an error while compiling Naming_Context.cpp file.
I am getting the following error:
Naming_Context.cpp: In member function `void
ACE_Name_Options::parse_args(int,
ACE_TCHAR**)':
Naming_Context.cpp:654: error: syntax error before `(' token
Naming_Context.cpp:654: error: `get_opt' undeclared (first use this
function)
Naming_Context.cpp:654: error: (Each undeclared identifier is
reported only
once for each function it appears in.)
Naming_Context.cpp:654: error: syntax error before `)' token
make[1]: *** [.obj/Naming_Context.o] Error 1
make[1]: Leaving directory `/vob/axc_ace/ACE_wrappers/ace'
make: *** [all] Error 2
Can anyone kindly let me know how to resolve this issue?
Thanks in advance.
Best Regards,
Prashanth
More information about the Ace-users
mailing list