Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iOS build errors
08-02-2013, 02:52 PM
Post: #1
iOS build errors
there has been iOS build errors for quite a while and the issue on github seems to keep getting bumbed down and left unnoticed so i will just post them again here in hope of them getting fixed:
/Users/amerrefai/Documents/ppsspp/native/gfx_es2/gl_state.cpp:100:27: Use of undeclared identifier 'PFNGLGENVERTEXARRAYSOESPROC'

/Users/amerrefai/Documents/ppsspp/native/gfx_es2/gl_state.cpp:101:27: Use of undeclared identifier 'PFNGLBINDVERTEXARRAYOESPROC'

/Users/amerrefai/Documents/ppsspp/native/gfx_es2/gl_state.cpp:102:30: Use of undeclared identifier 'PFNGLDELETEVERTEXARRAYSOESPROC'

/Users/amerrefai/Documents/ppsspp/native/gfx_es2/gl_state.cpp:103:25: Use of undeclared identifier 'PFNGLISVERTEXARRAYOESPROC'

/Users/amerrefai/Documents/ppsspp/native/gfx_es2/gl_state.cpp:109:30: Use of undeclared identifier 'PFNGLDISCARDFRAMEBUFFEREXTPROC'
Find all posts by this user
Quote this message in a reply
08-02-2013, 08:40 PM (This post was last modified: 08-02-2013 08:45 PM by jtraynham.)
Post: #2
RE: iOS build errors
In native/gfx_es2/gl_state.cpp, change line 94 to:

#if defined(IOS) || defined(__SYMBIAN32__) || defined(MEEGO_EDITION_HARMATTAN)

I just submitted a pull request for it as well
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: