Hello, Answering to myself for the sake of other VC++ users
The problem was, as I though, the lack of inttypes.h. But the only definition needed is the definition for "uint8_t" in graphics.hpp Then I added this : typedef unsigned char uint8_t; in graphics.hpp header just after stl includes. I also noticed that I needed version 2.4.1 of library ICU. After having solved include/lib paths I could build mapnik and the shape plugin. Finally, I built and ran rundemo.cpp with mapnik 0.7.0. Nicolas -- View this message in context: http://old.nabble.com/Building-mapnik-0.7.0-VC%2B%2B-tp27261075p27272846.html Sent from the Mapnik - Users mailing list archive at Nabble.com. _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

