eth4io / libkml

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

Missing file from kmlbase and kmldom msvc projects #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout the latest revision of the source.
2. Build msvc\libkml.sln (VS 2005)
3. Build tests msvc\tests\libkml_tests.sln (VS2005)

What is the expected output? What do you see instead?
Expected: All test projects to compile
Actual: Many of the test failed to link due to some missing files in the 
kmlbase and kmldom projects.

Adding the following file to the projects resolved the issue.
Add the following to kmlbase:
version.h/.cc
math_util.h/.cc
xml_namespaces.h/.cc

Add the following to kmldom:
gx_tour.h/.cc

This looks to me like it helps build test projects.

Original issue reported on code.google.com by AndySChe...@gmail.com on 29 Sep 2009 at 11:48

GoogleCodeExporter commented 8 years ago
I just checked in r633 to fix this.

gx_tour should already be in your kmldom vcproj:
http://code.google.com/p/libkml/source/browse/trunk/msvc/libkmldom.vcproj#203

Original comment by kml.mash...@gmail.com on 7 Oct 2009 at 5:14