<div dir="ltr"><div>Hi James,</div><div><br></div><div>Assuming that you have installed xquartz and that you have all the X11 headers and libraries in /opt/X11, you have to tell cmake to use the OpenGL that comes with X11:</div><div><br></div><div><div>OPENGL_INCLUDE_DIR:PATH=/opt/X11/include</div><div>OPENGL_gl_LIBRARY:FILEPATH=/opt/X11/lib/libGL.dylib</div><div>OPENGL_glu_LIBRARY:FILEPATH=/opt/X11/lib/libGLU.dylib</div></div><div><br></div><div>Otherwise VTK will link to the framework OpenGL, which doesn't include glx.</div><div><br></div><div>Even with the above, there are no guarantees that VTK will work with X11 on OS X.  But it should at least get you past the link errors.</div><div><br></div><div> - David</div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 23, 2016 at 5:03 PM, David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 23, 2016 at 6:17 PM, James Overly <span dir="ltr"><<a href="mailto:joverly@cfa.harvard.edu" target="_blank">joverly@cfa.harvard.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>-DVTK_USE_X:BOOL=ON \<br>-DVTK_USE_CARBON:BOOL=OFF \ <br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>-DVTK_USE_COCOA:BOOL=OFF \<br></div></blockquote></div></div><div class="gmail_extra"><br>Why not Cocoa? VTK over X11 is strongly discouraged on Mac.<span><font color="#888888"><br><br clear="all"><div><div data-smartmail="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div></div>
</font></span></div></div>
</blockquote></div><br></div></div></div>