Re: openGL Framework

2022-07-27 Thread Ryan Schmidt
On Jul 23, 2022, at 05:38, Mark Brethen wrote: > > if I switch to X11 server, should I remove /opt/X11 along with Xquartz.app? If you are using the MacPorts xorg-server's X11.app and aren't using any other parts of XQuartz (such as its libraries) for any things outside of MacPorts, then sure, y

Re: openGL Framework

2022-07-23 Thread Mark Brethen
if I switch to X11 server, should I remove /opt/X11 along with Xquartz.app? Mark Brethen mark.bret...@gmail.com > On Jul 22, 2022, at 6:28 PM, Ryan Schmidt wrote: > > On Jul 19, 2022, at 17:18, Mark Brethen wrote: > >> I’m also confused about the two x11 window environments (xorg-server vs

Re: openGL Framework

2022-07-22 Thread Ryan Schmidt
On Jul 19, 2022, at 17:18, Mark Brethen wrote: > I’m also confused about the two x11 window environments (xorg-server vs > xquartz). I’m assuming Xquartz libraries, etc are in /opt/local, what about > xorg? XQuartz is a standalone package that installs a complete X11 system, including the X11

Re: openGL Framework

2022-07-20 Thread Mark Brethen
I was able to build CalculiX but I’m seeing this error upon testing:cgx -c beamp.inpError in:sem_initError in:sem_initError in:sem_initError in:sem_initon a Darwin machine, nodename brethen-air.attlocal.net, release 20.6.0, version Darwin Kernel Version 20.6.0: Tue Apr 19 21:04:45 PDT 2022; root:xn

Re: openGL Framework

2022-07-19 Thread Mark Brethen
I should have read through the whole document, further clarification: B: Instalation from the source: Make sure that you have the devel packages for the graphic system installed (the headers for X11 etc.) You need openGL on your system. Check your fi

Re: openGL Framework

2022-07-19 Thread Mark Brethen
This is from the install notes for CalculiX: The libGLU should be the one from SGI. Otherwise the nurbs rendering is not supported. mesa’s API is very similar to that of OpenGL however it doesn't claim to be a compatible replacement for OpenGL. So I’m not sure if that’s what I should bui

Re: openGL Framework

2022-07-01 Thread Ryan Schmidt
On Jun 30, 2022, at 07:50, Mark Brethen wrote: > > I noticed that -framework OpenGL exists in /System/Library/Frameworks. Is > there an OpenGL framework port that I should be using? The MacPorts equivalent of the OpenGL framework is the mesa port.