<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><br>
We are in the process of upgrading our Omero Server from 4.3.4 up to the latest version, which was released on the 13 September, (4.4.4).
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We are struggling to get VolViewer working with this release of Omero.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We have the following installed:<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:36.0pt">gcc 4.1.2<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:36.0pt">qt4 (4.7.2)<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:36.0pt">ice (3.3.1)<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:36.0pt">omero-cpp (4.4.4)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The problem we are seeing looks like an issue with the Omero APIs.  We are specifically seeing an issue with the compilation of “MarchingCubes.cpp”, as follows:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT
 -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt47/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtOpenGL -I/usr/include/Qt3Support -I/usr/include -I. -I. -I/root/openmicroscopy/dist/include
 -I/usr/share/Ice-3.3.1/include -I/root/openmicroscopy/components/tools/OmeroCpp/src/ -I/usr/include/GL -I. -I/usr/X11R6/include -I. -o MarchingCubes.o MarchingCubes.cpp<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:61: error: expected identifier before 'int'<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:61: error: multiple types in one declaration<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:93: error: expected identifier before 'int'<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:93: error: multiple types in one declaration<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:94: error: 'bool omero::cmd::operator==(const int&, const int&)' must have an argument of class or enumerated type<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:95: error: 'bool omero::cmd::operator<(const int&, const int&)' must have an argument of class or enumerated type<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:135: error: 'Ice::Object* IceInternal::upCast' redeclared as different kind of symbol<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:133: error: previous declaration of 'IceProxy::Ice::Object* IceInternal::upCast(IceProxy::omero::cmd::Handle*)'<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:135: error: expected unqualified-id before 'int'<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:136: error: 'IceProxy::Ice::Object* IceInternal::upCast' redeclared as different kind of symbol<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:133: error: previous declaration of 'IceProxy::Ice::Object* IceInternal::upCast(IceProxy::omero::cmd::Handle*)'<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:136: error: expected unqualified-id before 'int'<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:173: error: template argument 1 is invalid<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:173: error: invalid type in declaration before ';' token<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:174: error: template argument 1 is invalid<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:174: error: invalid type in declaration before ';' token<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:460: error: expected identifier before 'int'<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">/root/openmicroscopy/dist/include/omero/cmd/API.h:460: error: expected unqualified-id before ':' token<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">MarchingCubes.cpp:534: error: expected `}' at end of input<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">MarchingCubes.cpp:534: error: expected `}' at end of input<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">MarchingCubes.cpp:534: error: expected `}' at end of input<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:10.0pt">make: *** [MarchingCubes.o] Error 1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal">If anyone is able to provide any pointers, or advice, we would be very grateful!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
<p class="MsoNormal">John<o:p></o:p></p>
</div>
</body>
</html>