dreamstreat / libkml

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

SWIG version check in configure.ac has a bug that prevents installation #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install latest SWIG 2.0.1 on OS X 10.6
2. run ./configure

What is the expected output? What do you see instead?
I see
...
checking for swig... swig
configure: WARNING: You have SWIG 2.0.1 installed, but libkml requires at least 
SWIG 1.3.35. The bindings will not be built.
...

What version of the product are you using? On what operating system?
1.2.0 on OS X 10.6.6

Did you run the unit test suite that comes with the project? Did all tests pass?
Yes. Not until I fixed the bug..

Please provide any additional information below.
I'm attaching the patch

Original issue reported on code.google.com by port...@gmail.com on 17 Feb 2011 at 1:52

Attachments:

GoogleCodeExporter commented 8 years ago
oh, just now saw this patch.
Yes, that is ok. See
http://code.google.com/p/libkml/issues/detail?id=50#c3
for another incarnation of the same fix.

cheers,

Original comment by rep.dot....@gmail.com on 9 Nov 2012 at 9:39