dreamstreat / libkml

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

Release URI Parser Doesn't Link in MS VS 2005 #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I tried to link my application with the uriparser-release.lib included 
with 1.0.0 alpha 1, I got the following error:

VCBUILD(0): fatal error C1047: The object or library file '...\libkml-1.0.0-
alpha1\third_party\uriparser-0.7.1.win32\release\uriparser-release.lib' was 
created with an older compiler than other objects; rebuild old objects and 
libraries

I downloaded the source for uriparser 0.7.1 and rebuilt the library.  It then 
linked with no problem.

The Win32 uriparser build needs to be updated.

Original issue reported on code.google.com by joelo...@gmail.com on 22 Apr 2009 at 4:22

GoogleCodeExporter commented 8 years ago
In the meantime an option is to copy the 0.7.1 uriparser supplied with 0.9.0 
which
does link to 1.0.0.

Original comment by JRosanow...@gmail.com on 25 Jun 2009 at 2:36

GoogleCodeExporter commented 8 years ago

Original comment by kml.mash...@gmail.com on 20 Nov 2009 at 12:43