clang++ -c -I./include `mapnik-config --cflags` -Wall -g example.cpp -o example.o
In file included from example.cpp:10:
In file included from ./include/generate/generate_mss_dot.hpp:15:
./include/parse/carto_grammar.hpp:50:42: error: no type named 'css' in namespace 'mapnik'
utree::list_type operator() (mapnik::css color) const
~~~~~~~~^
use mapnik::color directory as mapnik:css was removed upstream in mapnik trunk 7 weeks ago: http://trac.mapnik.org/changeset/2933
avoids: