pombreda / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

0.9.0 fails to build on msvc without modification #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In 0.9.0, b2a_hex was moved to string_util.h.  This breaks the msvc build 
because uint32_t is undefined.  To fix the build, add:

#include "kml/base/util.h"

Original issue reported on code.google.com by joelo...@gmail.com on 13 Feb 2009 at 7:30

GoogleCodeExporter commented 9 years ago
Fixed in r502
http://code.google.com/p/libkml/source/detail?r=502

Original comment by kml.mash...@gmail.com on 10 Mar 2009 at 11:10