pombreda / libkml

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

Lacking includes, scope operators #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compiling libkml-0.5.0 under OSX 10.5.2 using g++ 4.3.2 
2.
3.

What is the expected output? What do you see instead?
Compilation fails.

What version of the product are you using? On what operating system?
libkml-0.5.0, OSX 10.5.2

Did you run the unit test suite that comes with the project? Did all tests
pass?
Yes, after fixing the compilation problems.

Please provide any additional information below.
The files

xsd/xsd_handler.cc
convenience/gpx_trk_pt_handler.h

lack #include <cstring> and std:: in front of strcmp().

Original issue reported on code.google.com by heples...@gmail.com on 7 Nov 2008 at 12:07

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/libkml/source/detail?r=348

Original comment by kml.mash...@gmail.com on 7 Nov 2008 at 12:41