[ace-users] Re: Error while ACE 5.3.1 or 5.4.1 compiling and installing by MinGW 3.3.3Hi Vitaly,
Please upgrade to ACE 5.4.4, which you can download from
http://deuce.doc.wustl.edu/Download.html
since I think that is more likely to work with MinGW 3.3.3. Johnny,
can you confirm/deny this please?
Thanks,
Doug
>> Hi,
>> I have installed MinGW packages:
>>
>> binutils-2.13.90-20030111-1.tar.gz
>> gcc-core-3.3.3-20040217-1.tar.gz
>> gcc-g++-3.3.3-20040217-1.tar.gz
>> mingw-runtime-3.3.tar.gz
>> w32api-2.5.tar.gz
>>
>> Also I've configured environment due to ACE-INSTALL.htm...
Re: [tao-users] ACE 5.3.5 + TAO 1.3.5 + CIAO 0.3.5 beta released
Hi Folks,
It's been about a year since we released ACE 5.3 and TAO 1.3.
We are therefore planning to release ACE 5.4 and TAO 1.4 by
mid-December. The ACE+TAO x.3.5 beta that Venkita just announced will
be the penultimate beta towards that goal. In addition to all the
enhancements that he mentioned in the release notes, we also plan to
add the following enhancements before the x.4 release:
----------------------------------------
.. ACE subsetting enhancements
.. ORB footprint and compilation-time enhancements
.. CORBA Security Service capabilities
.. Load Balancing Servi...
Re: [tao-users] ACE 5.3.5 + TAO 1.3.5 + CIAO 0.3.5 beta released #2
Hi Tom,
> We are currently arm-wrestling with TAO-1.3.3 on VxWorks-5.5/Tornado-2.2
> built with non-native exceptions and with implicit templates. Implicit
> templates are desirable since we are now using STL and those nested
> templates make explicit instantiation almost impossible. Non-native
> exceptions are important since native exceptions lead to a factor of 4.5
> increase in code size (!!).
>
> Implicit templates cause trouble with singletons, since the VxWorks-2.x
> loader does not respect weakly-defined symbols, so one can not load
> multiple mo...
g++ 3.4.3 and ACE 5.5 & TAO 1.5During compiling on HP-UX 11.11 with g++ i have the following error:
g++ -DHAVE_CONFIG_H -I../.. -I.. -DACE_HAS_ACE_TOKEN
-DACE_HAS_ACE_SVCCONF -DACE_BUILD_DLL -DHPUX_VERS=1111 -w -W -Wall
-Wpointer-arith -g -O2 -pthread -pipe -I. -I.. -MT
libACE_la-OS_NS_stdio.lo -MD -MP -MF .deps/libACE_la-OS_NS_stdio.Tpo -c
.../../ace/OS_NS_stdio.cpp -fPIC -DPIC -o .libs/libACE_la-OS_NS_stdio.o
.../../ace/OS_NS_stdio.cpp: In function `int ACE_OS::fprintf(FILE*,
const wchar_t*, ...)':
.../../ace/OS_NS_stdio.cpp:242: error: `::vfwprintf' has not been
declared
Can someone helps me?
Thanks!!
M.
Hi Mauro,
>During compiling on HP-UX 11.11 with g++ i have the following error:
>
> g++ -DHAVE_CONFIG_H -I../.. -I.. -DACE_HAS_ACE_TOKEN
>-DACE_HAS_ACE_SVCCONF -DACE_BUILD_DLL -DHPUX_VERS=1111 -w -W -Wall
>-Wpointer-arith -g -O2 -pthread -pipe -I. -I.. -MT
>libACE_la-OS_NS_stdio.lo -MD -MP -MF .deps/libACE_la-OS_NS_stdio.Tpo -c
>../../ace/OS_NS_stdio.cpp -fPIC -DPIC -o .libs/libACE_la-OS_NS_stdio.o
>../../ace/OS_NS_stdio.cpp: In function `int ACE_OS::fprintf(FILE*,
>const wchar_t*, ...)':
>../../ace/OS_NS_stdio.cpp:242: error: `::vfwprintf' has not been
>declared
>
>Can someone helps me?
I took a look at
http://www.dre.vanderbilt.edu/scoreboard/integrated.html
and I don't see any HPUX builds that use G++, so you may need to
either figure this out yourself (probably a missing header file
so...
Re: [tao-users] ACE 5.3.5 + TAO 1.3.5 + CIAO 0.3.5 beta released #2 #2
Hi Alex,
> What are OCI's plan's for a supported TAO 1.4 release and developer
> guide? Will this effect the release of the 1.3 guide?
This is an excellent question - I'm sure Malcolm Spence will pitch in
when he has a chance and I suspect that OCI will be supporting TAO 1.4
in due time. None of the changes in TAO 1.4 should affect the
relevance of the info in the TAO 1.3 developer's guide - there's just
more new stuff to document as time permits.
Take care,
Doug
...
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 active...
RE: [ace-users] [ACE 5.5] Upgrade from ACE 5.4.7 to ACE 5.5Hi,
> ACE VERSION: 5.5
Thanks for using the PRF form.
> HOST MACHINE and OPERATING SYSTEM:
>
> Intel, WindowsXp, Windows 2003
An important bit information is missing, which compiler did you use.
> AREA/CLASS/EXAMPLE AFFECTED:
> The only problem we encountered was a compilation error
> when construction ACE_Time_Value.
>
> The ACE_Time_Value cannot be constructed anymore from an integer.
>
> For example: ACE_Time_Value( 5 ) --> Compile error
Great to hear things work without problems. This errors sounds strange, we
do have test cases like this in tests/Time_Value_Test.cpp. We do have made
all constructors of ACE_Time_Value explicit. As a result if you have a
method that expects a ACE_Time_Value&, you just can't pass for example 5,
you have to pass an ACE_Time_Value(5).
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
...
RE: [ace-users] ACE 5.3Hi,
5.3 is ancient, visual age 7 is brand new, I don't think anyone is using
this and you problaby will find issues because this is not tested.
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 Praveen
> Kumar Gulati
> Sent: woensdag 19 oktober 2005 9:08
> To: ace-users@cs.wustl.edu
> Subject: [ace-users] ACE 5.3 - TAO 1.3 on AIX 5.3 with
> compiler Visual Age Version 7.0
>
> Hi
>
> I am trying to build ACE 5.3 - TAO 1.3 on AIX 5.3 with
> compiler Visual Age Version 7.0.
>
> Do you already know some issues in above combination?
>
> Whether some one is already using above combination?
>
> Regards
>
> Praveen Gulati
>
>
...
[tao-users] RE: [ace-users] XML service configuration no longer works with ACE/TAO 5.4.5/1.4.5Hi 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
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
>
> � � HOST MACHINE and OPERATING SYSTEM:
> uname -a
> Linux janus 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC
> 2005 x86_64 x86_64
> x86_64 GNU/Linux
>
> � � TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
> � � COMPILER NAME AND VERSION (AND PATCHLEV...
RE: [ace-users] ACE 5.3This is a multi-part message in MIME format.
------=_NextPart_000_01BC_01C5D46D.2EF26B10
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi Praveen,
=20
Riverace will have an AIX 5.3/Visual Age 7 machine running next week.
We have a sponsor for porting ACE 5.4 to the platform. If you'd like
to sponsor us porting back to ACE 5.3, please let me know.
=20
Best regards,
=20
-Steve
--
Steve Huston, Riverace Corporation
"How to Use ACE Effectively" class Oct 17-19!
See http://www.riverace.com/training.htm
-----Original Message-----
From: owner-ace-users@cse.wustl.edu
[mailto:owner-ace-users@cse.wustl.edu] On Behalf Of Praveen Kumar
Gulati
Sent: Wednesday, October 19, 2005 3:08 AM
To: ace-users@cs.wustl.edu
Subject: [ace-users] ACE 5.3 - TAO 1.3 on AIX 5.3 with compiler Visual
Age Version 7.0
Hi
I am trying to build ACE 5.3 - TAO 1.3 on AIX 5.3 with compiler Visual
Age Version 7.0.
Do you already know some issues in above combination?=20
Whether some one is already using above combination?
Regards
Praveen Gulati
------=_NextPart_000_01BC_01C5D46D.2EF26B10
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii&q...
[tao-users] ACE 5.3.5 + TAO 1.3.5 + CIAO 0.3.5 beta releasedHi
We are happy to announce a new beta of ACE-5.3.5, TAO-1.3.5 and
CIAO-0.3.5. This beta comes with new ORB level services that were
developed over the past few months by folks at Washington University
and University of Rhode Island. Please see the release notes attached
with this email for more information.
As usual the latest release is available at:
http://deuce.doc.wustl.edu/Download.html
The doxygen documentation for the beta will be updated in the next few
hours!
We highly encourage you to download the present beta and use it with
your applications and let us know if there are any p...
RE: [ace-users] [ACE 5.5] Upgrade from ACE 5.4.7 to ACE 5.5 #2Hi,
Sorry, we are using DevStudio 7.1 (2003)
~ Ishay
Software Architect
Onigma Ltd.
Tel: +972-3-6877315
Fax: +972-3-6877128
Mobile: +972-54-2325090
Email: ishay@onigma.com
-----Original Message-----
From: Johnny Willemsen [mailto:jwillemsen@remedy.nl]
Sent: Tuesday, March 07, 2006 2:42 PM
To: 'Ishay Green'; ace-users@cs.wustl.edu
Subject: RE: [ace-users] [ACE 5.5] Upgrade from ACE 5.4.7 to ACE 5.5
Hi,
> ACE VERSION: 5.5
Thanks for using the PRF form.
> HOST MACHINE and OPERATING SYSTEM:
>
> Intel, WindowsXp, Windows 2003
An important bit information is missing, which compiler did you use.
> AREA/CLASS/EXAMPLE AFFECTED:
> The only problem we encountered was a compilation error
> when construction ACE_Time_Value.
>
> The ACE_Time_Value cannot be constructed anymore from an integer.
>
> For example: ACE_Time_Value( 5 ) --> Compile error
Great to hear things work without problems. This errors sounds strange, we
do have test cases like this in tests/Time_Value_Test.cpp. We do have made
all constructors of ACE_Time_Value explicit. As a result if you have a
method that expects a ACE_Time_Value&, you just can't pass for example 5,
you have to pass an ACE_Time_Value(5).
Regards,
Johnny Willemsen
Remedy IT
Postbus 101
2650 AC Berkel en Rodenrijs
The Netherlands
www.theaceorb.nl / www.remedy.nl
...
Re: [ace-users] [ACE 5.5] Upgrade from ACE 5.4.7 to ACE 5.5 #2Hi Ishay,
>> Sorry, we are using DevStudio 7.1 (2003)
We use this too. Please see
ACE_ROOT/tests/Time_Value_Test.cpp
for lots of examples that use ACE_Time_Value with integers. Please
see if this works on your OS/compiler platform.
Thanks,
Doug
>> ~ Ishay
>>
>> Software Architect
>> Onigma Ltd.
>> Tel: +972-3-6877315
>> Fax: +972-3-6877128
>> Mobile: +972-54-2325090
>> Email: ishay@onigma.com
>>
>> -----Original Message-----
>> From: Johnny Willemsen [mailto:jwillemsen@remedy.nl]
>> Sent: Tuesday, March 07, 2006 2:42 PM
>> To: 'Ishay Green'; ace-users@cs.wustl.edu
>> Subject: RE: [ace-users] [ACE 5.5] Upgrade from ACE 5.4.7 to ACE 5.5
>>
>> Hi,
>>
>> > ACE VERSION: 5.5
>>
>> Thanks for using the PRF form.
>>
>> > HOST MACHINE and OPERATING SYSTEM:
>> >
>> > Intel, WindowsXp, Windows 2003
>>
>> An important bit information is missing, which compiler did you use.
>>
>> > AREA/CLASS/EXAMPLE AFFECTED:
>> > The only problem we encountered was a compilation error
>> > when construction ACE_Time_Value.
>> >
>> > The ACE_Time_Value cannot be constructed anymore from an integer.
>> >
>> > For example: ACE_Time_Value( 5 ) --> Compile error
>>...
[ace-users] Re: ACE 5.4.10, STLPORT, GCC 3.3 & SunOS 5.8Hi Rajesh,
>> 1] I'm using the configure script to create the makefiles. I don't
>> see any option to specify I would like to use STLPORT instead of
>> libstdc++. How do I set this? Of course, I can hack the makefile
>> to add this path, but is this the recommended method or is there a
>> better option?
Chad/J.T., is there some way to do this?
>> If anyone has this working, inputs are greatly appreciated.
>> 2] Does ace internally use STL?
Not very much.
>> I can see some configure options while configuring ace which
>> relates to STL, do I have to set some option to tell ACE not to use
>> STL internally or are ACE STL like functions independent of STL?
Yes, that's the goal. If you run into problems please use the PRF and
let us know.
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] [ACE 5.5] Upgrade from ACE 5.4.7 to ACE 5.5This is a multi-part message in MIME format.
--Boundary_(ID_ogLNJ2XjtOnI/qoGYuqYNQ)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
ACE VERSION: 5.5
HOST MACHINE and OPERATING SYSTEM:
Intel, WindowsXp, Windows 2003
AREA/CLASS/EXAMPLE AFFECTED:
Our team has upgraded from ACE 5.4.7 to ACE 5.5.
I am submitting this email as a service for the ace members that
considure upgrading to ACE 5.5 and using
the same platform and features we are using from the ACE Frameworks
library.
After running a regression test the upgrade seemed to work without any
problems.
The only problem we encountered was a compilation error when construction
ACE_Time_Value.
The ACE_Time_Value cannot be constructed anymore from an integer.
For example: ACE_Time_Value( 5 ) --> Compile error
DESCRIPTION:
We are using ACE_WIN32_Proactor with sockets, pipes and directory
changes.
BOTTOM LINE:
If you are an ace user who are using the same platform and architecture
you could upgrade to the new framework
knowing that somewhere in the world (Israel/Onigma) the upgrade worked
perfectly and nightly.
~ Ishay
Software Architect
Onigma Ltd.
Tel: +972-3-6877315
Fax: +972-3-6877128
Mobile: +972-54-2325090
Email: ishay@onigma.com
--Boundary_(ID_ogLNJ2XjtOnI/qoGYuqYNQ)
Content-type: text/html; charset=us-ascii
Content-transfer-encoding: 7BI...
Re: [ace-users] Re: ACE 5.4 compiling problems with g++ 3.4.3Hi
> First, please use the problem-report-form when asking questions. ACE 5.4 is
> not supported with newer GCC versions. All these issues are resolved in the
> upcoming x.4.3 release.
>
> For the time being, try to add the following to your config.h
>
> # if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
> # define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS
> # endif /* __GNUC__ >= 3.4 */
>
> You are correct, the download link doesn't work. Bala, do you have an idea
> what is happening with the downlo...
[tao-users] Re: ACE+TAO+CIAOHi folks,
It's been a long time (5 months) since we put out the x.4.2
ACE+TAO+CIAO beta, and the current x.4.3 beta contains many
improvements, fixes, and new features. It would be great if you could
put this through its paces and let us know what problems you find so
we can fix them ASAP. We plan to release the x.4.4 beta fairly soon
(i.e., within a month), so your thorough testing will greatly improve
its stability and portabilty!
Thanks very much,
Doug
>> Since this is the season of giving, we are happy to announce a new beta
>> of ACE-5....
[ace-users] Tests failed : ACE 5.5.2 - AIX 5.3Hi,
My first mail before my message in the group failed (my subscription was not
activated).
The PRF below describes my problems. I can compile and link but several
ACE's tests fail. I only use ACE library and only compile it by cd'ing in
the ace directory before running make. I already made some fixes described
below to compile and to link the library. I'm not abble to interpret the
faild tests to identify the problem source or area.
I didn't find the scoreboard before my mail. I see that several tests fails
for
all compilations on AIX. I try to reassure myself by looking these results,
it's
not only for my configuration. But it's a daily build with last development
version.
For the 5.5.2 stable version they should probably not fail ?
Regards,
PO Houot.
ACE VERSION: 5.5.2
HOST MACHINE and OPERATING SYSTEM:
bash-3.00$ uname -a
AIX localhost 3 5 0040983B4C00 unknown unknown AIX
bash-3.00$ oslevel -r
5300-05
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
Same as host
COMPILER NAME AND VERSION (AND PATCHLEVEL):
bash-3.00$ g++ -v
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../gcc-4.1.1/configure --disable-nls
Thread model: aix
gcc version 4.1.1
This compiler is installed from packages provided by UCLA AIX Software
library
THE $ACE_ROOT/ace/config.h FILE :
bash-3.00$ more $ACE_ROOT/ace/config.h
#include "ace/config-aix-5.x.h"
T...
[ace-users] ACE 5.3------=_Part_17_4772698.1129705681813
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi
I am trying to build ACE 5.3 - TAO 1.3 on AIX 5.3 with compiler Visual Age
Version 7.0.
Do you already know some issues in above combination?
Whether some one is already using above combination?
Regards
Praveen Gulati
------=_Part_17_4772698.1129705681813
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
<font size=3D"2">
<p>Hi</p>
<p>I am trying to build ACE 5.3 - TAO 1.3 on AIX 5.3 with compiler Visual A=
ge Version 7.0.</p>
<p>Do you already know some issues in above combination? </p>
<p>Whether some one is already using above combination?</p>
<p>Regards</p>
<p>Praveen Gulati</p></font>
------=_Part_17_4772698.1129705681813--
------=_Part_209_12524537.1129714684175
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi
Thanks. I will come back to you after some time.
I have already built with some minor changes.
ACE is only a small component in my application, which is currently runnin=
g
in Solaris.
I am in process of porting other components to AIX, after that I will brin=
g
up the application, if there are any issues, I will fall ba...
[ace-bugs] RE: test program failed on running Static library of ACE 5.4 / 5.4.1 / 5.3.1 on AMD 64 Windows platformHi,
Thanks for using the PRF form.
Do I understand correctly you are using Windows 64 bit and the 64bit
Microsoft compiler? This is a platform that is not tested yet and it seems
that there are still some problems. Because such a simple program doesn't
work maybe compiler/linker options could be the problem. We have here AMD64
with SuSE 92 Linux without problems, AMD64 with a normal windows xp and the
normale vc71 compiler also doesn't have problems.
Maybe you can investigate this and supply patches, or else look at
http://www.cs.wustl.edu/~schmidt/commercial-support.html for companies that
deliver ACE/TAO support. We as Remedy IT can also solve this for you, see
www.theaceorb.nl for our services.
Regards,
Johnny Willemsen
Remedy IT
Leeghwaterstraat 25
2811 DT Reeuwijk
The Netherlands
www.theaceorb.nl / www.remedy.nl
> ACE VERSION: 5.4 / 5.4.1 / 5.3.1
>
> HOST MACHINE and OPERATING SYSTEM:
> Windows 2003 Server - AMD64 bit platform:
>
> TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
> COMPILER NAME AND VERSION (AND PATCHLEVEL):
> Compiler Version 14.00.40310.23 for AMD64 using Microsoft Platform SDK
> Linker Version 8.00.40310.23 using Microsoft Platform SDK
>
> CONTENTS OF $ACE_ROOT/ace/config.h [if you use a link to
> a platform-
> specific file, simply state which one]:
> config.h
>
> CONTENTS OF
> $A...
[ace-bugs] RE: test program failed on running Static library of ACE 5.4 / 5. 4.1 / 5.3.1 on AMD 64 Windows platform Hi Johnny,
Thanks for your response. Actually Mr. Dougs response to check with ACE
version 5.4.2 worked for me and I am not getting this corruption issues with
this version of ACE. There were few minor compilation issues with this
release of ACE but they were quite easy to resolve.
Regards,
Meenakshi
-----Original Message-----
From: Johnny Willemsen [mailto:jwillemsen@remedy.nl]
Sent: Sunday, November 28, 2004 11:46 PM
To: Meenakshi Vohra; ace-bugs@cs.wustl.edu
Subject: RE: test program failed on running Static library of ACE 5.4 /
5.4.1 / 5.3.1 on AMD 64 Windows platform
...
ACE migration from 5.3 to 5.4.1 ACE_Svc_Tuple does not exist in ACE 5.4.1To: ace-bugs@cs.wustl.edu
Subject: [area]: [synopsis]
ACE VERSION: 5.4.1
HOST MACHINE and OPERATING SYSTEM:
(Red Hat Linux 3.2.2-5
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
COMPILER NAME AND VERSION (AND PATCHLEVEL):
ACE_wrappers]$ gcc --version
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
make static_libs=1 shared_libs=1 inline=1 threads=1 exceptions=1
fast=1 ssl=1
CONTENTS OF $ACE_ROOT/ace/config.h
ln -s $ACE_ROOT/ace/config-linux.h $ACE_ROOT/ace/config.h
CON...
RE: [ace-users] XML service configuration no longer works with ACE/TAO 5.4.5/1.4.5Hi,
> 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 section:
>
> The Config Handlers have been modified to use XML parsing code
> � generated by the XML Schema Compiler (XSC). �Binary releases of XSC
> � can currently be found at
> (http://www.dre.vanderbilt.edu/~boris/xsc),
> � and a recent snapshot of the CVS repository can be found at
> � (http://www.dre.vanderbilt.edu/~wotte/xsc.tbz2). �We plan
> to ...
RE: [ace-users] Re: ACE 5.4.0 won't compile after GCC upgrade (3.3.3 -> 3.4.3)Hi Tom,
> > > The "resolution" was to upgrade to ACE-5.4.3 or later, which has
> > > code fixes to help with the newer compiler. Not sure how
> much would
> > > need to change, but you may be able to inspect the differences
in
> > > that part of the code wrt the newer ACE release to backport the
> > > fixes.
> > Thanks, I've downloaded and am building. Is ACE-5.4.3 the latest
> > production release ?
>
> Well, the definition of "production release" for ACE is a bit murky
> imho.
P...