EmuNewz Network
Build rpcs3 from Nekotekina - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: Build rpcs3 from Nekotekina (/showthread.php?tid=161229)

Pages: 1 2 3 4


Build rpcs3 from Nekotekina - notq - 04-21-2014

Guys, i tried to do this

Windows: Install Visual Studio 2013. Then open the .SLN file, and press Build > Rebuild Solution.

but got errors. Can you help me?

Code:
Error    1    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86func.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    2    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86defs.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    3    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86cpuinfo.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    4    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86context.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    5    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86compiler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    6    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86assembler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    7    error C1083: Cannot open source file: 'asmjit\src\asmjit\contrib\winremoteruntime.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    8    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\zone.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    9    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\vmem.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    10    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\string.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    11    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\runtime.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    12    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\podvector.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    13    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\memorymanager.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    14    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\logger.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    15    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\globals.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    16    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\func.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    17    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\error.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    18    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\defs.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    19    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\cputicks.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    20    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\cpuinfo.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    21    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\context.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    22    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\compiler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    23    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\codegen.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    24    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\assembler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    25    error C1083: Cannot open include file: 'wx/msw/setup.h': No such file or directory    c:\rpcs3-master\rpcs3\stdafx.h    13    1    rpcs3



RE: Build rpcs3 from Nekotekina - Ekaseo - 04-21-2014

(04-21-2014, 10:50 AM)notq Wrote: Guys, i tried to do this

Windows: Install Visual Studio 2013. Then open the .SLN file, and press Build > Rebuild Solution.

but got errors. Can you help me?

Code:
Error    1    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86func.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    2    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86defs.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    3    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86cpuinfo.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    4    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86context.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    5    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86compiler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    6    error C1083: Cannot open source file: 'asmjit\src\asmjit\x86\x86assembler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    7    error C1083: Cannot open source file: 'asmjit\src\asmjit\contrib\winremoteruntime.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    8    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\zone.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    9    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\vmem.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    10    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\string.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    11    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\runtime.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    12    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\podvector.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    13    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\memorymanager.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    14    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\logger.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    15    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\globals.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    16    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\func.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    17    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\error.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    18    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\defs.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    19    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\cputicks.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    20    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\cpuinfo.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    21    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\context.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    22    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\compiler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    23    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\codegen.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    24    error C1083: Cannot open source file: 'asmjit\src\asmjit\base\assembler.cpp': No such file or directory    C:\rpcs3-master\c1xx    asmjit
Error    25    error C1083: Cannot open include file: 'wx/msw/setup.h': No such file or directory    c:\rpcs3-master\rpcs3\stdafx.h    13    1    rpcs3

you have to download asmjit from here: https://github.com/kobalicekp/asmjit


RE: Build rpcs3 from Nekotekina - notq - 04-21-2014

Thanks, i put it in asmjit folder than it starts compiling but got a new errors

Code:
Error    1    error C1083: Cannot open include file: 'wx/msw/setup.h': No such file or directory    c:\rpcs3-master\rpcs3\stdafx.h    13    1    rpcs3
Warning    2    warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library    C:\rpcs3-master\func.obj    1    1    asmjit



RE: Build rpcs3 from Nekotekina - Ekaseo - 04-21-2014

(04-21-2014, 10:58 AM)notq Wrote: Thanks, i put it in asmjit folder than it starts compiling but got a new errors

Code:
Error    1    error C1083: Cannot open include file: 'wx/msw/setup.h': No such file or directory    c:\rpcs3-master\rpcs3\stdafx.h    13    1    rpcs3
Warning    2    warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library    C:\rpcs3-master\func.obj    1    1    asmjit

hm... it cant be wrong that you downloaded the newest asmjit, so try to download the newest wxwidgets from here: https://github.com/DHrpcs3/wxWidgets


RE: Build rpcs3 from Nekotekina - notq - 04-21-2014

Did this. New errors... it's a Quest ?

Code:
    1    IntelliSense: cannot open source file "../../../lib/vc_lib/mswud/wx/setup.h"    c:\rpcs3-master\wxWidgets\include\msvc\wx\setup.h    119    1    rpcs3
    2    IntelliSense: #error directive: "wxUSE_WEBVIEW requires at least one backend"    c:\rpcs3-master\wxWidgets\include\wx\chkconf.h    2195    9    rpcs3
Error    3    error C1083: Cannot open include file: '../../../lib/vc_lib/mswud/wx/setup.h': No such file or directory    c:\rpcs3-master\wxwidgets\include\msvc\wx\setup.h    119    1    rpcs3
Warning    4    warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library    C:\rpcs3-master\func.obj    1    1    asmjit



RE: Build rpcs3 from Nekotekina - Ekaseo - 04-21-2014

(04-21-2014, 11:06 AM)notq Wrote: Did this. New errors... it's a Quest ?

Code:
    1    IntelliSense: cannot open source file "../../../lib/vc_lib/mswud/wx/setup.h"    c:\rpcs3-master\wxWidgets\include\msvc\wx\setup.h    119    1    rpcs3
    2    IntelliSense: #error directive: "wxUSE_WEBVIEW requires at least one backend"    c:\rpcs3-master\wxWidgets\include\wx\chkconf.h    2195    9    rpcs3
Error    3    error C1083: Cannot open include file: '../../../lib/vc_lib/mswud/wx/setup.h': No such file or directory    c:\rpcs3-master\wxwidgets\include\msvc\wx\setup.h    119    1    rpcs3
Warning    4    warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library    C:\rpcs3-master\func.obj    1    1    asmjit
you know that you have to build those wxwidgets? just right click on them and build


RE: Build rpcs3 from Nekotekina - notq - 04-21-2014

Got it. Then another errors...

Code:
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    aui
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    base
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    propgrid
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    adv
Error    6    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    7    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    44    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    45    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    53    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    79    error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler'    c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h    666    1    rpcs3
Error    80    error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler'    c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h    1925    1    rpcs3
Error    81    error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler'    c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h    1926    1    rpcs3
Error    82    error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler'    c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h    666    1    rpcs3
Error    83    error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler'    c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h    1925    1    rpcs3
Error    84    error C2039: 'movsxd' : is not a member of 'asmjit::x86::Compiler'    c:\rpcs3-master\rpcs3\emu\cell\spurecompiler.h    1926    1    rpcs3

Just curious, Nekotekina made his own build with success ? Just joking Big Grin


RE: Build rpcs3 from Nekotekina - MaXiMu - 04-21-2014

You need submodules FFMPEG / Asmjit / Wxwidget downloaded


RE: Build rpcs3 from Nekotekina - notq - 04-21-2014

(04-21-2014, 11:22 AM)MaXiMu Wrote: You need submodules FFMPEG / Asmjit / Wxwidget downloaded

Can you tell me where it needs to be placed ?
https://github.com/FFmpeg/FFmpeg

And what do you mean Asmjit Wxwidget downloaded ? I did this allready.


RE: Build rpcs3 from Nekotekina - Bigpet - 04-21-2014

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