pombreda / libkml

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

2.2 release fails to build #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download http://libkml.googlecode.com/files/libkml-0.2.2.tar.gz
2. Unpack
3. Run $ mkdir build; cd build; ../configure/; make

What is the expected output? What do you see instead?
I expect a successfully compiled (but not yet installed) libkml, but I get
an error message (attached) instead.

What version of the product are you using? On what operating system?
I've gotten this error on 64-bit versions of Ubuntu 7.10 and Fedora 9. 
Will provide versions of dependencies on request.

Original issue reported on code.google.com by cdwins...@gmail.com on 21 May 2008 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago
Change the #includes to the following in src/kml/dom/link.cc and report success:

#include "kml/dom/link.h"
#include <cstring>
#include "kml/dom/attributes.h"
#include "kml/dom/serializer.h"

Original comment by kml.mash...@gmail.com on 21 May 2008 at 10:43

GoogleCodeExporter commented 9 years ago
It still errors; error log attached.  Thanks for the quick response!

Original comment by cdwins...@gmail.com on 21 May 2008 at 11:42

Attachments:

GoogleCodeExporter commented 9 years ago
Hm. You're on 64-bit? Copy-paste the output of `uname -a`

Original comment by kml.mash...@gmail.com on 22 May 2008 at 12:32

GoogleCodeExporter commented 9 years ago
$ uname -a
Linux localhost.localdomain 2.6.25.3-18.fc9.x86_64 #1 SMP Tue May 13 04:54:47 
EDT
2008 x86_64 x86_64 x86_64 GNU/Linux

Original comment by cdwins...@gmail.com on 22 May 2008 at 12:34

GoogleCodeExporter commented 9 years ago
I have managed to get it to build by removing the definitions of 
postdep_objects and
predep_objects in the generated libtool script after running ../configure .

Original comment by cdwins...@gmail.com on 23 May 2008 at 3:25

GoogleCodeExporter commented 9 years ago
I just uploaded a 0.3 tarball to the downloads area, which should fix your 
problem. It was indeed a bad libtool 
config, which should no longer be an issue. 

Thanks for the report. Please reopen if there are continued problems.

Original comment by kml.mash...@gmail.com on 28 Jun 2008 at 6:16