Tuscany SCA C++ fails to compile under Ubuntu
---------------------------------------------
Key: TUSCANY-572
URL: http://issues.apache.org/jira/browse/TUSCANY-572
Project: Tuscany
Issue Type: Bug
Components: C++ SCA
Affects Versions: Cpp-M1
Environment: Ubuntu 6.0.6
Reporter: David Wheeler
SDO C++ compiles, but make install fails to copy the header files into the
deploy/include directory.
Manually copying the header files results in SCA C++ running into an infinite
loop while compiling,
"make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfoImpl.h
./testSCASystem/modules/MyValueServiceModule
java -jar ../../../tools/scagen/bld/scagen.jar -dir
testSCASystem/modules/MyValueServiceModule -output tmp
cp tmp/CustomerInfoImpl*.* CustomerInfo
cp tmp/MyValueImpl*.* MyValue
cd ../../.. \
&& CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh
./config.status
config.status: creating runtime/core/test/Makefile
config.status: executing default-1 commands
make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfoImpl.h
./testSCASystem/modules/MyValueServiceModule
java -jar ../../../tools/scagen/bld/scagen.jar -dir
testSCASystem/modules/MyValueServiceModule -output tmp
cp tmp/CustomerInfoImpl*.* CustomerInfo
cp tmp/MyValueImpl*.* MyValue
cd ../../.. \
&& CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh
./config.status
config.status: creating runtime/core/test/Makefile
config.status: executing default-1 commands
make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]