5 Sep
2008
5 Sep
'08
6:51 a.m.
Joachim Beckers wrote: []
I'm running 10.5.4 (upgraded from 10.5.2) with first Apple's X11 installed, then later upgraded to Xquartz 2.3.1rc1. I also have Xcode 3.1 installed (upgraded from 3.0). This should be enough for everything to work, right?
After these upgrades, do you still have /usr/X11/bin/xmkmf? It does not come with recent xquartz updates, and its absence would explain the error you are seeing. In the configure phase of the build you would then see a line Checking for X ... no The gst-plugins-base Portfile will have to be fixed (like thousands of others) to use the configure flags --x-includes=${x11prefix}/include --x-libraries=${x11prefix}/lib. -- Martin