Search the web
Sign In
New User? Sign Up
ace-bugs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4082 - 4111 of 5984   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4082
Hi, Thanks for the PRF. From my side, so far as I can see...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 3, 2003
7:52 pm
4083
Hi, From my side I can confirm that there is something called clearerr in Tornado 2.2 but I don't know if that works as you would expect and what is the reason...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 3, 2003
7:56 pm
4084
Hi, What about changing # if defined (ACE_VXWORKS) && ACE_VXWORKS >= 0x542 # define ACE_LACKS_CLEARERR # endif /* ACE_VXWORKS >= 0x542 */ To # if defined...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 4, 2003
7:20 am
4085
Hi All, ACE VERSION: 5.3.3 HOST MACHINE and OPERATING SYSTEM: Win2k sp4 server. Winsock2 5.0.2195.6601 COMPILER NAME AND VERSION (AND PATCHLEVEL): .NET 7.1...
Kobi Cohen-Arazi
kobi-co@...
Send Email
Dec 4, 2003
3:24 pm
4086
Hi Steve, Yes, I've changed errno to ACE_OS::last_error(). And it worked . The strange thing was in that point ACE_OS::last_error() == 10035 and errno == 0...
Kobi Cohen-Arazi
kobi-co@...
Send Email
Dec 4, 2003
4:31 pm
4087
... It would do the trick, but I'm not sure that 542 is broken. I think that corresponds to Tornado 2.0.2, which we have been using in production with tao...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 4, 2003
4:44 pm
4088
Hi, Then I will change it to == 0x542. That way it works with Tornado 2.2 and with older versions. 0x540 is not supported anymore, maybe we should add a check...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 4, 2003
4:50 pm
4089
... OK. I'm rummaging through the cvsweb diffs to try to figure out the history on this issue, and will send another email soon with a summary as I understand...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 4, 2003
5:29 pm
4090
... Oh, on the VxWorks/Tornado versioning: o VxWorks 0x55* corresponds to the Tornado 2.2 series, shipped with something resembling gcc-2.96. o VxWorks 0x54*...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 4, 2003
5:39 pm
4091
Hi, When I remember correctly there has been a 0x542 release for some platforms that shipped with gcc-2.96. Only 0x540 is VxWorks 5.4 and is shipped with 2.7.x...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 4, 2003
5:41 pm
4092
... Well, Wind River isn't helping us much by having that mysterious 2.1 series, but here is what I see in my installations. They presumably have some patches...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 4, 2003
6:47 pm
4093
... It may be that the versioning for Tornado 2.1.x combines VxWorks 5.4.2 with an unfortunate pre-release of gcc-2.96, which would jibe with your ...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 4, 2003
7:05 pm
4094
... I see that there is some code in or around OS.h intended to handle the clearerr-as-macro case which was modified after first use of ACE_LACKS_CLEARERR with...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 4, 2003
7:05 pm
4095
Hi, Thanks for the info. I will have a look in detail tomorrow. I would propose to use ACE_VXWORKS as the define to check on the right version. 0x540 is then...
Johnny Willemsen
jwillemsen@...
Send Email
Dec 4, 2003
7:37 pm
4096
... OK, though I would like to really confirm that Tornado 2.1.x shipped with a VxWorks claiming to be 5.4.2, since Tornado 2.0.2 shipped with the same ^%&*...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 4, 2003
7:51 pm
4097
ACE VERSION: 5.3.5 AREA/CLASS/EXAMPLE AFFECTED: Comment readability. But spelling isn't everything... SYNOPSIS: Comment typo in CORBA_macros.h. This one has...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 6, 2003
1:43 am
4098
Thomas- ... We reward you with free copy of the documentation from the doc_group ;). Thanks Bala...
Balachandran Natarajan
bala@...
Send Email
Dec 6, 2003
3:48 am
4099
Steve, As I promised, I've checked it again, with a clean machine and build. The original source (without the modification) works. (But ofcourse :-) And it...
Kobi Cohen Arazi
kcarazi@...
Send Email
Dec 7, 2003
9:52 am
4100
Hi Steve, Just to make it complete. I've investigated the cause of that problem on that specific .NET compiler machine, and discovered that users were building...
Kobi Cohen Arazi
kcarazi@...
Send Email
Dec 8, 2003
9:33 am
4101
Hi Roger, ... If someone can send us a patch for this that'll work on RedHat 9.0 without breaking backward compatibility on other platforms we'll go ahead and...
Douglas C. Schmidt
schmidt@...
Send Email
Dec 14, 2003
9:13 pm
4102
Hi Roger, ... It seems too draconian to check for i != 32 for all platforms! Is there a way to just do this for RedHat? Thanks, Doug...
Douglas C. Schmidt
schmidt@...
Send Email
Dec 15, 2003
5:59 pm
4103
Sorry for not jumping in this sooner. I have been trusting some email filters that apparently were not working like I thought. Anyway, my understanding is...
Rob Andzik
andzik@...
Send Email
Dec 17, 2003
9:20 pm
4104
Hi Rob, It would be great to get the VxWorks build back on the scoreboard before the ACE+TAO x.4 release at the end of this month! Thanks, doug...
Douglas C. Schmidt
schmidt@...
Send Email
Dec 17, 2003
9:27 pm
4105
... OK. T2.1 seems to be a dead end, so if something works for T2.2 then it would seem to be the preferred configuration?? ... As does Tornado 2.0.2. So that...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 17, 2003
10:50 pm
4106
Hi Tom, With DWARF exception handling, there is absolutely no cycle overhead until you actually throw, and the DWARF interpreter needed is only around 5 K ...
Alyne, Howard
howard.alyne@...
Send Email
Dec 17, 2003
11:34 pm
4107
Hi We are happy to announce a new beta of ACE-5.3.6, TAO-1.3.6 and CIAO-0.3.6. As usual the latest release is available at: ...
Balachandran Natarajan
bala@...
Send Email
Dec 18, 2003
5:02 pm
4108
Hi Folks, Thanks again to everyone from the DOC group and the ACE+TAO+CIAO user communities who helped get the x.3.6 beta out the door. As Bala mentioned,...
Douglas C. Schmidt
schmidt@...
Send Email
Dec 18, 2003
5:13 pm
4109
Hi Ed, ... Early January, assuming all goes well between now and then. Take care, Doug ... -- Dr. Douglas C. Schmidt, Professor TEL: (615) 343-8197 ...
Douglas C. Schmidt
schmidt@...
Send Email
Dec 19, 2003
5:41 pm
4110
(PFR and patch below) As you may recall, we are working to get VxWorks operating with current versions of TAO. From our PoV, there are three areas of polishing...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 19, 2003
8:16 pm
4111
(PRF and patch below) The ace/RMCast code defines MT_DATA as a "Message_Type" enum. This name is also defined in "mBlk" I/O interfaces found in VxWorks and...
Thomas Lockhart
Thomas.Lockhart@...
Send Email
Dec 19, 2003
11:53 pm
Messages 4082 - 4111 of 5984   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help