Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OSX Build Problem
09-06-2013, 12:45 PM (This post was last modified: 09-06-2013 12:46 PM by psh1977.)
Post: #1
OSX Build Problem
Failed to make in latest version with error below

[ 57%] Building CXX object CMakeFiles/Core.dir/Core/CoreTiming.cpp.o
/Users/ppsspp/Core/Config.cpp:62:47: error: use of undeclared identifier
'SYSPROP_LANGREGION'
std::string langRegion = System_GetProperty(SYSPROP_LANGREGION);
^
/Users/ppsspp/Core/Config.cpp:63:16: error: no member named 'IniExists'
in 'I18NRepo'
if (i18nrepo.IniExists(langRegion))
~~~~~~~~ ^
2 errors generated.
make[2]: *** [CMakeFiles/Core.dir/Core/Config.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Core.dir/all] Error 2
make: *** [all] Error 2
Find all posts by this user
Quote this message in a reply
09-06-2013, 02:05 PM
Post: #2
RE: OSX Build Problem
Sounds like you did not run git submodule update.

-[Unknown]
Find all posts by this user
Quote this message in a reply
09-06-2013, 02:46 PM
Post: #3
RE: OSX Build Problem
As What you said.
Thank you
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: