Why have the rh4 binary archive and visual studio 2005 no sp1 .msi not been included with the latest release?
I'm having trouble using Ice 3.2.0 with GCC 4.3.3 because of the auto_ptr no type errors mentioned in other threads (possibly something to do with missing includes) and am trying to upgrade to the latest version. However, I am using visual studio 2005 with no sp1 (firm-wide decision, I have no choice in the matter) and preferred the old rh4 binary archive because everything was in one place.
Just curious... The visual studio 2005 no sp1 release would help me out tremendously. Alternatively, is there an easy way to make 3.2.0 work with GCC 4.3.3?
Here is the GCC 4.3.3 output. This code works perfectly, with no warnings in 3.4.6
Thanks!
/home/fiapp/opt/Ice-3.2.0/include/Ice/Outgoing.h:56: error: ISO C++ forbids decl
aration of âauto_ptrâ with no type
/home/fiapp/opt/Ice-3.2.0/include/Ice/Outgoing.h:56: error: invalid use of â::â
/home/fiapp/opt/Ice-3.2.0/include/Ice/Outgoing.h:56: error: expected â;â before
â<â token
/home/fiapp/opt/Ice-3.2.0/include/Ice/Outgoing.h:84: error: ISO C++ forbids decl
aration of âauto_ptrâ with no type
/home/fiapp/opt/Ice-3.2.0/include/Ice/Outgoing.h:84: error: invalid use of â::â
/home/fiapp/opt/Ice-3.2.0/include/Ice/Outgoing.h:84: error: expected â;â before
â<â token

Reply With Quote