<div dir="ltr">Here's a little hint:<div><br></div><div>In Rendering/OpenGL/CMakeLists.<wbr>txt find the section labeled "# Configuration for vtkOpenGLExtensionManager" change this:</div>







<div><br></div><div><div>elseif(APPLE)</div><div>  set(VTK_USE_APPLE_LOADER 1)</div><div>  set(VTK_USE_CORE_GRAPHICS 1)</div></div><div><br></div><div>to this:</div><div><br></div><div><div>elseif(APPLE AND NOT VTK_USE_X)</div>







<div>  set(VTK_USE_APPLE_LOADER 1)</div><div>  set(VTK_USE_CORE_GRAPHICS 1)</div></div><div><br></div><div>I don't know if that will work, because I haven't tested it, but it should move you in the right direction.</div><div><br></div><div> - David</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 24, 2016 at 9:39 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Wed, Aug 24, 2016 at 9:23 AM, 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">It looks a little better but now I'm seeing:<br></blockquote><div><br></div></span><div>These CGL calls are invalid for X11 OpenGL.  You'll have to modify your copy of VTK so that it checks OpenGL capabilities on Mac the same was as it usually does for Linux.</div><span><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Let me know if you need any more information.<br></blockquote><div><br></div></span><div>You're going to be pretty much on your own, about all I can say now is "good luck".  </div><span><font color="#888888"><div> </div><div> - David</div></font></span><div><div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>
On Wed, 2016-08-24 at 10:03 -0400, James Overly wrote:<br>
> Thanks! I'm giving that a try.<br>
><br>
> Jim<br>
><br>
> On Tue, 2016-08-23 at 17:52 -0600, David Gobbi wrote:<br>
> > Hi James,<br>
> ><br>
> ><br>
> > Assuming that you have installed xquartz and that you have all the X11<br>
> > headers and libraries in /opt/X11, you have to tell cmake to use the<br>
> > OpenGL that comes with X11:<br>
> ><br>
> ><br>
> > OPENGL_INCLUDE_DIR:PATH=/opt/X<wbr>11/include<br>
> > OPENGL_gl_LIBRARY:FILEPATH=/op<wbr>t/X11/lib/libGL.dylib<br>
> > OPENGL_glu_LIBRARY:FILEPATH=/o<wbr>pt/X11/lib/libGLU.dylib<br>
> ><br>
> ><br>
> > Otherwise VTK will link to the framework OpenGL, which doesn't include<br>
> > glx.<br>
> ><br>
> ><br>
> > Even with the above, there are no guarantees that VTK will work with<br>
> > X11 on OS X.  But it should at least get you past the link errors.<br>
> ><br>
> ><br>
> >  - David<br>
> ><br>
> ><br>
> > On Tue, Aug 23, 2016 at 5:03 PM, David E DeMarle<br>
> > <<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>> wrote:<br>
> ><br>
> >         On Tue, Aug 23, 2016 at 6:17 PM, James Overly<br>
> >         <<a href="mailto:joverly@cfa.harvard.edu" target="_blank">joverly@cfa.harvard.edu</a>> wrote:<br>
> >                 -DVTK_USE_X:BOOL=ON \<br>
> >                 -DVTK_USE_CARBON:BOOL=OFF \<br>
> ><br>
> >                 -DVTK_USE_COCOA:BOOL=OFF \<br>
> ><br>
> ><br>
> >         Why not Cocoa? VTK over X11 is strongly discouraged on Mac.<br>
> ><br>
> >         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><br>
> ><br>
> ><br>
><br>
</div></div><div><div>> ______________________________<wbr>_________________<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 <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
<br>
</div></div></blockquote></div></div></div><br></div></div>
</blockquote></div><br></div></div>