Project

General

Profile

missing glu.h

Added by Mark Petryk almost 5 years ago

This just popped up after a git pull;

[ 63%] Building C object src/CMakeFiles/wt.dir/3rdparty/glew-1.10.0/src/glew.c.o
In file included from /home/svin/projects/wt/src/3rdparty/glew-1.10.0/src/glew.c:32:0:
/home/svin/projects/wt/src/3rdparty/glew-1.10.0/include/GL/glew.h:1188:14: fatal error: GL/glu.h: No such file or directory
 #    include <GL/glu.h>
              ^~~~~~~~~~

Replies (2)

RE: missing glu.h - Added by Roel Standaert almost 5 years ago

Odd that that would pop up after just a git pull. That code hasn't changed in ages. Are you sure you didn't remove the dev package for libglu or something? On Ubuntu that appears to be the libglu1-mesa-dev package.

RE: missing glu.h - Added by Mark Petryk almost 5 years ago

Man, I surely do not know!

sudo apt-get install libglu1-mesa-dev

That fixed it.

Odd... while this is a brand-new ubuntu box, I had wt installed and built for some time now. What could cause that library to disappear?

Weird!

Computers!!!

    (1-2/2)