i get this error in ghostbsd. any ideas?
Compiling RPCS3 on GhostBSD
|
09-14-2014, 01:31 AM
Replace instances of #include <malloc.h> with stdlib.h
09-14-2014, 09:12 AM
well, i fixed it myself by adding /usr/local/include to cmakelist include directories
there's also another malloc error in stblib stb_truetype.h line 370 that i fixed. now there's this: Code: /home/zecoxao/Desktop/rpcs3/rpcs3/Emu/SysCalls/Modules/cellL10n.cpp:322:17: error:
09-14-2014, 12:02 PM
i've fixed previous error by casting const char ** to second argument of the function.
now i get this: Code: /home/zecoxao/Desktop/rpcs3/rpcs3/Emu/SysCalls/Modules/cellSpurs.cpp:950:23: error:
09-14-2014, 12:35 PM
fixed by replacing NULL with 0 (twice this error appears)
next error: Code: /home/zecoxao/Desktop/rpcs3/Utilities/rFile.cpp:41:16: error: variable has
09-14-2014, 12:48 PM
last error
Code: /usr/bin/ld: s: invalid DSO for symbol `libiconv_open' definition
09-14-2014, 02:16 PM
fixed by adding this:
Code: -L${LOCALBASE}/lib -liconv new linking errors http://pastie.org/private/qz3lbcg60rag4vsxgaa1ow
09-14-2014, 02:23 PM
you're gonna have to recompile ffmpeg with your toolchain
(09-14-2014, 02:23 PM)Bigpet Wrote: you're gonna have to recompile ffmpeg with your toolchain solved that also, much thanks Bigpet Code: pkg install yasm wget i also had to configure the configure file to avoid TMPDIR shit. for my final error in libinotify, i just added -linotify to the flags. compiles perfectly now i hope these changes go to the main repo spoke too soon segfault when loading SCOOGER here's the backtrace: Code: Program received signal SIGSEGV, Segmentation fault. full with symbols: http://pastie.org/private/bnygyav8wljk12rfdycsa edit:found the cause. it's my graphics card. hardware acceleration for it is not supported in freebsd. oh well, worth the shot |
« Next Oldest | Next Newest »
|
Users browsing this thread: 7 Guest(s)