EmuNewz Network
How to build? - 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: How to build? (/showthread.php?tid=164424)

Pages: 1 2


How to build? - agrecascino - 09-28-2014

I'm having a build issue with errors, so could someone please give me instructions on how to build?


RE: How to build? - DragonNeos - 09-28-2014

(09-28-2014, 01:07 AM)agrecascino Wrote: I'm having a build issue with errors, so could someone please give me instructions on how to build?
It depends on which platform (Windows/Mac/Linux) you're using to build RPCS3 on. Make sure you have the files for asmjit, ffmpeg, and wxWidgets in their respective folders. Can you post the output that displays the errors from the IDE? If you go to https://github.com/DHrpcs3/rpcs3, scroll to the bottom of the page and you can see the required dependencies and the instructions for building RPCS3 on each platform.


RE: How to build? - agrecascino - 09-28-2014

Here is the output.
http://rghost.net/private/58256310/a00e44225546d3bf73fbb286c64c5c4f


RE: How to build? - Ekaseo - 09-28-2014

is there some other program that is able to build rpcs3? I know only about Microsoft Visual studio. Is there some alternative to build this on windows?


RE: How to build? - Nekotekina - 09-28-2014

This log doesn't contain any error.
Fuck you.


RE: How to build? - tambre - 09-28-2014

(09-28-2014, 06:08 PM)agrecascino Wrote: Here is the output.

Why did you post the output on the forum?
Post it on pastebin or upload to rghost.


RE: How to build? - derpf - 09-29-2014

(09-28-2014, 06:17 PM)Ekaseo Wrote: is there some other program that is able to build rpcs3? I know only about Microsoft Visual studio. Is there some alternative to build this on windows?

Maybe if you want to try to get the CMake building with gcc/clang on Windows.


RE: How to build? - Bigpet - 09-29-2014

are you sure you're using the newest version of the source-code, the error says

Code:
rpcs3.cpp(185): fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx_gui.h"' to your source?

but that's clearly not true in the current source-code


RE: How to build? - agrecascino - 10-01-2014

Still does not build, no matter what I try


RE: How to build? - Bigpet - 10-02-2014

I can't reproduce this error with the code in the repository, are you sure you are using the newest version and you are using Visual Studio 2013?