[Ace-users] Re: [tao-users] ACE+TAO+CIAO x.6 now available

Lothar Werzinger lothar at tradescape.biz
Mon Sep 3 21:09:10 CDT 2007


On Monday 03 September 2007 05:55, Johnny Willemsen wrote:
> Hi all,
>
> Thanks to the substantial efforts by many developers, testers, and
> users, we are pleased to announce the latest ACE+TAO+CIAO x.6 release,
> which is available from the same download location as per the previous
> release at
>
> http://download.dre.vanderbilt.edu/

PRF is attached.
I downloaded and built ACE+TAO+CIAO x.6 and it built fine. However if I try to 
build my idl generated files I get an error:

/opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++ -o 
cxx-stubs/.build/linux/i686/release/AuditC.os -c -O3 -g -D_REENTRANT -DACE_HAS_AIO_CALLS -DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS -W -Wall -Wpointer-arith -Wno-uninitialized -Woverloaded-virtual -Wcast-align -Wwrite-strings -Wcomments -fnon-call-exceptions -DNDEBUG -D__ACE_INLINE__ -m32 -fPIC -I/opt2/linux/i686/ACE/1.6/ACE_wrappers -I/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO -I/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/orbsvcs 
cxx-stubs/AuditC.cpp
In file included from cxx-stubs/AuditC.h:43,
                 from cxx-stubs/AuditC.cpp:32:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB.h:28:28: error: 
tao/orb_typesC.h: No such file or directory

I verified the first error gcc complains and I found that the file indeed does 
not exist:

ls -l /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/orb_typesC.h
ls: /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/orb_typesC.h: No such file 
or directory

Is the download incomplete or do I need to change the way I build TAO?

Here's the full gcc error message:

/opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++ -o 
cxx-stubs/.build/linux/i686/release/AuditC.os -c -O3 -g -D_REENTRANT -DACE_HAS_AIO_CALLS -DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS -W -Wall -Wpointer-arith -Wno-uninitialized -Woverloaded-virtual -Wcast-align -Wwrite-strings -Wcomments -fnon-call-exceptions -DNDEBUG -D__ACE_INLINE__ -m32 -fPIC -I/opt2/linux/i686/ACE/1.6/ACE_wrappers -I/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO -I/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/orbsvcs 
cxx-stubs/AuditC.cpp
In file included from cxx-stubs/AuditC.h:43,
                 from cxx-stubs/AuditC.cpp:32:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB.h:28:28: error: 
tao/orb_typesC.h: No such file or directory
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB.h:36:33: error: 
tao/Policy_ForwardC.h: No such file or directory
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB.h:37:27: error: 
tao/ServicesC.h: No such file or directory
In file included from cxx-stubs/AuditC.h:48,
                 from cxx-stubs/AuditC.cpp:32:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:23:26: error: 
tao/IOP_IORC.h: No such file or directory
In file included 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object_Argument_T.h:19,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:32,
                 from cxx-stubs/AuditC.h:48,
                 from cxx-stubs/AuditC.cpp:32:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Argument.h:28:32: error: 
tao/ParameterModeC.h: No such file or directory
In file included from cxx-stubs/ValueC.h:49,
                 from cxx-stubs/AuditC.h:57,
                 from cxx-stubs/AuditC.cpp:32:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/AnyTypeCode/TypeCode.h:29:44: 
error: tao/AnyTypeCode/ValueModifierC.h: No such file or directory
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/AnyTypeCode/TypeCode.h:30:41: 
error: tao/AnyTypeCode/VisibilityC.h: No such file or directory
In file included 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Callbacks.h:31,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:29,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.inl:5,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.h:442,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object_T.cpp:7,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object_T.h:69,
                 from cxx-stubs/AuditC.cpp:44:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:18:22: error: 
tao/IOPC.h: No such file or directory
In file included 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.inl:5,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.h:442,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object_T.cpp:7,
                 
from /opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object_T.h:69,
                 from cxx-stubs/AuditC.cpp:44:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:34:38: error: 
tao/Messaging_SyncScopeC.h: No such file or directory
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB.h:265: 
error: 'CORBA::ServiceInformation_out' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Argument.h:92: 
error: 'ParameterMode' in namespace 'CORBA' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Argument.h:103: 
error: 'ParameterMode' in namespace 'CORBA' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Argument.h:113: 
error: 'ParameterMode' in namespace 'CORBA' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Argument.h:123: 
error: 'ParameterMode' in namespace 'CORBA' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Argument.h:133: 
error: 'ParameterMode' in namespace 'CORBA' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:214: error: expected 
unqualified-id before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:214: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:215: error: ISO C++ 
forbids declaration of 'parameter' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:217: error: ISO C++ 
forbids declaration of 'PolicyList' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:217: error: invalid use 
of '::'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:217: error: 
expected ';' before '*' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:221: 
error: 'CORBA::PolicyList_out' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:298: error: 'IOP' has 
not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:298: error: expected 
`)' before '*' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:343: error: 'IOP' has 
not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:343: error: ISO C++ 
forbids declaration of 'IOR' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:343: error: 
expected ';' before '*' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:345: error: 'IOP' has 
not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:345: error: ISO C++ 
forbids declaration of 'IOR' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:345: error: 
expected ';' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:386: error: 'IOP' has 
not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:386: error: ISO C++ 
forbids declaration of 'IOR_var' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.h:386: error: 
expected ';' before 'ior_'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.inl: In 
constructor 'CORBA::Object::Object(int)':
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.inl:13: error: 
class 'CORBA::Object' does not have any field named 'ior_'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.inl: At global scope:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.inl:86: error: 'IOP' has 
not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.inl:86: error: expected 
initializer before '*' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.inl:92: error: 'IOP' has 
not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object.inl:92: error: expected 
initializer before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/AnyTypeCode/TypeCode.h:358: 
error: 'Visibility' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/AnyTypeCode/TypeCode.h:478: 
error: 'Visibility' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/AnyTypeCode/TypeCode.inl:127: 
error: 'Visibility' in namespace 'CORBA' does not name a type
cxx-stubs/ValueC.h:2353: error: 'IOP' has not been declared
cxx-stubs/ValueC.h:2353: error: expected `)' before '*' token
cxx-stubs/ValueC.inl:1263: error: 'IOP' has not been declared
cxx-stubs/ValueC.inl:1263: error: expected `)' before '*' token
cxx-stubs/AuditC.h:431: error: 'IOP' has not been declared
cxx-stubs/AuditC.h:431: error: expected `)' before '*' token
cxx-stubs/AuditC.h:625: error: 'IOP' has not been declared
cxx-stubs/AuditC.h:625: error: expected `)' before '*' token
cxx-stubs/AuditC.inl:50: error: 'IOP' has not been declared
cxx-stubs/AuditC.inl:50: error: expected `)' before '*' token
cxx-stubs/AuditC.inl:81: error: 'IOP' has not been declared
cxx-stubs/AuditC.inl:81: error: expected `)' before '*' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.h:84: 
error: 'CORBA::SetOverrideType' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.h:87: error: expected 
unqualified-id before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.h:87: error: expected ',' 
or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.h:87: error: ISO C++ 
forbids declaration of 'parameter' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:75: error: 
expected unqualified-id before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:75: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:75: error: ISO 
C++ forbids declaration of 'parameter' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:83: error: 
expected unqualified-id before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:83: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:83: error: ISO 
C++ forbids declaration of 'parameter' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:83: 
error: 'int TAO_Service_Context::set_context(int)' cannot be overloaded
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:75: error: 
with 'void TAO_Service_Context::set_context(int)'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:87: 
error: 'IOP::ServiceContext' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:91: 
error: 'IOP::ServiceContext' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:95: 
error: 'IOP::ServiceId' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:95: error: 
expected unqualified-id before '*' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:95: error: 
expected ',' or '...' before '*' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:95: error: ISO 
C++ forbids declaration of 'parameter' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:103: 
error: 'IOP::ServiceId' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:103: 
error: 'IOP::ServiceContext_out' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:107: 
error: 'IOP::ServiceId' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:112: 
error: 'IOP::ServiceContext' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:116: 
error: 'IOP::ServiceId' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:123: error: 
ISO C++ forbids declaration of 'ServiceContextList' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:123: error: 
invalid use of '::'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:123: error: 
expected ';' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:128: error: 
ISO C++ forbids declaration of 'ServiceContextList' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:128: error: 
invalid use of '::'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:128: error: 
expected ';' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:132: error: 
expected unqualified-id before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:132: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:132: error: 
ISO C++ forbids declaration of 'parameter' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:133: 
error: 'IOP::ServiceContext' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:134: error: 
expected unqualified-id before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:134: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:134: error: 
ISO C++ forbids declaration of 'parameter' with no type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:135: 
error: 'IOP::ServiceContext' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:136: 
error: 'IOP::ServiceId' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:137: 
error: 'IOP::ServiceContext' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:140: 
error: 'IOP::ServiceContext' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.h:148: 
error: 'ServiceContextList' in namespace 'IOP' does not name a type
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl: In 
constructor 'TAO_Service_Context::TAO_Service_Context()':
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:9: error: 
class 'TAO_Service_Context' does not have any field named 'service_context_'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl: At global 
scope:
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:13: error: 
expected initializer before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:19: error: 
expected initializer before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:27: error: 
variable or field 'set_context' declared void
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:27: 
error: 'TAO_Service_Context::set_context' declared as an 'inline' variable
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:27: 
error: 'int TAO_Service_Context::set_context' is not a static member 
of 'class TAO_Service_Context'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:27: 
error: 'ServiceId' is not a member of 'IOP'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:27: error: 
expected primary-expression before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:27: 
error: 'cdr' was not declared in this scope
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:27: error: 
initializer expression list treated as compound expression
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:28: error: 
expected ',' or ';' before '{' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:34: error: 
variable or field 'set_context' declared void
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:34: 
error: 'TAO_Service_Context::set_context' declared as an 'inline' variable
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:34: 
error: 'int TAO_Service_Context::set_context' is not a static member 
of 'class TAO_Service_Context'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:34: 
error: 'ServiceContext' is not a member of 'IOP'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:34: 
error: 'context' was not declared in this scope
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:35: error: 
expected primary-expression before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:35: 
error: 'cdr' was not declared in this scope
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:35: error: 
initializer expression list treated as compound expression
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:36: error: 
expected ',' or ';' before '{' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:42: 
error: 'TAO_Service_Context::is_service_id' declared as an 'inline' variable
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:42: 
error: 'bool TAO_Service_Context::is_service_id' is not a static member 
of 'class TAO_Service_Context'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:42: 
error: 'ServiceId' is not a member of 'IOP'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Service_Context.inl:43: error: 
expected ',' or ';' before '{' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:516: 
error: 'Messaging' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:516: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:522: 
error: 'Messaging' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:522: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:529: 
error: 'Messaging' has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/ORB_Core.h:529: error: 
expected ',' or '...' before '&' token
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.inl: In member 
function 'TAO::Transport_Queueing_Strategy* 
TAO_Stub::transport_queueing_strategy()':
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.inl:310: error: 'Messaging' 
has not been declared
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.inl:310: error: expected 
`;' before 'scope'
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Stub.inl:312: error: 'scope' was 
not declared in this scope
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object_T.cpp: In static member 
function 'static T* TAO::Narrow_Utils<T>::lazy_evaluation(CORBA::Object*)':
/opt2/linux/i686/ACE/1.6/ACE_wrappers/TAO/tao/Object_T.cpp:107: error: 'class 
CORBA::Object' has no member named 'steal_ior'


Lothar
-- 
Lothar Werzinger Dipl.-Ing. Univ.
framework & platform architect
Tradescape Inc.
111 West St. John Street, Suite 200
San Jose, Ca 95113
email: lothar at tradescape.biz
web: http://www.tradescape.biz
-------------- next part --------------
To: ace-bugs at cs.wustl.edu
Subject: [area]: [synopsis]

    ACE VERSION: 5.6

    HOST MACHINE and OPERATING SYSTEM:
Linux zaphod 2.6.15-28-amd64-generic #1 SMP PREEMPT Wed Jul 18 22:51:22 UTC 2007 x86_64 GNU/Linux

    TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
    COMPILER NAME AND VERSION (AND PATCHLEVEL):
gcc (GCC) 4.1.2

    THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform-
    specific file, simply state which one]:
#define ACE_HAS_XML_SVC_CONF
#include "ace/config-linux.h"

    THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE [if you
    use a link to a platform-specific file, simply state which one
    (unless this isn't used in this case, e.g., with Microsoft Visual
    C++)]:
# configure ACE/TAO for our use

templates=automatic
debug=1
optimize=1
exceptions=1
threads=1
inline=1
rtti=1
versioned_so=1

stl=1
ssl=1
zlib=1
ipv6=1
java=1
cidl=0
boost=0
uses_wchar=0
negotiate_codesets=0
versioned_namespace=0

# Enable TAO ostream operator generation
gen_ostream=1

# Disable the RCSID for release/non-debug builds.
CPPFLAGS += -DACE_USE_RCSID=0

CC = /opt2/linux/ix86/x86_64-pc-linux-gnu/bin/gcc
CXX = /opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++
CFLAGS += -m32 -I/opt2/linux/i686/include
CCFLAGS += -m32 -I/opt2/linux/i686/include
LDFLAGS += -m32 -I/opt2/linux/i686/include -L/opt2/linux/i686/lib

TAO_IDL_PREPROCESSOR = /opt2/linux/ix86/x86_64-pc-linux-gnu/bin/gcc

include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU


    CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
    (used by MPC when you generate your own makefiles):
// configure ACE/TAO for our use

stl                 = 1
ssl                 = 1
qos                 = 1
zlib                = 1
ipv6                = 1
java                = 1
cidl                = 0
boost               = 0
uses_wchar          = 0
gen_ostream         = 1
negotiate_codesets  = 0
versioned_namespace = 0


    AREA/CLASS/EXAMPLE AFFECTED:
[What example failed?  What module failed to compile?]

    DOES THE PROBLEM AFFECT:
        COMPILATION?
        LINKING?
            On Unix systems, did you run make realclean first?
        EXECUTION?
        OTHER (please specify)?
[Please indicate whether ACE, your application, or both are affected.]

    SYNOPSIS:
[Brief description of the problem]

    DESCRIPTION:
[Detailed description of problem.  Don't just say "<blah>
doesn't work, here's a fix," explain what your program does
to get to the <blah> state. ]

    REPEAT BY:
[What you did to get the error; include test program or session
transcript if at all possible.  ]

    SAMPLE FIX/WORKAROUND:
[If available ]


More information about the Ace-users mailing list