RPCS3 Forums
Build error - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: Build error (/showthread.php?tid=162296)



RE: Build error - rr46000 - 05-23-2014

i tried the following command but got error
Code:
cd rpcs3 && cmake CMakeLists.txt && make && cd ../
Code:
rohan@rohan:~$ cd rpcs3 && cmake CMakeLists.txt && make && cd ../

== ====================================================
== [AsmJit Include|Static]
== ====================================================

-- Initializing ASMJIT_DIR=/home/rohan/rpcs3/asmjit
-- Using GCC
-- Initializing RPCS3_SRC_DIR=/home/rohan/rpcs3/rpcs3
-- dir='/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0'
-- dir='/usr/include/wx-3.0'
-- dir='/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0'
-- dir='/usr/include/wx-3.0'
-- dir='/usr/include/AL'
-- dir='/home/rohan/rpcs3/rpcs3/../ffmpeg/linux/x86_64/include'
-- dir='/home/rohan/rpcs3/rpcs3'
-- dir='/home/rohan/rpcs3/rpcs3/Emu'
-- dir='/home/rohan/rpcs3/rpcs3/Gui'
-- dir='/home/rohan/rpcs3/rpcs3/Loader'
-- dir='/home/rohan/rpcs3/rpcs3/Crypto'
-- dir='/home/rohan/rpcs3/rpcs3/..'
-- dir='/home/rohan/rpcs3/rpcs3/../asmjit/src/asmjit'
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLEW_LIBRARY
    linked by target "rpcs3" in directory /home/rohan/rpcs3/rpcs3

-- Configuring incomplete, errors occurred!
See also "/home/rohan/rpcs3/CMakeFiles/CMakeOutput.log".
the full log
http://pastebin.com/ekXQhar7



RE: Build error - derpf - 05-24-2014

As the error indicates, you need libglew (and whatever -dev it comes with.)

Oh, and quit making multiple threads for the same thing.



RE: Build error - rr46000 - 05-26-2014

(05-24-2014, 08:02 AM)derpf Wrote: As the error indicates, you need libglew (and whatever -dev it comes with.)

Oh, and quit making multiple threads for the same thing.

got through that,but when the window opens i get continous errors ,cant run anything[Image: attachment.php?aid=16516]



RE: Build error - ssshadow - 05-26-2014

Last time I checked the Linux version couldn't run anything. Maybe it could run basic_triangle.elf. Not sure though.



RE: Build error - Bigpet - 05-26-2014

nah man, there were interim periods where you could watch the slowest slideshow of scogger you've ever seen and arkedo 02 reached the menu just fine, didn't test further since the speeds were around 0,1 - 1 fps.

Haven't tested it recently though.