[ace-users] [ace-user] problem on building ACE+TAO+CAIO

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Wed Jul 11 16:34:58 CDT 2007


Hi Jeong Ho,

> I have a problem on buliding ACE+TAO+CAIO.

Thanks for using the PRF.

>     ACE VERSION: 5.5

Please upgrade to ACE+TAO+CIAO x.5.9 (i.e., ACE 5.5.9, TAO 1.5.9, and
CIAO 0.5.9), which you can download from

http://download.dre.vanderbilt.edu

under the heading: "Latest Beta Kit".

The DOC groups at Washington University, UC Irvine, and Vanderbilt
University only provide "best effort" support for non-sponsors for the
latest release, as described in

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

Thus, if you need more "predictable" help for earlier versions of
ACE+TAO, I recommend that you check out

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

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

Thanks,

        Doug


>     HOST MACHINE and OPERATING SYSTEM:
>         HOST Machine: Intel Pentium D 3.0 1GB
>         OS: Windows XP Professional SP2
> 
>     TARGET MACHINE and OPERATING SYSTEM
>         Same with the HOST machine and OS
> 
>     THE $ACE_ROOT/ace/config.h FILE
>          #define ACE_HAS_MFC 1
>          #define ACE_NO_INLINE
>          #define ACE_HAS_STANDARD_CPP_LIBRARY 1
>          #include "ace/config-win32.h"
> 
>     DOES THE PROBLEM AFFECT:
>         ACE+TAO+CAIO building
> 
>     SYNOPSIS:
>         occurrance of syntax error during building ACE+TAO+CAIO
> 
>     DESCRIPTION:
>         during building ACE+TAO+CAIO, syntax errors occurs at the point
>         of enum definition in the file, options.h. Also, there are
> bunch of other
>         errors.
> 
>     class ACE_Svc_Export Options
>     {
>       // = TITLE
>       //     Singleton that consolidates all Options for a gatewayd.
>     public:
>       // = Options that can be enabled/disabled.
>       enum
>       {
>         // = The types of threading strategies.
>         REACTIVE = 0,
>         OUTPUT_MT = 1,
>         INPUT_MT = 2,
> 
>         VERBOSE = 01,
>         DEBUG = 02,
> 
>         SUPPLIER_ACCEPTOR = 04,
>         CONSUMER_ACCEPTOR = 010,
>         SUPPLIER_CONNECTOR = 020,
>         CONSUMER_CONNECTOR = 040
>       };
> 
>         one of them says that '}' is missing in front of '='.
>         Did I misconfigure something?
> 
> Thanks.
> - Jeong Ho.
> 
> _______________________________________________
> ace-users mailing list
> ace-users at mail.cse.wustl.edu
> http://mail.cse.wustl.edu/mailman/listinfo/ace-users



More information about the Ace-users mailing list