Dane Springmeyer

Results 410 comments of Dane Springmeyer

And freetype 2.6.5: ``` configure: WARNING: *** WARNING FreeType2 built without FSRef API cannot load data-fork fonts on MacOS, except of XXX.dfont. configure: WARNING: *** WARNING FSSpec/FSRef/QuickDraw/ATS options are explicitly...

And this is the `ftconfig.h` generated: ``` /* ftconfig.h. Generated from ftconfig.in by configure. */ /***************************************************************************/ /* */ /* ftconfig.in */ /* */ /* UNIX-specific configuration file (specification only). */...

Yes, I've seen these warnings. Because they are coming out of boost (not mapnik) I had not paid much attention, but yes we should take a closer look to make...

> Anyway, I will probably rewrite at least color::to_hex_string, karma is plain overkill for something that could be 5 lines of C. @lightmare @artemp might complain, but I'm a big...

Seems like this might be related to https://github.com/mapnik/python-mapnik/blob/master/src/boost_std_shared_shim.hpp. Could `BOOST_NO_CXX11_SMART_PTR` be being set to true in this build?

Thank you so much for that insight @alex85k. We should try this with mapnik.

+1 to using whatever we can that comes with mysysgit. Thanks for the tip @alex85k!

@BergWerkGIS seems like the first step(s), before trying to automate, are: - Figure out what visual studio version the nodejs devs are using to compile the existing 4.x binaries -...

@BergWerkGIS I see @brianreavis getting ready for a node-gdal release that would support Node 4.x. Its not critical but would be nice to soon support VS 2015 Node 4.x builds....

> just looked at the stock binaries: seem to be built with VS2012. Okay, so we'll keep building our own for now. > I think we should investigate again, if...