<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello<br>
<br>
Am trying to compile the bare minimum of VTK; I don't need graphics, just some IO and filters to test SMPTools. I am on a Power8 machine with 160 cores.<br>
<br>
I have configure the VTK (trunk), with <br>
<br>
-DBUILD_TESTING=OFF \<br>
-DVTK_SMP_IMPLEMENTATION_TYPE:STRING=TBB  \<br>
-DTBB_LIBRARY_RELEASE=/opt/at10.0/lib64/libtbb.so.2 \<br>
-DTBB_INCLUDE_DIR=/opt/at10.0/include \<br>
-DVTK_WRAP_PYTHON:BOOL=ON \<br>
-DVTK_Group_Rendering:BOOL=OFF<br>
-DVTK_USE_X:BOOL=OFF<br>
<br>
Yet, I am getting the following error, and could not find what else to turn OFF to get over it. Wouldn't the glew stuff be needed only for X-based rendering?<br>
<br>
[ 21%] Linking C shared library ../../../lib/libvtkglew-7.1.so<br>
CMakeFiles/vtkglew.dir/src/glew.c.o: In function `_glewInit_GL_VERSION_1_3':<br>
/users/jfavre/VTK/ThirdParty/glew/vtkglew/src/glew.c:3495: undefined reference to `glXGetProcAddressARB'<br>
<br>
Thanks for any tip.<br>
Jean<br>
<br>
</div>
</body>
</html>