I've obtained the sources via SVN and followed the how-to on the compiling in VSC++2008, and there are 6 errors I get when I try to compile.
Error 3 fatal error C1083: Cannot open include file: 'gl.h': No such file or directory c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h 17
Error 4 fatal error C1083: Cannot open include file: 'gl.h': No such file or directory c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h 17
Error 5 fatal error C1083: Cannot open include file: 'gl.h': No such file or directory c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h 17
Error 6 fatal error C1083: Cannot open include file: 'gl.h': No such file or directory c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h 17
Error 7 fatal error C1083: Cannot open include file: 'gl.h': No such file or directory c:\dearbo\empul_b\source\shared_lib\include\platform\win32\gl_wrap.h 17
I've downloaded the deps and put it in the folders, etc.
Anything I'm doing wrong?