RPCS3 won't build - 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: RPCS3 won't build (/showthread.php?tid=157759) |
RE: RPCS3 won't build - Ekaseo - 02-13-2014 i wont even start. rpcs3-2b63888782a89f809a0e224dd12fb2d6035a290a\rpcs3-2b63888782a89f809a0e224dd12fb2d6035a290a\rpcs3\stdafx.h(6): fatal error C1083: Cannot open include file: 'wx/msw/setup.h': No such file or directory RE: RPCS3 won't build - ssshadow - 02-13-2014 The build bot probably doesn't know this though, it hasn't done anything in the last 4 days. Related to build problems, why is it that whenever I build I get an executable which runs some games like Doom and Heretic fine, but stop with a "Exception: GetMemFromAddr(0x0)" on Disgaea 3? or Simple File Manager v0.1? It is just some weird inconsistency with using VS 2013? I am compiling for Win32 and release. In any case, attached is my build of the latest revision which does this. Could be useful for testing wxWidgets I suppose. RE: RPCS3 won't build - Ekaseo - 02-13-2014 (02-13-2014, 06:12 PM)AlexAltea Wrote:(02-13-2014, 05:37 PM)Ekaseo Wrote: i wont even start. sry, but i still dont know where i should write : git submodule update --init to download it RE: RPCS3 won't build - ssshadow - 02-13-2014 (02-13-2014, 07:10 PM)Ekaseo Wrote:(02-13-2014, 06:12 PM)AlexAltea Wrote:(02-13-2014, 05:37 PM)Ekaseo Wrote: i wont even start. Basically, install git, start "git shell" from the start menu, and run: git clone https://github.com/DHrpcs3/rpcs3.git cd rpcs3 git submodule update --init RE: RPCS3 won't build - Ekaseo - 02-13-2014 (02-13-2014, 07:17 PM)ssshadow Wrote:(02-13-2014, 07:10 PM)Ekaseo Wrote:(02-13-2014, 06:12 PM)AlexAltea Wrote:(02-13-2014, 05:37 PM)Ekaseo Wrote: i wont even start. ok, i cant download it... so no more building rpcs3 for me RE: RPCS3 won't build - ssshadow - 02-13-2014 (02-13-2014, 07:43 PM)Ekaseo Wrote:(02-13-2014, 07:17 PM)ssshadow Wrote:(02-13-2014, 07:10 PM)Ekaseo Wrote:(02-13-2014, 06:12 PM)AlexAltea Wrote: wxWidgets is now a submodule of RPCS3. Make sure you downloaded its contents with: git submodule update --init. In the end you should have following files in the folder wxWidgets (see screenshot). Then, open the SLN file > Right click on the solution > Build solution. Finally, compile and run as usual. What can't you download? Git? Try downloading directly from their site https://github.com/ RE: RPCS3 won't build - Ekaseo - 02-13-2014 ok, i was trying to do it for the past hour, but it didnt work with the first guide, so im tryin now downloading wxWidgets directly that you posted ok, it works now and i know how to do it now, so thnx for your help LINK : fatal error LNK1104: cannot open file 'wxmsw31u_html.lib' ok, i looked at the guide once more and followed step by step and i works now, so thnx |