This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RPCS3 won't build
#1
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
[Image: tumblr_nq0lhp2BoL1r61mabo4_500.gif] [Image: Cloud___Tifa_kids_by_ferus.jpg]
#2
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.


Attached Files
.7z   rpcs3-x86.7z (Size: 1.46 MB / Downloads: 117)
#3
(02-13-2014, 06:12 PM)AlexAltea Wrote:
(02-13-2014, 05:37 PM)Ekaseo Wrote: 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

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.

sry, but i still dont know where i should write : git submodule update --init to download it
[Image: tumblr_nq0lhp2BoL1r61mabo4_500.gif] [Image: Cloud___Tifa_kids_by_ferus.jpg]
#4
(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.
rpcs3-2b63888782a89f809a0e224dd12fb2d6035a290a\rpcs3-2b63888782a89f809a0e224dd12fb2d6035a290a\rpcs3\stdafx.h(6): fatal error C1083: Cannot open include file: 'wx/msw/setup.h': No such file or directory

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.

sry, but i still dont know where i should write : git submodule update --init to download it

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
#5
(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.
rpcs3-2b63888782a89f809a0e224dd12fb2d6035a290a\rpcs3-2b63888782a89f809a0e224dd12fb2d6035a290a\rpcs3\stdafx.h(6): fatal error C1083: Cannot open include file: 'wx/msw/setup.h': No such file or directory

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.

sry, but i still dont know where i should write : git submodule update --init to download it

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

ok, i cant download it... so no more building rpcs3 for me Sad
[Image: tumblr_nq0lhp2BoL1r61mabo4_500.gif] [Image: Cloud___Tifa_kids_by_ferus.jpg]
#6
(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:
(02-13-2014, 05:37 PM)Ekaseo Wrote: 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

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.

sry, but i still dont know where i should write : git submodule update --init to download it

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

ok, i cant download it... so no more building rpcs3 for me Sad

What can't you download? Git? Try downloading directly from their site https://github.com/
#7
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 Big Grin
[Image: tumblr_nq0lhp2BoL1r61mabo4_500.gif] [Image: Cloud___Tifa_kids_by_ferus.jpg]


Forum Jump:


Users browsing this thread: 1 Guest(s)