|
HelloWorld syntax error with OpenSuSe11
Hi:
I've tried to compile the helloworld example in OpenSuse 11.0 386 32bits with gcc 4.3.1 but I get some errors :
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
g++ -I. -c Printer.cpp
In file included from ./Printer.h:23,
from Printer.cpp:13:
/usr/include/Ice/Outgoing.h:56: error: invalid use of ‘::’
/usr/include/Ice/Outgoing.h:56: error: expected ‘;’ before ‘<’ token
/usr/include/Ice/Outgoing.h:84: error: invalid use of ‘::’
/usr/include/Ice/Outgoing.h:84: error: expected ‘;’ before ‘<’ token
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
I have copied the example from documentation.
I've installed the Sle10 version from zeroc.
I know that OpenSuse is not a supported version but i wonder if there is some fixes in order to get running Ice
Thanks.
|