[ace-users] [ace-user] problem on building ACE+TAO+CAIODear, all.
I have a problem on buliding ACE+TAO+CAIO.
ACE VERSION: 5.5
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.
- Je...
Re: [ace-users] Has Anyone on the ACE Users Mailing List Successfully compiled ACE and TAO for Panther Mac OS X 10.3?Hi Tom,
>> Can anyone let me know how to successfully compile the
>> latest stable release of ACE 5.4 and TAO 1.4 package
>> on Apple Mac OS X 10.3 Panther?
I doubt ACE+TAO x.4 will work with 10.3 Panther.
>> I have the ACE+TAO+CIAO latest stable release working perfectly on
>> my Red Hat LINUX 9.0 OS, but would like to see it running on Mac OS
>> X 10.3.
You're better off starting from the x.4.3 beta, which is available at
http://deuce.doc.wustl.edu/Download.html
Some other folks on the mailing list have been expressing their
interest in getting ACE+TAO working on Mac OS X, so I recommend you
check out recent postings archived at the sites cited
http://www.cs.wustl.edu/~schmidt/ACE-mail.html
for contacts.
Take care,
Doug
--
Dr. Douglas C. Schmidt, Professor TEL: (615) 343-8197
Electrical Engineering and Computer Science FAX: (615) 343-7440
Vanderbilt University WEB: www.cs.wustl.edu/~schmidt/
Nashville, TN 37203 NET: d.schmidt@vanderbilt.edu
...
[ace-users] [tao-users] Problem linking ACE/TAOThis message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------=_NextPart_000_0042_01C67435.B64C4BE0
Content-Type: text/plain;
charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Hello,
I have an application using ACE/TAO and I get a linking error trying to =
build executable.
ACE/TAO VERSION: 5.5 / 1.5
OPERATING SYSTEM: Win 2000 SP 4
COMPILER NAME and VERSION: VC++ 2005 Standard Edition
CONTENTS of $ACE_ROOT/ace/config.h:
#define ACE_HAS_STANDARD_CPP_LIBRARY 1
#include "ace/config-win32.h"
DOES THE PROBLEM AFFECT:
COMPILATION? NO
LINKING? YES
EXECUTION? N/A (doesn`t get that far)
SYNOPSIS:
I am getting linking error while I am trying to build executable.
DESCRIPTION:
In the makefile (win32/debug) the libraries ACED.lib and TAOD.lib are in =
the
LIBS.
The error message is:
1>oe_frontendC.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: int __cdecl ACE_Log_Msg::log(enum
ACE_Log_Priority,unsigned short const *,...)"
(__imp_?log@ACE_Log_Msg@@QAAHW4ACE_Log_Priority@@PBGZZ) referenced in
function "public: void __thiscall
TAO::Any_Insert_Policy_AnyTypeCode_Adapter<int>::any_insert(class =
CORBA::Any
*,int const &)const "
(?any_insert@?$Any_Insert_Policy_AnyTypeCode_Adapter@H@TAO@@QBEXPAVAny@CO=
RBA
@@ABH@Z)
T...
[tao-users] [ace-users] Problem linking ACE/TAOThis message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------=_NextPart_000_0042_01C67435.B64C4BE0
Content-Type: text/plain;
charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Hello,
I have an application using ACE/TAO and I get a linking error trying to =
build executable.
ACE/TAO VERSION: 5.5 / 1.5
OPERATING SYSTEM: Win 2000 SP 4
COMPILER NAME and VERSION: VC++ 2005 Standard Edition
CONTENTS of $ACE_ROOT/ace/config.h:
#define ACE_HAS_STANDARD_CPP_LIBRARY 1
#include "ace/config-win32.h"
DOES THE PROBLEM AFFECT:
COMPILATION? NO
LINKING? YES
EXECUTION? N/A (doesn`t get that far)
SYNOPSIS:
I am getting linking error while I am trying to build executable.
DESCRIPTION:
In the makefile (win32/debug) the libraries ACED.lib and TAOD.lib are in =
the
LIBS.
The error message is:
1>oe_frontendC.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: int __cdecl ACE_Log_Msg::log(enum
ACE_Log_Priority,unsigned short const *,...)"
(__imp_?log@ACE_Log_Msg@@QAAHW4ACE_Log_Priority@@PBGZZ) referenced in
function "public: void __thiscall
TAO::Any_Insert_Policy_AnyTypeCode_Adapter<int>::any_insert(class =
CORBA::Any
*,int const &)const "
(?any_insert@?$Any_Insert_Policy_AnyTypeCode_Adapter@H@TAO@@QBEXPAVAny@CO=
RBA
@@ABH@Z)
T...
Re: [tao-users] Problems compiling ACE on an Alpha machine :-(Hi Karl,
Thanks for using the PRF.
>> ACE VERSION: 5.5
>>
>> HOST MACHINE and OPERATING SYSTEM:
>>
>> OSF1 wks37 V4.0 1229 alpha alpha
>>
>> TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
>> COMPILER NAME AND VERSION (AND PATCHLEVEL):
>>
>> wks37> g++ -dumpversion
>> 3.2.3
>>
>> THE $ACE_ROOT/ace/config.h FILE
>>
>> wks37> tail $ACE_ROOT/ace/config.h
>> #include "ace/config-true64.h"
>>
>> THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE
>>
>> wks37> tail $ACE_ROOT/include/makeinclude/platform_macros.GNU
>> fl=1
>> include $(ACE_ROOT)/include/makeinclude/platform_tru64_g++.GNU
>>
>> CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
>> (used by MPC when you generate your own makefiles):
>>
>> AREA/CLASS/EXAMPLE AFFECTED:
>> [What example failed? What module failed to compile?]
>>
>> Just typing make in $ACE_ROOT and the trubble starts right away ...
>>
>> DOES THE PROBLEM AFFECT:
>> COMPILATION? Yes it is a compile problem
>> LINKING?
>> On Unix systems, did you run make realclean first?
>> EXECUTION? Sorry I didn't get that far ......
RE: [ace-users] Re: ace compilation problemHi,
You need a newer version of ACE, 5.4 doesn't support gcc 3.4. Also, you are
saying HPUX, so you need the HPUX config/platform macros file, not the linux
ones.
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
> -----Original Message-----
> From: owner-ace-users@cse.wustl.edu
> [mailto:owner-ace-users@cse.wustl.edu] On Behalf Of ashish borkar
> Sent: vrijdag 28 oktober 2005 8:25
> To: ashish borkar; ace-users@cs.wustl.edu
> Subject: [ace-users] Re: ace compilation problem
>
> The error file is as follows:
>
> In file included from /ACE_wrappers/ace/config-linux.h:14,
> from /ACE_wrappers/ace/config.h:15,
> from /ACE_wrappers/ace/config-lite.h:24,
> from /ACE_wrappers/ace/ACE_export.h:11,
> from /ACE_wrappers/ace/ARGV.h:18,
> from ARGV.cpp:6:
> /ACE_wrappers/ace/config-linux-common.h:26:22: features.h:
> No such file or directory
> In file included from /ACE_wrappers/ace/Unbounded_Queue.h:286,
> from /ACE_wrappers/ace/ARGV.h:24,
> from ARGV.cpp:6:
> /ACE_wrappers/ace/Unbounded_Queue.cpp: In member function
> `void ACE_Unbounded_Queue<T>::delete_nodes()':
> /ACE_wrappers/ace/Unbounded_Queue.cpp:133: error: expected
> class-name before ...
[tao-users] Re: [ace-users] How to use c++ native exception handling instead of ACE's while building ACE+TAOHi,
>> My only guess is that all of the libs you are linking in your
>> builds were not compiled with a consistent set of options.
Right, my recommendation would be to completely blow away your
existing ACE+TAO x.5 directory, download a fresh version, and start
from a clean slate. It sounds like you may have things lying around
from previous build attempts.
Thanks,
Doug
--
Dr. Douglas C. Schmidt Professor and Associate Chair
Electrical Engineering and Computer Science TEL: (615) 343-8197
Institute for Software Integrated Systems WEB: www.dre.vanderbilt.edu/~schmidt
Vanderbilt University, Nashville TN, 37203 NET: d.schmidt@vanderbilt.edu
...
[ace-users] Re: Cannot compile with GNUmakefile.ace problems (TAO on Redhat)Hi Mickey,
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> ACE VERSION: 5.4
Please upgrade to ACE+TAO x.4.6, which you can download from
http://deuce.doc.wustl.edu/Download.html
under the heading "latest beta kit".
Thanks,
Doug
>> HOST MACHINE and OPERATING SYSTEM:
>> Fujitsu LifeBook with Redhat Linux 9
>> TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
>> COMPILER NAME AND VERSION (AND PATCHLEVEL):
>> GNU Make ver 3.79.1
>> CONTENTS OF $ACE_ROOT/ace/config.h:
>> #include "ace/config-linux.h"
>> CONTENTS OF $ACE_ROOT/include/makeinclude/platform_macros.GNU
>> (unless
>> this isn't used in this case, e.g., with Microsoft Visual C++):
>> include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
>> AREA/CLASS/EXAMPLE AFFECTED:
>> GNUMakefile.ACE
>> DOES THE PROBLEM AFFECT:
>> Compilation
>> SYNOPSIS:
>> Compiling (through gnu's make.exe) results in this message
>> "*** missing separator" with the GNUMakefile.ACE
>> DESCRIPTION:
>> I followed the installation readme for ACE in installing
>> for RedHat 9. But when i run "make" under the ACE_ROOT/ace
>> folder, the following message appears early on...
>> "GNUmakefile.GNU:116: *** missing separator. Sto...
[tao-users] RE: [ace-users] ACE/TAO on Solaris 10Hi,
There have been some replies. People do have things working on Solaris and
there have been made fixes in ACE/TAO. Could you wait another week or so and
try the x.4.8 or try cvs, see http://cvs.doc.wustl.edu
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
> Dear list members,
>
> (I sent this message couple of days ago and am unsure if it
> was distributed,
> thus re-sending it again. I apologize if you received it more
> than once)
>
> I would like to give feedback regarding availability of
> ACE/TAO (versions
> 5.4.7 and 1.4.7 respectively) on OpenSolaris (Solaris 10)
> Intel platform.
>
> Sun is selectively releasing source code of the Solaris 10 under an
> open-source license. Details of this project and installable Solaris
> binaries can be found on here:
> http://www.opensolaris.org
>
> Sun has also released Forte compiler set in binary form to
> the OpenSolaris
> community. A Quote from their website: "Sun Studio 10
> software is freely
> available to participants in the OpenSolaris community for
> development on
> both OpenSolaris and Solaris[tm] Operating Systems on
> SPARC-based systems
> and x86-based systems, as well as on Linux." You can get
> access to Forte
> compilers from the OpenSolaris website as well but you should register...
RE: [ace-users] ace compilation problemHi,
> On 10/28/05, ashish borkar <ashish_ace2003@yahoo.com> wrote:
> > ACE VERSION: ACE5.4
>
> > HOST MACHINE and OPERATING SYSTEM: 64-bit HP rx2600
> (Itanium) HP-UX 11iV2
> > (11:23) single processor,1GB RAM
> > ACE_wrappers\include\makeinclude\platform_linux.GNU to
> > platform_macros.GNU
> > 2.rename ACE_wrappers\ace\config-linux.h to config.h
>
> In general, use recent beta, namely 5.4.8, and even 5.4.4 had
> some 64-bit issues
> and you may expect better support from community.
The x.4.8 version is not out yet but several 64bit issues have been resolved
in that version
> Do you have linux OS or HP unix?
> If linux, I have never tried on Itanium, but grepping in
> ACE_wrappers/ace showed support for
> that architechture (see grep -niH IA64).
Linux on Itanium with ACE works fine. We are using it with GCC and Intel
C++.
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
...
[ace-users] Re: ACE compiling problem
Hi Doug,
> Having a small problem compling the ACE programs.
Thanks very much for your email. Please make sure to send all
questions related to TAO or ACE to the ACE mailing list or ACE+TAO
newsgroup, rather than to me directly since I travel frequently and
often don't have ready access to email. See
http://www.cs.wustl.edu/~schmidt/ACE-mail.html
for more info on how to access these resources.
> Using Microsoft Visual C++ 2005 expres Edition compiler
>
> ACE 5.4.1 for windows
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
error-prone and slows down our responsiveness.
> Attached are the compiler errors.
I didn't get an attachment, but please resend this stuff to the ACE
mailing list *without* using an attachment, i.e., just include it in
the body of the main email with the PRF.
> The goal is to get a new ace.dll and ace.lib.
>
> Then, using the new ace lib/dlll, compile our product that uses the
> ACE environment.
>
> Can you help?
...
[ace-users] problems with ACE and TAO compilationsHello,
I have some problems with ACE and TAO compilations. I have downloaded
ACE-5.5 and TAO-1.5. I have tried to compile with VC++ 2005 under
Windows 2000 but I have some errors.
Here what I did:
I have set the ACE_ROOT, TAO_ROOT environment variables and I have added
in PATH, %ACE_ROOT%/bin et %ACE_ROOT%/lib
In the directory %ACE_ROOT%/ace, I have created the config.h file with
#include "ace/config-win32.h".
I open the solution %ACE_ROOT%/ACE_vc8.sln with VC++.
I generate the whole solution but I have some link errors in some projects:
test.obj : error LNK2019: symbole externe non r�solu "char const *
__cdecl in_word_set(char const *,unsigned int)"
(?in_word_set@@YAPBDPBDI@Z) r�f�renc� dans la fonction "int __cdecl
ace_main_i(int,char * * const)" (?ace_main_i@@YAHHQAPAD@Z)
I have also this error : ACE_Trace undefined
..\test_trace.cpp(54) : error C2065: 'ACE_Trace' : identificateur non
d�clar�
..\test_trace.cpp(54) : error C2146: erreur de syntaxe : absence de ';'
avant l'identificateur 'trace'
..\test_trace.cpp(54) : error C3861: 'trace' : identificateur introuvable
..\test_trace.cpp(81) : error C2064: le terme ne correspond pas � une
fonction qui prend 1 arguments
..\test_trace.cpp(83) : error C2146: erreur de syntaxe : absence de ';'
avant l'identificateur 'trace'
..\test_trace.cpp(83) : error C3861: 'trace' : identificateur introu...
RE: [ace-users] Re: ACE compilation problems for WCE ARMV4This stuff is fixed in the next beta, 5.4.3.
-Steve
--
Steve Huston, Riverace Corporation
Adding Service to Open Source Software
ACE book info at http://www.riverace.com/acebooks/
> -----Original Message-----
> From: owner-ace-users@cse.wustl.edu
> [mailto:owner-ace-users@cse.wustl.edu] On Behalf Of Johnny Willemsen
> Sent: Wednesday, December 08, 2004 12:24 PM
> To: bds@iis.fhg.de
> Cc: ace-users@cs.wustl.edu
> Subject: [ace-users] Re: ACE compilation problems for WCE ARMV4
>
>
> Hi,
>
> The most ...
Re: [ace-users] Re: Problems Compiling ACE 5.4]Thomas Lockhart wrote:
> ...
>
>> > -ldl -lgen -lnsl -lposix4 -lthread Undefined
>> > first referenced symbol in file
>> > in_word_set(char const*, unsigned int).obj/test.o ld: fatal: Symbol
>> > referencing errors. No output written to cppout
>
>
> Ossama's response reminded me that I have seen this before. I'm vaguely
> recalling that if gperf fails to run then the output gperf files are
> zero length or otherwise missing the generated in_word_set() method.
> Make sure that the ACE gperf runs standalone; co...
RE: [tao-users] Re: [ace-users] Re: Announcing the release of the new beta (ACE-5.4.10, TAO-1.4.10 and CIAO-0.4.10)Hi,
> > >> We encourage you to download the new beta, use it with your
> > >> applications, and let us know soon if you encounter any problems
> > >> since we plan to cut the x.5 release by February 28th.
> >
> > As per Wallace's comments, we have an aggressive schedule
> for the x.5
> > release to meet the needs of some major sponsors. If
> people can give
> > x.4.10 a "test drive" in the next couple of days and report problems
> > they encounter we'll try to ensure that we fix any
> showstoppers before
>
> According to bugzilla bug 2323 is not fixed yet.
>
> http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=2323
>
> For us it is a show stopper. We use the OCI version which does not
> have problems related to this bug but it would be nice to be able to
> use the latest version with more fixes.
FYI, the reason that this test now fails is because Ossama added several new
test cases which wheren't in the test in the past, this uncovered some bugs
which according to our information where already there a long time.
Johnny
"Johnny Willemsen" <jwillemsen@remedy.nl> writes:
> > > >> We encourage you to download the new beta, use it with your
> > > >> applications, and let us know soon if you encounter any problems
> > > >> sinc...
[ace-users] RE: [tao-users] Borland Developer Studio 2006 with ACE/TAOHi,
I'm curious about the current status of ACE/TAO and C++ Builder 2006.
Borland shipped the promised fix/update some time ago, but I couldn't find
anything about how it works with ACE/TAO.
Regards
Espen Harlinn
...
[tao-users] RE: [ace-users] Tao_idl core dumps during ACE/TAO buildHi,
Please upgrade to ACE+TAO x.4.7, which you can download from
http://deuce.doc.wustl.edu/Download.html
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 beta kit, as described
in
http://www.cs.wustl.edu/~schmidt/ACE_wrappers/docs/ACE-bug-process.html
Thus, if you need more "predictable" help, I recommend that you
check out
http://www.cs.wustl.edu/~schmidt/commercial-support.html
for a list of companies that will provide you with ACE+TAO commercial
support.
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
> TAO VERSION: 1.4.1
> ACE VERSION: 5.4.1
>
> HOST MACHINE and OPERATING SYSTEM:
> Dell PowerEdge750, Slackware Linux 10.1.0
>
> TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
> COMPILER NAME AND VERSION (AND PATCHLEVEL):
> gcc version 3.3.4
>
> AREA/CLASS/EXAMPLE AFFECTED:
> CosConcurrencyControl.idl failed due to tao_idl core dump
>
> DOES THE PROBLEM AFFECT:
> COMPILATION? Yes
> $ACE_ROOT/ace/config.h and
> $ACE_ROOT/include/makeinclude/platform_macros.GNU
> included below
> LINKING? No
> EXECUTION? No
> OTHER (please specify)? No
>
> SYNOPSIS:
> TAO fails to build because tao_...
[tao-users] Re: [ace-users] timestamps incorrect in ACE+TAO .tar.gzHi
> It has just come to my attention that there are many files in the
> ACE+TAO .tar.gz file with timestamps showing '1970-01-05'. Obviously
> this is wrong and is the only reason why my packages have been
> rejected from Debian ("file(s) with a time stamp too ancient").
>
> Is there a possibility that this will be fixed. Or should I just
> 'touch' all the problematic files?
Could you please run a touch on them? I don't know how this happened.
Strange. Opening and fiddling with the distribution would make quite
a few things goofy!
If ...
Re: [ace-users] [tao-users] ACE/TAO ported to Sun Studio 12Hi,
> is this change included in the official release of ACT/TAO (and if yes
> since which version)?
This change will be part of the upcoming x.6.2 version. I am creating x.6.2
at this moment, when everything runs fine it will be available at the end of
today.
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
*** Integrated compile and test statistics see
http://scoreboard.theaceorb.nl ***
*** Commercial service and support for ACE/TAO/CIAO ***
*** See http://www.theaceorb.nl/en/support.html ***
...
[ace-users] Has Anyone on the ACE Users Mailing List Successfully compiled ACE and TAO for Panther Mac OS X 10.3?Can anyone let me know how to successfully compile the
latest stable release of ACE 5.4 and TAO 1.4 package
on Apple Mac OS X 10.3 Panther?
I have the ACE+TAO+CIAO latest stable release working
perfectly on my Red Hat LINUX 9.0 OS, but would like
to see it running on Mac OS X 10.3.
Much Thanks for guidelines step by step in order to
achieve this.
Tom Wallick
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
...
[tao-users] Re: [ace-users] The ACE ORB and SolarisHi,
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
error-prone and slows down our responsiveness.
>> does the ACE ORB run on Solaris 10 (SPARC)?
Yes, please see
http://www.dre.vanderbilt.edu/scoreboard/integrated.html
for the OS platforms and compilers that we test ACE+TAO with
regularly, which includes Solaris 10.
>> I could only find information that it runs on e.g. Solaris 1.x and
>> 2.x on SPARC and Intel
>> (http://www.cs.wustl.edu/~schmidt/TAO-status.html).
I've fixed this so it doesn't appear to limit Solaris support to 1.x
or 2.x.
>> Also, does ACE ORB interoperate with Orbacus without problems?
Yes, as far as we know. If you run into problems please use the PRF
to report them.
Thanks,
Doug
--
Dr. Douglas C. Schmidt Professor and Associate Chair
Electrical Engineering and Computer Science TEL: (615) 343-8197
Institute for Software Integrated Systems WEB: www.dre.vanderbilt.edu/~schmidt
Vanderbilt U...
[ace-users] Re: [tao-users] ACE::set_handle_limit brokenHi Eider,
Thanks for the PRF!
"Eider Oliveira" <eider.oliveira@gmail.com> wrote in message
news:<2e53f4ef0409021132f3de615@mail.gmail.com>...
> ACE VERSION: 5.4.1
>
> HOST MACHINE and OPERATING SYSTEM: Linux
>
>
> When at Select_Reactor.cpp:550
> ACE_TRACE ("ACE_Select_Reactor_T::ACE_Select_Reactor_T");
>
> // First try to open the Reactor with the hard-coded default.
> if (this->open
(ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::DEFAULT_SIZE,
> 0,
> ...
RE: [tao-users] RE: [ace-users] XML service configuration no longer works with ACE/TAO 5.4.5/1.4.5Hi,
> > Hi Lothar
> >
> > > � � ACE VERSION: 5.4.5
> >
> > Thanks for using the PRF form. Could you try to find the
> problem and send
> > us patches to fix this?
> >
> > Regards,
> >
> > Johnny Willemsen
>
> I have no problem committing some time to the problem. I do
> however know as
> much as nothing about the ACE XML parser and it's recent
> changes. It seems to
> me that (some) of the recent changes might have caused the
> test failures. So
> if someone working actively on ACEXML gives me directions I
> am willing to
> spend my time investigating the problem.
I can't remember that work has been done the last months so I am also amazed
things broke. Nobody is actively working on it, so I think there are not
much directions at this moment.
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
On Wednesday 18 May 2005 11:01, Johnny Willemsen wrote:
> Hi,
> I can't remember that work has been done the last months so I am also
> amazed things broke. Nobody is actively working on it, so I think there are
> not much directions at this moment.
Well, it did definiteley work with 5.4.4. So any changes that broke it must
have been made between 5.4.4 and 5.4.5. I also read in the release email of
5.4.5 in the CIAO...
[ace-users] RE: [tao-users] Borland Developer Studio 2006 with ACE/TAO #2Hi,
See http://www.remedy.nl/en/borland.html for an overview of the supported
Borland products with TAO.
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
> -----Original Message-----
> From: Espen Harlinn [mailto:espen@harlinn.no]
> Sent: donderdag 2 februari 2006 18:06
> To: jwillemsen@remedy.nl
> Cc: ace-users@cs.wustl.edu
> Subject: RE: [tao-users] Borland Developer Studio 2006 with ACE/TAO
>
> Hi,
>
> I'm curious about the current status of ACE/TAO and C++ Builder 2006.
> Borland shipped the promised fix/update some time ago, but I
> couldn't find
> anything about how it works with ACE/TAO.
>
> Regards
> Espen Harlinn
>
>
...