You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Nguyen Huu Toan <nh...@gmail.com> on 2011/03/05 03:31:45 UTC

problem with SCA for C++

I found in tuscany homepage a guid to install and build SCA C++ sample. But
I can't get the Tuscany SDO for ++, it show an error same "TUSCANY_SDOCPP
not set". Although I set enviroment variable to folder content SDO lib. I
think I had a wrong SDO version! can u hepl me! so sorry because of this
mail, but i don't know how to use mailing list!
Thank for reading!

Re: problem with SCA for C++

Posted by Jean-Sebastien Delfino <js...@apache.org>.
On 03/04/2011 06:31 PM, Nguyen Huu Toan wrote:
> I found in tuscany homepage a guid to install and build SCA C++ sample. But
> I can't get the Tuscany SDO for ++, it show an error same "TUSCANY_SDOCPP
> not set". Although I set enviroment variable to folder content SDO lib. I
> think I had a wrong SDO version! can u hepl me!

It looks like a simple problem with TUSCANY_SDOCPP not being set in the 
environment running the build script. See the following test in 
build_scanative.sh:
<<<
if [ x$TUSCANY_SDOCPP = x ]; then
   echo "TUSCANY_SDOCPP not set"
   exit;
fi
echo "Using SDO installed at $TUSCANY_SDOCPP"
 >>>

But to be sure and help you I'll need a bit more info:

- Your OS, version of Tuscany SCA and SDO, and if you're using the 
binary or source distribution.

- The name of the sample you're trying to build.

- The exact commands used to set TUSCANY_SDOCPP and build that sample, 
and their output.

Thank you

> so sorry because of this
> mail, but i don't know how to use mailing list!
> Thank for reading!

No problem :) Don't hesitate to post any questions or problems you 
encounter to this list.

-- 
Jean-Sebastien