09-06-2014, 09:15 PM
(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