On Mon, Jun 4, 2012 at 1:24 AM, Phil <[email protected]> wrote: > On 03/06/12 21:41, Alexandru Csete wrote: >> >> I tried to build as well yesterday and failed for me too - as I recall >> with the same error. I checked out the code again today and it fails >> too but with a different error, so the code is changing at the moment. >> >> You can go back to commit b2128bc86442148d87a7fe897a382c836baf8a67 >> which compiles fine for me, i.e. >> >> git checkout b2128bc >> > > More hand holding I'm afraid Alex. > > Is this the correct git syntax? > > [root@localhost src (master)]# git checkout b2128bc > git://git.osmocom.org/gr-osmosdr > error: pathspec 'b2128bc' did not match any file(s) known to git. > error: pathspec 'git:/git.osmocom.org/gr-osmosdr' did not match any file(s) > known to git.
First you make a clone "git clone git:/git.osmocom.org/gr-osmosdr" (I assumed you already had that), then you change into the gr-osmosdr directory and do "git checkout b2128bc" Alex _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
