Hello, I previously built mapnik 0.6.0 and 0.6.1 with VC ++ but 0.7.0 gives me troubles.
I think all my errors are coming from the fact that I don't have inttypes.h as default lib neither all it's dependencies. I found (thanks hazard) in pwin32.h this comment line : /* If your platform does not have the <inttypes.h> header, you may need to edit the typedefs below. */ I did few changes there (but not really sure of what I did). And if error directly linked to inttypes.h seemed to be gone (undefined symbol) there are now errors on line using the newly defined symbol. Example at first uint8_t was undefined after few changes in pwin32.h uint8_t was recognized but typedef int8_t UBool; => missing identifier ";" before UBool What the ... ?! Is there any file telling what to do to build v0.7.0 under vc++ ? Thank you Nicolas -- View this message in context: http://old.nabble.com/Building-mapnik-0.7.0-VC%2B%2B-tp27261075p27261075.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

