TAO VERSION: 1.4.4 ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Windows XP Pro TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Eugeny S. Samaev
ses@...
May 4, 2005 1:12 pm
4120
TAO VERSION: 1.4.4 ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: wickie:/home/maa/tools/ACE_wrappers/TAO-->uname -a Linux wickie 2.6.5-7.111.19-smp #1...
Anders Malmborg
anders.malmborg@...
May 5, 2005 1:40 pm
4121
TAO VERSION: 1.4.4 ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: WIN2000, SP2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Cosmo, Patrick
pcosmo@...
May 13, 2005 2:16 pm
4122
Hi Johny First of all a quick clarification: the title of this PR should read "Collocation optimization does not work when ImR is used". As it failed both with...
TAO VERSION: 1.3 ACE VERSION: 5.3 HOST MACHINE and OPERATING SYSTEM: Win2003 Server TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME...
Pedro Rocha
Pedro.Rocha@...
May 23, 2005 3:50 pm
4125
Hi Pedro, Thanks for using the PRF. ... Please upgrade to ACE+TAO x.4.5, which you can download from http://deuce.doc.wustl.edu/Download.html under the heading...
Douglas C. Schmidt
schmidt@...
May 23, 2005 4:27 pm
4126
Dear TAO-bugs, (I am resending this report again as it seems not to have got through to the newsgroup in the last 12 hours.) I would like to report the...
Konstantinos Lykiardo...
klyk@...
May 24, 2005 6:35 am
4127
TAO VERSION: 1.4.5 ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Windows XP Pro TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Eugeny S. Samaev
ses@...
May 26, 2005 3:09 pm
4128
... I'm no ACE/TAO developer, but isn't this simply against "rw", by definition? "rw" means: block during outgoing calls, don't accept nested upcalls. And the...
David Faure
dfaure@...
May 27, 2005 2:09 pm
4129
TAO VERSION: 1.4 ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: SunOS 5.8 Generic_117350-16 sun4us sparc TARGET MACHINE and OPERATING SYSTEM, if different...
christophe beaumont
christophe.beaumont@...
May 30, 2005 1:33 pm
4130
Hi, Thanks for using the PRF form. It looks something very strange. Could you try to build things in a fresh tree and make sure ACE_ROOT/TAO_ROOT are set to...
Johnny Willemsen
jwillemsen@...
May 30, 2005 1:42 pm
4131
thanks for your reply. I download the latest verion, and i've not the error when compiling orbsvcs. that's a good thing. ACE version 5.4.5 TAO version 1.4.5 ...
christophe beaumont
christophe.beaumont@...
May 31, 2005 8:09 am
4132
... wich is linked from my IDL. my makefile to my idl look like this : ar -ru idl.a *.o Is that wrong ? what is the good way then ? Best Regards, Christophe ...
christophe beaumont
christophe.beaumont@...
May 31, 2005 8:21 am
4133
Hi, You have to link the CosNaming library and the generated IDL files with your app. Regards, Johnny Willemsen Remedy IT Postbus 101 2650 AC Berkel en...
Johnny Willemsen
jwillemsen@...
May 31, 2005 8:24 am
4134
Always on the same problem of linking : I made an "nm" on one file (TableSNMP.o), in order to display the symbol table. I put in an attached file the result of...
christophe beaumont
christophe.beaumont@...
May 31, 2005 1:56 pm
4135
Hi, ... If your application (particularly "idl.a") depends on the TAO_CosNaming library, you should place "-lTAO_CosNaming" after your object files and/or...
Ossama Othman
ossama@...
May 31, 2005 7:34 pm
4136
TAO VERSION: 1.4 ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: i686, Linux (Red Hat 7.3, 2.4 kernel) TARGET MACHINE and OPERATING SYSTEM, if different...
David Carlton
david.carlton@...
Jun 3, 2005 1:12 am
4137
TAO VERSION: 1.4.5 ACE VERSION: 5.4.5 HOST MACHINE and OPERATING SYSTEM: Windows 2000 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Ming Z
mingz_emc@...
Jun 10, 2005 5:20 pm
4138
Hi, ... Can you please verify that the problem exists in TAO 1.4.6, i.e. the latest beta? A number of valuetype and TypeCode changes were made in that beta...
Ossama Othman
ossama@...
Jun 10, 2005 5:42 pm
4139
Hi Ossama, I downloaded and built the new beta release TAO1.4.6(ACE 5.4.6). Recompiled the idl file and tried the same test, the result is exactly the same as...
Ming Z
mingz_emc@...
Jun 10, 2005 9:29 pm
4140
Dear Dr. Douglas, Now we have completed the phase one of our projects about concurrency control service. Although we have yet to implement the transactional...
n-sharifimehr
n-sharifimehr@...
Jun 12, 2005 12:11 pm
4141
TAO VERSION: 1.4.4, 1.4.5, 1.4.6 ACE VERSION: 5.4.4, 5.4.5, 5.4.6 HOST MACHINE and OPERATING SYSTEM: HPUX 10.20 [B.10.20 A 9000/785] / aCC: HP ANSI C++ B3910B...
Hi, Thanks for using the PRF form. Could you try to extend one of the tests under ACE_wrappers\TAO\tests\Portable_Interceptors to reproduce the problem? Could...
Johnny Willemsen
jwillemsen@...
Jun 17, 2005 8:37 am
4146
Hi, I noticed that Jeff fixed the IDL compiler to always include the SString.h, but I'm not sure if that's such a good idea. After all: - the problem only...
Dekeyser, Kris
Kris.Dekeyser@...
Jun 17, 2005 1:26 pm
4147
Hi, It could also be a bug in the HP compiler when optimizing is enabled. With a small reproducable idl file we could at least see with other compilers if ...
Johnny Willemsen
jwillemsen@...
Jun 17, 2005 6:01 pm
4148
Hi, Maybe without the optimize the include of Sstring is coming from indirect includes and now one is missed. Kris, could you maybe make a very small IDL file...