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
Build Error...
#6
(09-06-2014, 07:13 PM)flashmozzg Wrote:
(09-06-2014, 12:17 PM)Blink123123 Wrote: I meant update 3

I tried both manually and automatically with no luck I'll try again but I doubt it's gonna work.

Automatically it downloaded about 240 mb of wxWidgets and 200 mb of ffmpeg and something small for the ajmsit

Don't forget to install wxWidgets.

it is installed but I haven't touched it, is there something I should do? Reference it from VS?

I re cloned from scratch using git clone and git submodule update --init and ran VS and still same error

I tried rebuiling each element on it's own. asmijt and wxWidgets built successfully but whenever I try building emucore i get the error:
Error 4 error C2061: syntax error : identifier 'place' D:\GitHub\rpcs3\wxWidgets\include\wx\any.h 216 1 emucore
located here
static void SetValue(const T& value,
wxAnyValueBuffer& buf)
{
// Use placement new
void* const place = buf.m_buffer;
::new(place) T(value); // <---- this is the line
}

And randomly I get this error sometimes I don't:
7 IntelliSense: __w64 can only be specified on int, long, and pointer types d:\GitHub\rpcs3\wxWidgets\include\wx\defs.h 1248 13 base

Am I missing something? These are my steps

Clone repostiry with submodules
install wxwidgets
launch rpcs3.sln file
rebuild solution
error
Reply


Messages In This Thread
Build Error... - by Blink123123 - 09-06-2014, 10:25 AM
RE: Build Error... - by Nekotekina - 09-06-2014, 11:22 AM
RE: Build Error... - by tambre - 09-06-2014, 11:48 AM
RE: Build Error... - by Blink123123 - 09-06-2014, 12:17 PM
RE: Build Error... - by flashmozzg - 09-06-2014, 07:13 PM
RE: Build Error... - by Blink123123 - 09-06-2014, 09:15 PM
RE: Build Error... - by Bigpet - 09-07-2014, 12:04 AM
RE: Build Error... - by Blink123123 - 09-07-2014, 12:18 AM
RE: Build Error... - by Darkriot - 09-07-2014, 01:47 AM
RE: Build Error... - by Darkriot - 09-07-2014, 03:04 AM
RE: Build Error... - by Arkaran - 09-07-2014, 04:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)