Fails to build without CPLUS_INCLUDE_PATH
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glmark2 |
New
|
Undecided
|
Unassigned |
Bug Description
When trying to build against mesa installed in $installdir, building glmark2 fails if CPLUS_INCLUDE_PATH is not set to $installdir/include , with:
[117/124] cxx: src/libmatrix/
In file included from ../src/
/home/darxus/
compilation terminated.
[118/124] cxx: src/libmatrix/
Waf: Leaving directory `/home/
Build failed
I believe this is a bug.
I'm building with: ./waf configure --with-
I have a number of other variables set which are adequate for most things to find what they need in $installdir, as documented in the "Setting up the environment" section of http://
(Other than that, I verified this works on wayland now, thanks.)