matus-chochlik / oglplu2

Wrapper for OpenGL, OpenAL and EGL including utilities for writing distributed applications with graphics and/or audio rendering.
Boost Software License 1.0
89 stars 11 forks source link

Missing <span.h> #2

Closed JPGygax68 closed 8 years ago

JPGygax68 commented 8 years ago

Hi! I'd very much like to start using your library, which looks well-designed and professionally executed. Not to mention incredibly thorough!

However I'm stuck right at the beginning because the file span.h seems to be missing. span.hpp tries to include that at line 25.

Another problem that I had I was able to workaround: though CMake had detected GLFW3, it then complained that GLFW was not available. I copied the lib and include paths of GLFW3 into those of GLFW, which allowed configure to run to completion.

matus-chochlik commented 8 years ago

Hi, thanks for Your kind words,

Concerning span.h You need to: git submodule init cd third_party/GSL git submodule update

I'll have a look at the GLFW issue.

HTH

JPGygax68 commented 8 years ago

Thanks. I had completely forgotten to check for submodules.

I'm getting metric tons of compilation errors though, most of them probably due to MSVC 2015 problems. I'm going to open separate issues for those I can't handle.

matus-chochlik commented 8 years ago

Yeah, ATM the only compiler known to work is clang++ 3.6