Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-05 Thread Tom McDermott
Thanks, Tom. It works. After checking out maint, I can checkout master then, git submodule init volk and now all 3 branches (next, master, maint) checkout correctly. My issue was being unfamiliar with git submodules. I'll wait for 3.7.7 before further testing - so many new cool features to play

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-05 Thread Tom Rondeau
On Sun, Apr 5, 2015 at 11:51 AM, Tom McDermott wrote: > When I clone from the gnuradio repository: > > *git clone* --recursive http://git.*gnuradio*.org/git/*gnuradio*.git > > The clone succeeds. It is on the master branch. I can checkout next, and > switch back and forth > between next and mast

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-05 Thread Tom McDermott
When I clone from the gnuradio repository: *git clone* --recursive http://git.*gnuradio*.org/git/*gnuradio*.git The clone succeeds. It is on the master branch. I can checkout next, and switch back and forth between next and master. However when I attempt to checkout maint, git says the checkout

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-04 Thread madengr
Actually now I see it would probably be: git pull --recurse-submodules=on git submodule update -- View this message in context: http://gnuradio.4.n7.nabble.com/Empty-volk-directory-when-I-git-gnuradio-tp53073p53155.html Sent from the GnuRadio mailing list archive at Nabble.com. _

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-04 Thread madengr
Can you you add the --recursive in the README? I assume a standard "git pull" will be sufficient in the future or do we also need to do a "git submodule update"? Thanks, Lou -- View this message in context: http://gnuradio.4.n7.nabble.com/Empty-volk-directory-when-I-git-gnuradio-tp53073p531

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-01 Thread Marcus D. Leech
On 04/01/2015 11:26 AM, Johnathan Corgan wrote: This happened on Sunday. The --recursive flag could have been added at any point in anticipation of it. Well, spank me. I'd had it in my fuzzy little brain that I'd have to wait. Ah well, just testing an update to build-gnuradio now. On Wed

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-01 Thread Johnathan Corgan
This happened on Sunday. The --recursive flag could have been added at any point in anticipation of it. On Wed, Apr 1, 2015 at 8:24 AM, Marcus D. Leech wrote: > On 04/01/2015 10:20 AM, Sylvain Munaut wrote: > >> git clone --recursive >> >> ___ >> Disc

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-01 Thread Marcus D. Leech
On 04/01/2015 10:20 AM, Sylvain Munaut wrote: git clone --recursive ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio When did the change actually occur? I knew it was coming, but was w

Re: [Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-01 Thread Sylvain Munaut
git clone --recursive ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Empty volk directory when I git gnuradio

2015-04-01 Thread Chris "Gump" Graves
Looks like some kind of link or something is broken when you try to GIT gnuradio. The build fails as volk will not build, and the volk sub- directory is empty. I did successfully GIT volk directly and clone it to it's sub-directory in gnuradio, and the build then went fine. Just throwing that ou