I'm trying to compile VTK on our SC40 & SC45 systems (running OSF), and running into the following problem:<br>
<br>
<div style="margin-left: 40px; font-family: courier new,monospace;">cxx: Error: ../../ezViz/Utilities/VTK/Rendering/vtkOpenGLExtensionManager.cxx, line 37:<br>
          cannot overload functions distinguished by return type alone<br>
extern "C" vtkglX::__GLXextFuncPtr glXGetProcAddressARB(const GLubyte *);<br>
-----------------------------------^<br>
Building object file vtkOpenGLTexture.o...<br>
cxx: Info: 1 error detected in the compilation of "../../ezViz/Utilities/VTK/Rendering/vtkOpenGLExtensionManager.cxx".<br>
Building object file vtkOpenGLFreeTypeTextMapper.o...<br>
gmake[3]: *** [vtkOpenGLExtensionManager.o] Error 1<br>
gmake[3]: *** Waiting for unfinished jobs....<br>
cxx: Info: File not optimized; use -g3 if both optimization and debug wanted.<br>
cxx: Info: File not optimized; use -g3 if both optimization and debug wanted.<br>
Building object file vtkgl.o...<br>
gmake[3]: *** Waiting for unfinished jobs....<br>
cxx: Info: File not optimized; use -g3 if both optimization and debug wanted.<br>
gmake[2]: *** [default_target] Error 2<br>
gmake[1]: *** [default_target_Rendering] Error 2<br>
gmake: *** [default_target] Error 2<br>
</div>
<br>I've found the offending line, inside a #define block, and simply
commented it out.  That lets the compile complete, but i'm not
sure if it's breaking anything else.  Any hints as to the proper
resolution to this?<br>
<br>-- <br>Randall Hand<br><a href="http://www.yeraze.com">http://www.yeraze.com</a>