Re: Problems Compiling qt-atspi
Thomas Ward <[email protected]>
| Newsgroups | gmane.comp.kde.devel.accessibility |
|---|---|
| Message-ID | <CAAfBG11jDcHV2B2kwBqyERKi+ikrtiyr-skKy+U7TztjjusykQ@mail.gmail.com> |
> 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.