<div dir="ltr"><div>Turned off the IceT tests using the boolean option in CMakeCache.txt. Seems to go through with the compilation. Not sure if this will affect what I use it for though. I do intend to run it in parallel using python scripting. Will report back.<br><br></div>ganesh<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Feb 17, 2016 at 3:31 PM Ganesh Vijayakumar <<a href="mailto:ganesh.iitm@gmail.com">ganesh.iitm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I still get the same problem despite setting that field to empty. The problem occurs here<div><br></div><div>[ 94%] Linking C executable ../../../../bin/icetTests_mpi_opengl</div></div><div dir="ltr"><div>/usr/lib64/libGL.so.1: undefined reference to `_glapi_tls_Dispatch'</div></div><div dir="ltr"><div>collect2: error: ld returned 1 exit status</div><div>make[2]: *** [bin/icetTests_mpi_opengl] Error 1</div><div>make[1]: *** [ThirdParty/IceT/vtkicet/tests/CMakeFiles/icetTests_mpi_opengl.dir/all] Error 2</div><div>make: *** [all] Error 2</div><div><br></div><div>I guess the compiler is picking up that library on it's own. Any ideas on what this problem is? The compilation goes all the way to 94% .. in serial mode though!</div></div><div dir="ltr"><div><br></div><div>ganesh</div></div><div dir="ltr"><div><br><div class="gmail_quote"><div dir="ltr">On Wed, Feb 17, 2016 at 12:34 PM Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just set libGLU to empty. If I am not mistaken, it's optional (only<br>
needed for some testing and GMV reader from VisItBridge which you can<br>
disable).<br>
<br>
<br>
<br>
On Wed, Feb 17, 2016 at 2:26 PM, Ganesh Vijayakumar<br>
<<a href="mailto:ganesh.iitm@gmail.com" target="_blank">ganesh.iitm@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
>   I'm trying to install Paraview-v5.0.0 with OS Mesa for off screen<br>
> rendering using cmake. I was following instructions from the wiki. I<br>
> installed the mesa libraries first.<br>
><br>
> #From Paraview wiki<br>
> ./configure --disable-xvmc --disable-glx --disable-dri --with-dri-drivers=""<br>
> --with-gallium-drivers="swrast" --enable-texture-float<br>
> --disable-shared-glapi -\<br>
> -disable-egl --with-egl-platforms="" --enable-gallium-osmesa<br>
> --enable-gallium-llvm=yes --with-llvm-shared-libs<br>
><br>
> I had issues with "-disable-shared-glapi". Then on<br>
> <a href="http://comments.gmane.org/gmane.comp.science.paraview.user/26440" rel="noreferrer" target="_blank">http://comments.gmane.org/gmane.comp.science.paraview.user/26440</a>, I saw that<br>
> this option was removed. Now it compiles ok.<br>
><br>
> ./configure --disable-xvmc --disable-glx --disable-dri --with-dri-drivers=<br>
> --with-gallium-drivers=swrast --enable-texture-float --disable-egl<br>
> --with-egl-plat\<br>
> forms= --enable-gallium-osmesa --enable-gallium-llvm=yes<br>
> --prefix=/storage/home/guv106/Installers/Paraview/mesa-11.1.2 &><br>
> log.configure<br>
><br>
> Moving on after installing a new cmake with SSL compatibility that finds the<br>
> right python etc. , I get this error now when compiling paraview<br>
><br>
> /usr/lib64/libGL.so.1: undefined reference to `_glapi_tls_Dispatch'<br>
><br>
> I see that the wiki asks me to use the system libGLU as<br>
> -DOPENGL_glu_LIBRARY={MESA_INSTALL_PREFIX}/lib/libGLU.[so|a] \, however,<br>
> that library on my system refers to the system libGL instead of the<br>
> libOSMesa.so I just installed. How do I get around this? I'm unable to<br>
> install libGLU from freedesktop myself because it seem to need GL. Any<br>
> ideas? Am I missing some obvious step here? Should I attach my<br>
> CMakeCache.txt?<br>
><br>
> ganesh<br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
><br>
</blockquote></div></div></div></blockquote></div>