View Single Post
  #1 (permalink)  
Old 08-05-2008
javiroman javiroman is offline
Registered User
 
Name: Javier Roman
Organization: www.cediant.es
Project: Providers of Grid solutions for Bank field
 
Join Date: Aug 2007
Location: Madrid (Spain)
Posts: 2
Send a message via Skype™ to javiroman
-->
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.
Reply With Quote