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
Regarding zlib and wxWidgets
#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.
Reply


Messages In This Thread
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)