it appears that leopard (and all later versions of XQuartz) have moved from libSM v6 (as it was in tiger) to libSM v7. this appears to mean that its either rather difficult or impossible to build an X11 binary for both platforms. is my understand correct? --p
If you build it on Tiger, it'll work on both. On Jul 28, 2008, at 05:14, Paul Davis wrote:
it appears that leopard (and all later versions of XQuartz) have moved from libSM v6 (as it was in tiger) to libSM v7. this appears to mean that its either rather difficult or impossible to build an X11 binary for both platforms. is my understand correct?
--p
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/xquartz-dev
On Mon, 2008-07-28 at 11:51 -0700, Jeremy Huddleston wrote:
If you build it on Tiger, it'll work on both.
Yes, I meant to mention that I got that part ;) Alas, the person who does our X11 builds has shifted to Leopard for lots of mostly excellent reasons, and convincing them to go backwards just to build a software release seems unlikely to work. Sigh. --p
On Jul 28, 2008, at 1:11 PM, Paul Davis wrote:
On Mon, 2008-07-28 at 11:51 -0700, Jeremy Huddleston wrote:
If you build it on Tiger, it'll work on both.
Yes, I meant to mention that I got that part ;) Alas, the person who does our X11 builds has shifted to Leopard for lots of mostly excellent reasons, and convincing them to go backwards just to build a software release seems unlikely to work. Sigh.
You may be able to get the same result by building on Leopard but use the 10.4 SDK when building. (This is easy if you're using an Xcode project. Setting an SDK in a make-based build is possible but uglier.) -- Greg Parker gparker@apple.com Runtime Wrangler
On Mon, 2008-07-28 at 13:34 -0700, Greg Parker wrote:
You may be able to get the same result by building on Leopard but use the 10.4 SDK when building.
(This is easy if you're using an Xcode project. Setting an SDK in a make-based build is possible but uglier.)
scons, so basically forget it :( thanks for the reminder though.
participants (3)
-
Greg Parker
-
Jeremy Huddleston
-
Paul Davis