Created
February 4, 2013 17:44
-
-
Save cornytrace/4708251 to your computer and use it in GitHub Desktop.
PPSSPP Android compile error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| N:\Projects\ppsspp\android>C:\AndroidNDK/ndk-build TARGET_PLATFORM=android-9 -j9 | |
| C:/AndroidNDK/build/core/add-application.mk:128: Android NDK: WARNING: APP_PLATF | |
| ORM android-9 is larger than android:minSdkVersion 8 in ./AndroidManifest.xml | |
| Install : libnative_audio.so => libs/armeabi-v7a/libnative_audio.so | |
| "Compile++ thumb : ppsspp_jni <= EmuScreen.cpp | |
| "Compile++ thumb : ppsspp_jni <= GPUCommon.cpp | |
| "Compile++ thumb : ppsspp_jni <= GPUState.cpp | |
| "Compile++ thumb : ppsspp_jni <= Framebuffer.cpp | |
| "Compile++ thumb : ppsspp_jni <= DisplayListInterpreter.cpp | |
| "Compile++ thumb : ppsspp_jni <= TransformPipeline.cpp | |
| "Compile++ thumb : ppsspp_jni <= StateMapping.cpp | |
| "Compile++ thumb : ppsspp_jni <= VertexDecoder.cpp | |
| "Compile++ thumb : ppsspp_jni <= ShaderManager.cpp | |
| In file included from jni/../../GPU/GLES/../../Core/FileSystems/FileSystem.h:21: | |
| 0, | |
| from jni/../../GPU/GLES/../../Core/FileSystems/MetaFileSystem.h | |
| :20, | |
| from jni/../../GPU/GLES/../../Core/System.h:22, | |
| from jni/../../GPU/GLES/TransformPipeline.cpp:23: | |
| jni/../../Common/ChunkFile.h:52:36: error: 'is_pod' is not a member of 'std' | |
| jni/../../Common/ChunkFile.h:52:36: note: suggested alternative: | |
| C:/AndroidNDK/sources/cxx-stl/stlport/stlport/type_traits:498:8: note: 'std::t | |
| r1::is_pod' | |
| jni/../../Common/ChunkFile.h:52:49: error: expected primary-expression before '> | |
| ' token | |
| jni/../../Common/ChunkFile.h:52:50: error: 'value' in namespace '::' does not na | |
| me a type | |
| jni/../../Common/ChunkFile.h:68:9: error: 'DoHelper' is not a template | |
| In file included from jni/../../Core/FileSystems/FileSystem.h:21:0, | |
| from jni/../../Core/FileSystems/MetaFileSystem.h:20, | |
| from jni/../../Core/System.h:22, | |
| from jni/../../GPU/GLES/DisplayListInterpreter.cpp:21: | |
| jni/../../Common/ChunkFile.h:52:36: error: 'is_pod' is not a member of 'std' | |
| jni/../../Common/ChunkFile.h:52:36: note: suggested alternative: | |
| C:/AndroidNDK/sources/cxx-stl/stlport/stlport/type_traits:498:8: note: 'std::t | |
| r1::is_pod' | |
| jni/../../Common/ChunkFile.h:52:49: error: expected primary-expression before '> | |
| ' token | |
| In file included from jni/../../GPU/../Core/FileSystems/FileSystem.h:21:0, | |
| from jni/../../GPU/../Core/FileSystems/MetaFileSystem.h:20, | |
| from jni/../../GPU/../Core/System.h:22, | |
| from jni/../../GPU/GPUState.cpp:24: | |
| jni/../../Common/ChunkFile.h:52:36: error: 'is_pod' is not a member of 'std'jni/ | |
| ../../Common/ChunkFile.h:52:50: error: 'value' in namespace '::' does not name a | |
| type | |
| jni/../../Common/ChunkFile.h:68:9: error: 'DoHelper' is not a template | |
| jni/../../Common/ChunkFile.h:52:36: note: suggested alternative: | |
| C:/AndroidNDK/sources/cxx-stl/stlport/stlport/type_traits:498:8: note: 'std::t | |
| r1::is_pod' | |
| jni/../../Common/ChunkFile.h:52:49: error: expected primary-expression before '> | |
| ' token | |
| jni/../../Common/ChunkFile.h:52:50: error: 'value' in namespace '::' does not na | |
| me a type | |
| jni/../../Common/ChunkFile.h:68:9: error: 'DoHelper' is not a template | |
| jni/../../GPU/GPUState.cpp: In function 'void InitGfxState()': | |
| jni/../../GPU/GPUState.cpp:60:9: warning: enumeration value 'GPU_SOFTWARE' not h | |
| andled in switch [-Wswitch] | |
| jni/../../GPU/GLES/TransformPipeline.h: In constructor 'TransformDrawEngine::Tra | |
| nsformDrawEngine()': | |
| jni/../../GPU/GLES/TransformPipeline.h:161:6: warning: 'TransformDrawEngine::num | |
| DrawCalls' will be initialized after [-Wreorder] | |
| jni/../../GPU/GLES/TransformPipeline.h:134:6: warning: 'int TransformDrawEngin | |
| e::collectedVerts' [-Wreorder] | |
| jni/../../GPU/GLES/TransformPipeline.cpp:55:1: warning: when initialized here | |
| [-Wreorder] | |
| make: *** [obj/local/armeabi-v7a/objs/ppsspp_jni/__/__/GPU/GPUState.o] Error 1 | |
| make: *** Waiting for unfinished jobs.... | |
| make: *** [obj/local/armeabi-v7a/objs/ppsspp_jni/__/__/GPU/GLES/TransformPipelin | |
| e.o] Error 1 | |
| In file included from jni/../../GPU/GPUCommon.cpp:6:0: | |
| jni/../../Common/ChunkFile.h:52:36: error: 'is_pod' is not a member of 'std' | |
| jni/../../Common/ChunkFile.h:52:36: note: suggested alternative: | |
| C:/AndroidNDK/sources/cxx-stl/stlport/stlport/type_traits:498:8: note: 'std::t | |
| r1::is_pod' | |
| jni/../../Common/ChunkFile.h:52:49: error: expected primary-expression before '> | |
| ' token | |
| jni/../../Common/ChunkFile.h:52:50: error: 'value' in namespace '::' does not na | |
| me a type | |
| jni/../../Common/ChunkFile.h:68:9: error: 'DoHelper' is not a template | |
| make: *** [obj/local/armeabi-v7a/objs/ppsspp_jni/__/__/GPU/GLIn file included fr | |
| om jni/../../Core/FileSystems/FileSystem.h:21:0, | |
| from jni/../../Core/FileSystems/MetaFileSystem.h:20, | |
| from jni/../../Core/System.h:22, | |
| from jni/../../GPU/GLES/Framebuffer.cpp:27: | |
| jni/../../Common/ChunkFile.h:52:36: error: 'is_pod' is not a member of 'std'E | |
| Sjni/../../Common/ChunkFile.h:52:36: note: suggested alternative: | |
| /C:/AndroidNDK/sources/cxx-stl/stlport/stlport/type_traits:498:8: note: 'std:: | |
| tr1::is_pod'D | |
| ijni/../../Common/ChunkFile.h:52:49: error: expected primary-expression before ' | |
| >' token | |
| spjni/../../Common/ChunkFile.h:52:50: error: 'value' in namespace '::' does not | |
| name a typel | |
| ajni/../../Common/ChunkFile.h:68:9: error: 'DoHelper' is not a template | |
| yListInterpreter.o] Error 1 | |
| make: *** [obj/local/armeabi-v7a/objs/ppsspp_jni/__/__/GPU/GPUCommon.o] Error 1 | |
| make: *** [obj/local/armeabi-v7a/objs/ppsspp_jni/__/__/GPU/GLES/Framebuffer.o] E | |
| rror 1 | |
| In file included from jni/../../GPU/GLES/../../Core/FileSystems/FileSystem.h:21: | |
| 0, | |
| from jni/../../GPU/GLES/../../Core/FileSystems/MetaFileSystem.h | |
| :20, | |
| from jni/../../GPU/GLES/../../Core/System.h:22, | |
| from jni/../../GPU/GLES/StateMapping.cpp:6: | |
| jni/../../Common/ChunkFile.h:52:36: error: 'is_pod' is not a member of 'std' | |
| jni/../../Common/ChunkFile.h:52:36: note: suggested alternative: | |
| C:/AndroidNDK/sources/cxx-stl/stlport/stlport/type_traits:498:8: note: 'std::t | |
| r1::is_pod' | |
| jni/../../Common/ChunkFile.h:52:49: error: expected primary-expression before '> | |
| ' token | |
| jni/../../Common/ChunkFile.h:52:50: error: 'value' in namespace '::' does not na | |
| me a type | |
| jni/../../Common/ChunkFile.h:68:9: error: 'DoHelper' is not a template | |
| In file included from jni/../../Core/FileSystems/FileSystem.h:21:0, | |
| from jni/../../Core/FileSystems/MetaFileSystem.h:20, | |
| from jni/../../Core/System.h:22, | |
| from jni/EmuScreen.cpp:30: | |
| jni/../../Common/ChunkFile.h:52:36: error: 'is_pod' is not a member of 'std' | |
| jni/../../Common/ChunkFile.h:52:36: note: suggested alternative: | |
| C:/AndroidNDK/sources/cxx-stl/stlport/stlport/type_traits:498:8: note: 'std::t | |
| r1::is_pod' | |
| jni/../../Common/ChunkFile.h:52:49: error: expected primary-expression before '> | |
| ' token | |
| jni/../../Common/ChunkFile.h:52:50: error: 'value' in namespace '::' does not na | |
| me a type | |
| jni/../../Common/ChunkFile.h:68:9: error: 'DoHelper' is not a template | |
| make: *** [obj/local/armeabi-v7a/objs/ppsspp_jni/__/__/GPU/GLES/StateMapping.o] | |
| Error 1 | |
| make: *** [obj/local/armeabi-v7a/objs/ppsspp_jni/EmuScreen.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment