Re: [Xquartz-dev] 2.3.2_beta3 on Tiger
Am 18.11.2008 um 22:22 schrieb Jeremy Huddleston:
It's a bit surprising that -DXSERVER_VERSION=\"1.5.99.1\" stands for the last beta version, I would have assumed to find it in at least X11R7.2, not in X11R7.1. I'm going to make distclean and update X11R7.1 via git again and re-compile. And then check the output from the build process.
You have the wrong version... you need to check out the xorg- server-1.4-apple branch.
I trust in git ...
huh?
I am using 'git pull' to update a module. I am assuming it fetches the updates from the appropriate version and haven't much thought of manually installing a particular module version. Now I'll give it a try! -- Greetings Pete Eternity is a terrible thought. I mean, where's it going to end? - Tom Stoppard
Quoted Peter Dyballa <Peter_Dyballa@Freenet.DE>: [snip]
I am using 'git pull' to update a module. I am assuming it fetches the updates from the appropriate version and haven't much thought of manually installing a particular module version. Now I'll give it a try!
http://xquartz.macosforge.org/trac/wiki/DeveloperInfo I use: "git branch" and "git checkout" the particular branch I'm working on. Then use "git pull" to get the latest changes, assuming I haven't made any changes (read the bit about git fetch too on the wiki). Also be aware of "git status" to see what you've changed. I think I'm using a newer/different? version of git than the DeveloperInfo page was documented for, because the branch and checkout commands are arguments to the git command (no hyphen). George -- http://people.freedesktop.org/~gstaplin/
On Nov 18, 2008, at 14:55, Peter Dyballa wrote:
Am 18.11.2008 um 22:22 schrieb Jeremy Huddleston:
It's a bit surprising that -DXSERVER_VERSION=\"1.5.99.1\" stands for the last beta version, I would have assumed to find it in at least X11R7.2, not in X11R7.1. I'm going to make distclean and update X11R7.1 via git again and re-compile. And then check the output from the build process.
You have the wrong version... you need to check out the xorg- server-1.4-apple branch.
I trust in git ...
huh?
I am using 'git pull' to update a module. I am assuming it fetches the updates from the appropriate version and haven't much thought of manually installing a particular module version. Now I'll give it a try!
Yes, but you need to switch from using the master branch to using the xorg-server-1.4-apple branch as discussed on the Developer Info page on the website.
participants (3)
-
George Peter Staplin
-
Jeremy Huddleston
-
Peter Dyballa