Regarding zlib and wxWidgets
Started by markus




6 posts in this topic
markus
Unregistered


 
03-18-2016, 11:20 PM -
#5
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
Code:
#include <zlib.h>
, but that won't build in Visual Studio. I've been trying to solve this all day, to no avail.


Messages In This Thread
RE: Regarding zlib and wxWidgets - by markus - 03-17-2016, 01:51 AM
RE: Regarding zlib and wxWidgets - by tambre - 03-17-2016, 04:59 AM
RE: Regarding zlib and wxWidgets - by markus - 03-18-2016, 12:14 AM
RE: Regarding zlib and wxWidgets - by vlj - 03-18-2016, 12:24 AM
RE: Regarding zlib and wxWidgets - by markus - 03-18-2016, 11:20 PM
RE: Regarding zlib and wxWidgets - by tambre - 03-19-2016, 05:23 AM
RE: Regarding zlib and wxWidgets - by markus - 03-19-2016, 01:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)