<div dir="ltr"><div>Hi Steve,<br></div><div><br></div><div>If you install xquartz, you should see glx.h in /usr/X11R6/include.  On OS X, X11 always had its own GL headers and libraries inside /usr/X11R6/include and /usr/X11R6/lib.  You'd definitely have to link to those libraries, rather than linking to OpenGL.framework.</div><div><br></div><div>I remember that VTK-X11 on OS X was a well-supported configuration back in 2005 or so.</div><div><br></div><div> - David</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 29, 2018 at 8:06 PM, Langer, Stephen A. (Fed) <span dir="ltr"><<a href="mailto:stephen.langer@nist.gov" target="_blank">stephen.langer@nist.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div class="m_-2683742587480188670WordSection1">
<p class="MsoNormal">OSX does come with OpenGL, but not the X11 parts of it.  There's no glx.h in /System/Library/Frameworks/<wbr>OpenGL.framework/Headers, and the libraries don't define glXChooseFBConfig and other symbols used by VTK.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Just firing up ccmake and not making any changes to the configuration gives VTK_USE_X=OFF and VTK_USE_COCOA=ON, but I want them the other way around.  Changing those two settings but nothing else makes it try to link to the OpenGL.framework,
 and the build fails because the framework doesn't support X11.   Pointing OPENGL_INCLUDE_DIR, OPENGL_gl_LIBRARY, and OPENGL_glu_LIBRARY to the mesa components lets VTK build, but it gives a warning at run time when it checks the OpenGL version, and then crashes.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">The reason for doing this is that many (most?) ports in macports use X11 instead of Cocoa/Quartz, and it's difficult to mix the two.  Our software will be easier to distribute if it can be built to use either X11 or Cocoa.   Also, we're
 using gtk2, and it works better in X11.  (Someday we'll upgrade to gtk3…) <u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">-- Steve<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">Ken Martin <<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>><br>
<b>Date: </b>Monday, January 29, 2018 at 3:21 PM<br>
<b>To: </b>"Langer, Stephen A. (Fed)" <<a href="mailto:stephen.langer@nist.gov" target="_blank">stephen.langer@nist.gov</a>><br>
<b>Cc: </b>"<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>" <<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>><br>
<b>Subject: </b>Re: [vtkusers] vtk getting wrong OpenGL version number from mesa and macports<u></u><u></u></span></p>
</div><div><div class="h5">
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal"><a name="m_-2683742587480188670__MailOriginalBody">I'm pretty sure OSX comes with OpenGL and OSX always provides at least OpenGL 3.2 as of any version of OSX in the past few years. I'm not an OSX wizard, but generally default vtk builds straight out of the box
 last I checked. Maybe try a clean VTK build using all the defaults and see if that works.<u></u><u></u></a></p>
</div>
<div>
<p class="MsoNormal"><span><u></u> <u></u></span></p>
<div>
<p class="MsoNormal"><span>On Mon, Jan 29, 2018 at 3:08 PM, Langer, Stephen A. (Fed) <</span><a href="mailto:stephen.langer@nist.gov" target="_blank"><span>stephen.langer@nist.gov</span><span></span></a><span>>
 wrote:<u></u><u></u></span></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal"><span>Hi --<br>
<br>
I'm revisiting earler efforts to get vtk working with X11 on macOS.  I'd been building vtk with Cocoa because with X11 vtk was complaining that it couldn't find OpenGL version 3.2 or later.  I'm using macports to install OpenGL (mesa), and supposedly it's providing
 version 4.5 of OpenGL.<br>
<br>
I've tried building vtk both with and without VTK_USE_SYSTEM_GLEW, since vtk gets the version number from glew.  I tried tracing though the process of getting the version number, starting with vtkOpenGLRenderWindow::<wbr>OpenGLInitContext(), but found the glew code
 to be amazingly opaque.   All I know for sure is that in vtk's OpenGLInitContext, GLEW_VERSION_3_2 and GLEW_VERSION_3_1 are empty, but the glew source code *does* set them, in glewContextInit() in glew.c.  I don't know what it sets them *to*, though.<br>
<br>
I'm using the latest vtk from git master, but the problem occurred with released versions too.<br>
<br>
I don't know if this is a vtk problem or a macports problem or a mesa problem, but I didn't get a helpful answer from the macports list.  Any advice would be much appreciated.<br>
<br>
Thanks.<br>
<br>
 -- Steve<br></span></p></blockquote></div></div></div></div></div></div></blockquote></div></div></div>