03-19-2016, 05:23 AM -
(03-18-2016, 11:20 PM)markus Wrote: So I utterly destroyed my repo with EOL bugs, but I fixed it. And now I'm back to this one issue (still):
I can't pass the buildbots on my PR. They all break on the include statement for zlib.h. Here's what I've tried:
Code:#include "../../wxWidgets/src/zlib/zlib.h"
Code:#include "wxWidgets/src/zlib/zlib.h"
Code:#include <wxWidgets/src/zlib/zlib.h>
And I would try, but that won't build in Visual Studio. I've been trying to solve this all day, to no avail.Code:#include <zlib.h>
You should probably add wxWidget's zlib directory as an additional include directory in one of our properties sheets. I think it should be added to rpcs3_default properties sheet.