official source tarball (NOT git)
|
12-01-2012, 12:00 PM
![]() |
|||
|
|||
RE: official source tarball (NOT git)
Thanks for the info on GCC 4.6. I've added it to the build. Here's the latest build (and work) log from the latest version you posted:
http://pastebin.ca/2262230 It still fails in the same place after patching Common/ABI.cpp. At the end of that file is the last bit from work/.work.log, which show the particular command sent to the C++ compiler. I have some suggestions based on that command: 1) Have the CMake configure stage test for: a) sha1 b) libzip c) zlib d) glew e) rapidxml just like it does for pthread, SDL, libXext, MesaLib, libX11, libICE, etc. This test could possibly be extended for stb_image, stb_vorbis, etcpack, and libkirk. 2) If it finds any of those libraries, it will use the system/builtin version of those libraries. If not, it can use the ones bundled with ppsspp; 3) Have a CMake argument to specifically enable building with the bundled versions of those libraries, even if the system/builtin ones are found; 4) Document somewhere, in the README, on the website, or wiki, that this package needs GCC >= 4.6; I'll wait to hear what you have to say about those compiler flags before continuing to test. Thanks, |
|||
« Next Oldest | Next Newest »
|