Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build error
10-11-2013, 02:43 AM
Post: #1
Wink 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?
Find all posts by this user
Quote this message in a reply
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.

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?

Do i need to download OpenGL 3.0 library alone?
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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
try to reinstall your builder or download that file if that's available

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?
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: