dreamstreat / libkml

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

LibKML.xcodeproj/project.pbxproj missing kmlengine::FindAndInsertXmlNamespaces and kmlbase::ZipFile #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open LibKML.xcodeproj/project.pbxproj in Xcode Version 3.1.4
2. Build

Original issue reported on code.google.com by kml.b...@gmail.com on 19 Sep 2009 at 11:38

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
1. add "third_party/zlib-1.2.3/contrib/minizip/iomem_simple.c" to target 
libminizip
2. add "src/kml/base/zip_file.cc" to target libkmlbase
2.1 add "third_party/zlib-1.2.3/contrib" to the header search path
2.2 add libminizip to target libkmlbase 
3. add "src/kml/engine/find_xml_namespaces.cc" to target libkmlengine

Original comment by koansin....@gmail.com on 22 Sep 2009 at 5:43

GoogleCodeExporter commented 8 years ago

Original comment by kml.mash...@gmail.com on 19 Feb 2010 at 4:35