Build error
|
10-11-2013, 02:43 AM
Post: #1
|
|||
|
|||
Build error
When i build ppsspp in the Xcode5, but it build failed.
The error message is 'GLES2/gl2.h' file not found #if defined(USING_GLES2) #include <GLES2/gl2.h> #if !defined(__SYMBIAN32__) can someone help me what's missing/what i'm doing wrong? |
|||
10-11-2013, 04:47 AM
(This post was last modified: 10-11-2013 05:30 AM by pandy.)
Post: #2
|
|||
|
|||
RE: Build error
(10-11-2013 02:43 AM)pandy Wrote: When i build ppsspp in the Xcode5, but it build failed. Do i need to download OpenGL 3.0 library alone? |
|||
10-11-2013, 05:25 AM
Post: #3
|
|||
|
|||
RE: Build error
i think there's no GLES2/gl2.h file in your library
try to reinstall your builder or download that file if that's available my english is poor , sorry |
|||
10-11-2013, 05:47 AM
(This post was last modified: 10-11-2013 05:49 AM by pandy.)
Post: #4
|
|||
|
|||
RE: Build error
(10-11-2013 05:25 AM)SeiRyuu Wrote: i think there's no GLES2/gl2.h file in your library Thank you,but i found the files have been existed in ios7 sdk folder. It seems have not lined "OpenGLES.framework" in the project. How to link OpenGLES frameworks and library in the project? |
|||
10-11-2013, 08:50 AM
Post: #5
|
|||
|
|||
RE: Build error
hmm
maybe you can try to write Quote:#include<OpenGLES.framework> or #include"OpenGLES.framework" my english is poor , sorry |
|||
« Next Oldest | Next Newest »
|