RPCS3 Forums

Full Version: How to build?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

agrecascino

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

DragonNeos

(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.

agrecascino

Ekaseo

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?
This log doesn't contain any error.
Fuck you.

tambre

(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.

derpf

(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.

Bigpet

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

agrecascino

Still does not build, no matter what I try

Bigpet

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?
Pages: 1 2