Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[tao-users] Support for CORBA/e compact

5 views
Skip to first unread message

inmaculada perea

unread,
Nov 16, 2009, 4:03:24 AM11/16/09
to tao-...@list.isis.vanderbilt.edu

Hello,

 

My name is Inma, I'm from Spain. I need your help because I'm trying to compile TAO. But I only want support for CORBA/e compact.

 

I'm working in 2 different scenarios:

 

1) PC with Windows XP and Microsoft Visual Studio 2008

2) ARM-926 Linux and 64MB RAM

 

I've started on the PC with the following environment variables:

 

ACE_ROOT=C:\ACE_wrappers

TAO_ROOT=%ACE_ROOT%\TAO
PATH=%ACE_ROOT%\bin;%ACE_ROOT%\lib

 

And configuration files:

 

1) %ACE_ROOT%\ace\config.h  with the following contents:

 

#define ACE_INITIALIZE_MEMORY_BEFORE_USE 1

#define CORBA_E_COMPACT 1

#include "ace/config-win32.h"

 

2) ACE_wrappers/bin/MakeProjectCreator/config/default.features with the contents:

corba_e_compact=1

 
 
 

But when I generate the %TAO_ROOT%\TAO_ACE_vc9.sln solution, I get the following errors:

 

 Error 1 error C2259: TAO_Regular_POA' : no se puede crear una instancia de una clase abstract c:\ACE_wrappers\TAO\tao\PortableServer\Root_POA.cpp 521 PortableServer
Error 2 error C2259: TAO_Root_POA' : no se puede crear una instancia de una clase abstract c:\ACE_wrappers\TAO\tao\PortableServer\Default_Servant_Dispatcher.cpp 39 PortableServer
 
Error 3 fatal error LNK1104: no se puede abrir el archivo 'TAO_PortableServerd.lib' Svc_Utils Svc_Utils

Error 4 fatal error LNK1104: no se puede abrir el archivo 'TAO_PortableServerd.lib' RTEvent RTEvent

Error 5 fatal error LNK1104: no se puede abrir el archivo 'TAO_PortableServerd.lib' ImR_Client ImR_Client

Error 21 error C2065: 'tao_ri' : identificador no declarado c:\ACE_wrappers\TAO\orbsvcs\orbsvcs\FaultTolerance\FT_ClientRequest_Interceptor.cpp 109 FT_ClientORB
etc.
 
 
How can I solve it?
 

Thank you for taking the time to answer my questions. I look forward to your response.

 

 

Regards,

Inma.

Douglas C. Schmidt

unread,
Nov 16, 2009, 8:26:14 AM11/16/09
to inmaculada perea, tao-...@list.isis.vanderbilt.edu

Hi Inma,

> My name is Inma, I'm from Spain. I need your help because I'm trying to compile TAO. But I only want support for CORBA/e
> compact.

To ensure that we have proper version/platform/compiler information,
please make sure you fill out the appropriate problem report form (PRF),
which is in

$ACE_ROOT/PROBLEM-REPORT-FORM
$TAO_ROOT/PROBLEM-REPORT-FORM

or in

$ACE_ROOT/BUG-REPORT-FORM
$TAO_ROOT/BUG-REPORT-FORM

in older versions of ACE+TAO. Make sure to include this information
when asking any questions about ACE+TAO since otherwise we have to
"guess" what version/platform/compiler/options you've using, which is
very error-prone and slows down our responsiveness. If you don't use
the PRF, therefore, it is less likely that someone from the core
ACE+TAO developer team will be able to answer your question.
Naturally, we encourage and appreciate other members of the ACE+TAO
user community who can respond to questions that they have the answers
to.

Please note, moreover, that the DOC group at Vanderbilt University
only provides "best effort" support for non-sponsors who are using the
latest release, as described in

http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/docs/ACE-bug-process.html

Therefore, please make sure you are using ACE+TAO+CIAO x.7.4 (i.e., ACE
5.7.4, TAO 1.7.4, and CIAO 0.7.4), which you can download from

http://download.dre.vanderbilt.edu

under the heading: "Latest Micro Release Kit". If you need more
"predictable" help or need help for earlier versions of ACE+TAO+CIAO
please see

http://www.dre.vanderbilt.edu/support.html

for a list of companies that will provide you with ACE+TAO+CIAO
commercial support.

Thanks,

Doug

> _______________________________________________
> tao-users mailing list
> tao-...@list.isis.vanderbilt.edu
> http://list.isis.vanderbilt.edu/mailman/listinfo/tao-users

0 new messages