I have installed qt && set the path ,but when I run build.sh on command tool
it turns out the error :
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/S
DKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1860
:69: error:
unknown type name 'GLint64'
GLAPI void APIENTRY glGetInteger64i_v (GLenum target, GLuint index, GLint64 *d..
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/S
DKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1861
:76: error:
unknown type name 'GLint64'
...APIENTRY glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 ...
^
.....
20 errors generated.
I don't have any idea what problem with it....
Original issue reported on code.google.com by
xifun...@gmail.comon 14 Mar 2014 at 3:44