Dane Springmeyer

Results 403 comments of Dane Springmeyer
trafficstars

looks fine. the only `42` I see is the soname for the icu libraries, which are different than boost. The crashing bit is in spirit's karma, which is header only,...

I can replicate crashes as well, using either g++ or clang++ with boost 1.48. But, it may be because I'm trying to get things working with mapnik master. If I...

@rundel - not sure, would need a closer look. I'm out of the office until next week - awesome job getting things updated. Though things still appear to crash for...

Yep, also seeing segfaults still. ``` ~/projects/carto-generator[master]$ ./xml2carto ./tests/map_line.xml map.mml Segmentation fault: 11 ~/projects/carto-generator[master]$ ./xml2carto ./tests/map_poly.xml map.mml Bus error: 10 ~/projects/carto-generator[master]$ ./xml2carto ./tests/map_text.xml map.mml ### WARNING: Using 'name' in TextSymbolizer/ShieldSymbolizer...

k, are you working against your branch or trunk? Also, I am using boost 1.47 release, compiled statically

btw, just so you know I hand edited the '[HYC=8]' from '[([HYC]=8)]', so ignore that part of course (we know that is a separte issue...)

We talked about this may have to do with compiling things with an older clang++ version. Are you still seeing it after upgrading to clang trunk? (or alternatively you could...

I just added both of you as collaborators at https://github.com/springmeyer/mapnik-c-api. Would be great if you could create pull requests for any changes you see that would be improvements. I'll review...

Several of these warnings @alliecrevier fixed in node-cpp-skel as well: https://github.com/mapbox/node-cpp-skel/pull/129. So we can learn from those commits to address these.