[Discuss-gnuradio] Changing to next fails?

2013-04-01 Thread Ralph A. Schmid, dk5ras
Hi, Maybe a stupid question...am I doing smth. wrong, or has there been some change? When doing a git checkout next and trying to build next, it still build master. Even completely deleting the gnuradio folder does not help. Also I get some error message when doing git checkout next, git branch

Re: [Discuss-gnuradio] Changing to next fails?

2013-04-01 Thread Alexandru Csete
On Mon, Apr 1, 2013 at 10:11 AM, Ralph A. Schmid, dk5ras ra...@schmid.xxx wrote: Hi, Maybe a stupid question...am I doing smth. wrong, or has there been some change? When doing a git checkout next and trying to build next, it still build master. Even completely deleting the gnuradio folder

Re: [Discuss-gnuradio] Changing to next fails?

2013-04-01 Thread Ralph A. Schmid
The code hasn't changed for days and it builds fine so yes, you are probably doing something wrong. Without knowing what you do after the checkout it's hard to guess what it could be. I have done what I have described :) But the other tip seems to help, git pull origin... ALex Ralph.

Re: [Discuss-gnuradio] Changing to next fails?

2013-04-01 Thread Ralph A. Schmid
Ralph, git branch next just moves you over to the next branch but doesn't pull anything down. If there was an error doing git pull next, then just moving to that branch wouldn't have any effect. This seems to be the problem, as usually git checkout xxx did the job. Also, you mentioned an

Re: [Discuss-gnuradio] Changing to next fails?

2013-04-01 Thread Ralph A. Schmid, dk5ras
I meant that trying to build next after a checkout was bit vague given that there are 5 steps to be executed after a checkout. Well, what are those steps to the book? sudo make uninstall, git checkout xxx, cd xxx, cmake .., make. Did I miss something? AS I have mentioned, until now it did work

Re: [Discuss-gnuradio] Changing to next fails?

2013-04-01 Thread Ralph A. Schmid, dk5ras
Oh, by the way, at 72 % building fails. Some unspecified error 2 or smth like that, no further information. Again I am in Windows now, can give the exact message when I boot Linux again, but I am afraid it said nothing more. Ralph. ___