Created
November 7, 2014 22:11
-
-
Save aheadley/b65eaa5d95bd5d408a2e to your computer and use it in GitHub Desktop.
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
$ make | |
[ 5%] Built target Common | |
[ 5%] Generating something_that_never_exists | |
-- Found Git: /usr/bin/git (found version "1.7.10.4") | |
[ 5%] Built target GitVersion | |
[ 5%] Built target glew | |
[ 6%] Built target cityhash | |
[ 7%] Built target rg_etc1 | |
[ 7%] Built target snappy | |
[ 8%] Built target vjson | |
[ 8%] Built target stb_vorbis | |
[ 23%] Built target libzip | |
[ 27%] Built target png17 | |
[ 47%] Built target native | |
[ 48%] Built target kirk | |
[ 56%] Built target GPU | |
[ 56%] Built target xbrz | |
[ 57%] Built target xxhash | |
[ 94%] Built target Core | |
[ 95%] Building CXX object CMakeFiles/PPSSPPSDL.dir/UI/NativeApp.cpp.o | |
/home/aheadley/devel/ppsspp/UI/NativeApp.cpp: In function ‘void NativeInitGraphics()’: | |
/home/aheadley/devel/ppsspp/UI/NativeApp.cpp:529:17: error: no matching function for call to ‘DrawBuffer::Init()’ | |
/home/aheadley/devel/ppsspp/UI/NativeApp.cpp:529:17: note: candidate is: | |
In file included from /home/aheadley/devel/ppsspp/native/gfx_es2/draw_text.h:14:0, | |
from /home/aheadley/devel/ppsspp/UI/NativeApp.cpp:52: | |
/home/aheadley/devel/ppsspp/native/gfx_es2/draw_buffer.h:67:7: note: void DrawBuffer::Init(Thin3DContext*) | |
/home/aheadley/devel/ppsspp/native/gfx_es2/draw_buffer.h:67:7: note: candidate expects 1 argument, 0 provided | |
/home/aheadley/devel/ppsspp/UI/NativeApp.cpp:530:23: error: no matching function for call to ‘DrawBuffer::Init()’ | |
/home/aheadley/devel/ppsspp/UI/NativeApp.cpp:530:23: note: candidate is: | |
In file included from /home/aheadley/devel/ppsspp/native/gfx_es2/draw_text.h:14:0, | |
from /home/aheadley/devel/ppsspp/UI/NativeApp.cpp:52: | |
/home/aheadley/devel/ppsspp/native/gfx_es2/draw_buffer.h:67:7: note: void DrawBuffer::Init(Thin3DContext*) | |
/home/aheadley/devel/ppsspp/native/gfx_es2/draw_buffer.h:67:7: note: candidate expects 1 argument, 0 provided | |
/home/aheadley/devel/ppsspp/UI/NativeApp.cpp:545:94: error: no matching function for call to ‘UIContext::Init(GLSLProgram*, GLSLProgram*, Texture*&, DrawBuffer*, DrawBuffer*)’ | |
/home/aheadley/devel/ppsspp/UI/NativeApp.cpp:545:94: note: candidate is: | |
In file included from /home/aheadley/devel/ppsspp/UI/NativeApp.cpp:63:0: | |
/home/aheadley/devel/ppsspp/native/ui/ui_context.h:34:7: note: void UIContext::Init(Thin3DContext*, Thin3DShaderSet*, Thin3DShaderSet*, Thin3DTexture*, DrawBuffer*, DrawBuffer*) | |
/home/aheadley/devel/ppsspp/native/ui/ui_context.h:34:7: note: candidate expects 6 arguments, 5 provided | |
make[2]: *** [CMakeFiles/PPSSPPSDL.dir/UI/NativeApp.cpp.o] Error 1 | |
make[1]: *** [CMakeFiles/PPSSPPSDL.dir/all] Error 2 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment