MK
Marius Kintel
Wed, Dec 17, 2014 5:47 PM
main.cpp:38:21: fatal error: GL/glut.h: No such file or directory
#include <GL/glut.h>
Begin forwarded message:
> From: Marius Kintel <marius@kintel.net>
> Subject: Re: [OpenSCAD] Compile OpenSCAD on Windows?
> Date: December 16, 2014 at 17:47:47 PM EST
> To: Scalpel78 <frode@lillerud.no>
>
> On Dec 16, 2014, at 17:44 PM, Scalpel78 <frode@lillerud.no> wrote:
>>
>> main.cpp:38:21: fatal error: GL/glut.h: No such file or directory
>> #include <GL/glut.h>
>
> GLUT is only needed if you build the OpenCSG examples, which we don’t need.
> On Mac, we patch the OpenCSG build system to avoid building examples:
> https://github.com/openscad/openscad/blob/master/patches/OpenCSG-1.4.0-MacOSX-port.patch
>
> -Marius
>