04-21-2014, 11:49 AM
Bigpet
04-21-2014, 12:20 PM
Read the README, pls.
04-21-2014, 12:39 PM
(04-21-2014, 11:49 AM)Bigpet Wrote: [ -> ]You should have bothered to actually read the "README" then you wouldn't have these issue. https://github.com/DHrpcs3/rpcs3/blob/master/README.md
You mean this ?
Quote:RPCS3
An open-source PlayStation 3 emulator/debugger written in C++.
You can find some basic information in the FAQ. For discussion about this emulator and PS3 emulation please visit the official forums.
Development
If you want to contribute please take a took at the Coding Style, Roadmap and Developer Information pages. You should as well contact any of the developers in the forum in order to know about the current situation of the emulator.
Dependencies
Windows
Visual C++ Redistributable Packages for Visual Studio 2013
OpenAL32.dll
Linux
Debian & Ubuntu: sudo apt-get install libopenal-dev libwxgtk3.0-dev build-essential
Building
To initialize the repository don't forget to execute git submodule update --init to pull the wxWidgets source.
Windows: Install Visual Studio 2013. Then open the .SLN file, and press Build > Rebuild Solution.
Linux: cd rpcs3 && cmake CMakeLists.txt && make && cd ../ Then run with cd bin && ./rpcs3
I have read it from the begining. So where there actually useful information to avoid my last errors ?
I have downloaded and put to proper folders asmjit and Wxwidget (build each of it). And i just ask where (which folder in rpcs3-master) i need to place this https://github.com/FFmpeg/FFmpeg cause right folder not obvious except asmjit and Wxwidget, thats all.
Sorry guys, just missed this ffmpeg folder in rpcs3-master, so i put this https://github.com/FFmpeg/FFmpeg in that folder but still got errors include libavcodec. What the ... ? Is it right version https://github.com/FFmpeg/FFmpeg without those files?
Code:
Error 1 error C1083: Cannot open include file: 'wx/setup.h': No such file or directory C:\rpcs3-master\wxWidgets\include\wx\platform.h 189 1 aui
Error 2 error C1083: Cannot open include file: 'wx/setup.h': No such file or directory C:\rpcs3-master\wxWidgets\include\wx\platform.h 189 1 gl
Error 3 error C1083: Cannot open include file: 'wx/setup.h': No such file or directory C:\rpcs3-master\wxWidgets\include\wx\platform.h 189 1 adv
Error 4 error C1083: Cannot open include file: 'wx/setup.h': No such file or directory C:\rpcs3-master\wxWidgets\include\wx\platform.h 189 1 html
Error 5 error C1083: Cannot open include file: 'wx/setup.h': No such file or directory C:\rpcs3-master\wxWidgets\include\wx\platform.h 189 1 media
Error 48 error C1083: Cannot open include file: 'libswscale/swscale.h': No such file or directory c:\rpcs3-master\rpcs3\emu\syscalls\modules\cellvpost.cpp 7 1 rpcs3
Error 49 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory c:\rpcs3-master\rpcs3\emu\syscalls\modules\cellvdec.cpp 10 1 rpcs3
Error 57 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory c:\rpcs3-master\rpcs3\emu\syscalls\modules\celladec.cpp 10 1 rpcs3
Error 83 error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler' c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h 666 1 rpcs3
Error 84 error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler' c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h 1925 1 rpcs3
Error 85 error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler' c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h 1926 1 rpcs3
Error 86 error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler' c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h 666 1 rpcs3
Error 87 error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler' c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h 1925 1 rpcs3
Error 88 error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler' c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h 1926 1 rpcs3
Don't understand how it can be this errors if this files avcodec.h and swscale.h include in ffmpeg ??
Code:
Error 46 error C1083: Cannot open include file: 'libswscale/swscale.h': No such file or directory c:\rpcs3-master\rpcs3\emu\syscalls\modules\cellvpost.cpp 7 1 rpcs3
Error 47 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory c:\rpcs3-master\rpcs3\emu\syscalls\modules\cellvdec.cpp 10 1 rpcs3
Error 55 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory c:\rpcs3-master\rpcs3\emu\syscalls\modules\celladec.cpp 10 1 rpcs3
I'm give in. It's impossible to compile something from somebody...
Bigpet
04-21-2014, 01:31 PM
Yes, I mean that, if you actually read it you would not have skipped this passage:
To initialize the repository don't forget to execute git submodule update --init
To initialize the repository don't forget to execute git submodule update --init
Dante38490
04-21-2014, 01:37 PM
Download tortoisegit and mysysgit and install, after crate clone repostrery with neko adress github and same bigbet submodule init
04-21-2014, 01:56 PM
(04-21-2014, 01:31 PM)Bigpet Wrote: [ -> ]Yes, I mean that, if you actually read it you would not have skipped this passage:
To initialize the repository don't forget to execute git submodule update --init
Where it need to be initializated. I'm tottaly noob in Microsoft VS?
Don't answer guys, i guess it's too difficult for me now. You can delete this thread.
flashmozzg
04-21-2014, 04:03 PM
(04-21-2014, 01:56 PM)notq Wrote: [ -> ](04-21-2014, 01:31 PM)Bigpet Wrote: [ -> ]Yes, I mean that, if you actually read it you would not have skipped this passage:
To initialize the repository don't forget to execute git submodule update --init
Where it need to be initializated. I'm tottaly noob in Microsoft VS?
Don't answer guys, i guess it's too difficult for me now. You can delete this thread.
http://stackoverflow.com/questions/31591...ical-guide
Just learn to use git.
But there is close to none point in building everything yourself if you only intend to try out - use automatic builds.
04-21-2014, 05:19 PM
(04-21-2014, 04:03 PM)flashmozzg Wrote: [ -> ](04-21-2014, 01:56 PM)notq Wrote: [ -> ](04-21-2014, 01:31 PM)Bigpet Wrote: [ -> ]Yes, I mean that, if you actually read it you would not have skipped this passage:
To initialize the repository don't forget to execute git submodule update --init
Where it need to be initializated. I'm tottaly noob in Microsoft VS?
Don't answer guys, i guess it's too difficult for me now. You can delete this thread.
http://stackoverflow.com/questions/31591...ical-guide
Just learn to use git.
But there is close to none point in building everything yourself if you only intend to try out - use automatic builds.
The thing is, that i want to try Nekotekina branch, cause it doesn't exist in automatic builds. You see ? And his branch has difference ingame speed in 2 times. Just wanted try his last build. I think the easest way to ask someones to build this...
Ekaseo
04-21-2014, 05:42 PM
its going to be merged to the main branch soon, there is already a pull request from Nekotekinahito
04-21-2014, 05:44 PM
It's a good news.