Created
June 15, 2011 21:21
-
-
Save springmeyer/1028146 to your computer and use it in GitHub Desktop.
compile mapnik with cocoa.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0 | |
#include <CoreFoundation/CoreFoundation.h> | |
#include <Cocoa/Cocoa.h> | |
#include <iostream> | |
#ifdef check | |
#undef check | |
#endif | |
#ifdef verify | |
#undef verify | |
#endif | |
#include <mapnik/map.hpp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment