[Kde-accessibility] Problems Compiling qt-atspi
Thomas Ward
thomasward1978 at gmail.com
Fri Sep 9 15:37:17 UTC 2011
> Your git clone should have every branch in it. check
> git branch -a
>output to see which branch you are using (likely master).
Ah ha! I definitely see the problem now. Doing
git branch -a
shows git was pointing at 4.7 origin/4.7 by default. It didn't even
have 4.8 listed for some reason. I just did
git checkout -b 4.8 origin/4.8
and now git says it switched to the 4.8 branch. So this should fix
things. Thanks Jeremy.
More information about the kde-accessibility
mailing list