So I'm trying to get the python interface on my MAC, and I'm not getting past this check from configure.ac: https://github.com/kubark42/libkml/blob/master/configure.ac#L176
It looks like python.h has to be linked as a framework on the MAC: http://stackoverflow.com/a/16454614/1709223 by adding the -framework flag.
Have you dealt with SWIG at all? Any clue as to how to tell it to link the python library from a framework?
So I'm trying to get the python interface on my MAC, and I'm not getting past this check from configure.ac: https://github.com/kubark42/libkml/blob/master/configure.ac#L176
It looks like python.h has to be linked as a framework on the MAC: http://stackoverflow.com/a/16454614/1709223 by adding the
-frameworkflag.Have you dealt with SWIG at all? Any clue as to how to tell it to link the python library from a framework?