[gstreamer-bugs] [Bug 616553] Configuring gst-python on Mac OS fails: "checking for libraries required to embed python"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 22 22:16:41 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=616553
  GStreamer | gst-python | git

--- Comment #4 from Daniel Macks <dmacks at netspace.org> 2010-04-23 05:16:38 UTC ---
I don't know anything about MacPorts's games there, but there's nothing
intrinsically wrong with putting python's shared libs in any wacky place on a
system, as long as the way python is documented to publish its lib location is
correct for that location. It's as much a bug to assume the lib is in
$py_prefix/lib as it is to assume it is in /some/main/prefix/lib as it is to
assume it's in $py_prefix/lib/python$PYTHON_VERSION/config.

PYTHON_LIB_LOC needs to be just the pathname though (I assume /opt/local/lib
for you) not the linker flag that --ldflags gives (I assume -L/opt/local/lib
for you). Doesn't matter though...the interal use of PY_LIB_LOC is hardcoded in
a linux-centric manner.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list