VDrift / vdrift

VDrift source code
http://vdrift.net/
GNU General Public License v3.0
355 stars 97 forks source link

scons doesn't recognize GL/gl.h #144

Closed krichter722 closed 8 years ago

krichter722 commented 8 years ago

scons fails with Checking for C++ header file GL/gl.h... no although it's installed according to

$ dpkg -S /usr/include/GL/gl.h
mesa-common-dev:amd64: /usr/include/GL/gl.h

Maybe scons has an issue with the path separator / in the query. Since scons seriously doesn't allow specification of search pathes in environment variables like CPPFLAGS - which makes it obviously a very bad and useless build tool - there's no way easy way to investigate without inside in SConstruct and maybe even scons internals.

experienced with 2014-09-26-183-g228e007

krichter722 commented 8 years ago

This is fixed in Ubuntu 16.04 (not yet released) for unknown reasons.