Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created June 15, 2011 21:21
Show Gist options
  • Save springmeyer/1028146 to your computer and use it in GitHub Desktop.
Save springmeyer/1028146 to your computer and use it in GitHub Desktop.
compile mapnik with cocoa.h
#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