Re: [Discuss-gnuradio] gras make error

2013-07-25 Thread Josh Blum
On 07/25/2013 10:03 PM, Gong Zhang wrote: > Sorry for the incomplete information. I'm using Ubuntu 10.04 and the > boost version is 1.40 > So heres the deal. Boost 1.40 does not support the property tree. Property tree was introduced in 1.41: http://www.boost.org/doc/libs/1_41_0/ Anyway, what

Re: [Discuss-gnuradio] gras make error

2013-07-25 Thread Gong Zhang
Sorry for the incomplete information. I'm using Ubuntu 10.04 and the boost version is 1.40 2013/7/25 Josh Blum : > > > On 07/25/2013 04:51 AM, Gong Zhang wrote: >> Hi, >> I got the source code of gras using git,and I followed the instruction >> to install gras.But I got errors while making. >> >>

Re: [Discuss-gnuradio] gras make error

2013-07-25 Thread Josh Blum
On 07/25/2013 04:51 AM, Gong Zhang wrote: > Hi, > I got the source code of gras using git,and I followed the instruction > to install gras.But I got errors while making. > > /home/zg/Desktop/Codes/gras/gras/Theron/Include/External/boost/atomic/detail/gcc-x86.hpp: > In function ‘void boost::atomi

[Discuss-gnuradio] gras make error

2013-07-25 Thread Gong Zhang
Hi, I got the source code of gras using git,and I followed the instruction to install gras.But I got errors while making. /home/zg/Desktop/Codes/gras/gras/Theron/Include/External/boost/atomic/detail/gcc-x86.hpp: In function ‘void boost::atomic_thread_fence(boost::memory_order)’: /home/zg/Deskt

Re: [Discuss-gnuradio] Gras make error

2013-06-14 Thread Jay Prakash
Thanks a lot Josh. It went all so smooth! Your new push is working perfect. Jay Prakash ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Gras make error

2013-06-14 Thread Ralph A. Schmid, dk5ras
Hi, > Well actually its a really granular architecture where every little piece is > simple, has its own purposes, and has its own value individually. To give you > an idea of the components, here is the little dependency map from the build > guide: http://i.imgur.com/U4QvBgd.png OK, I will have

Re: [Discuss-gnuradio] Gras make error

2013-06-14 Thread Josh Blum
> > I am especially interested in gr-extras, what seems to be a part of gras > now. Will this be available for gnuradio 3.7 standalone, or just as part of > gras? I do not like the idea of gras hovering over gnuradio, but like much > more an independent gnuradio installation in its standard folde

Re: [Discuss-gnuradio] Gras make error

2013-06-14 Thread Ralph A. Schmid, dk5ras
Hi, > What is your intention? Is it because you are looking to use gnuradio 3.7? If > so, the gnuradio 3.7 GRAS support branch is almost finished and will be > merged in soon. But I dont think its ready yet, this branch contains the work: > https://github.com/guruofquality/gnuradio/tree/runtime_pi

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Josh Blum
On 06/13/2013 10:35 PM, Jay Prakash wrote: > Ya git clone with https is not working. > Well, I cant work around every firewall issue. But in this case, i changed the submodules to http and the build instructions. Future checkouts should work if https is blocked. > function ‘void AddImpl::work(

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Jay Prakash
Ya git clone with https is not working. So I self cloned each using http ie. git clone http://github.com/guruofquality/Apology.git Ya I cloned and checked git log it is exactly commit ab6fc7615056dd5b6c737e1f4005250fe0281039

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Josh Blum
On 06/13/2013 10:20 PM, Jay Prakash wrote: > Here it is:- > > spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test$ git clone > http://github.com/guruofquality/gras.git > fatal: destination path 'gras' already exists and is not an empty directory. > spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desk

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Jay Prakash
Here it is:- spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test$ git clone http://github.com/guruofquality/gras.git fatal: destination path 'gras' already exists and is not an empty directory. spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test$ rm -r gras/ spclab@spclab-GT701AA-ACJ-S

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Josh Blum
On 06/13/2013 10:00 PM, Jay Prakash wrote: > I did so. > But at last step ie git submodule update I got:- > > *git submodule update* > *fatal: reference is not a tree: 53223d7e7c60974bd56ec3287fdc184ea910087b* > *Unable to checkout '53223d7e7c60974bd56ec3287fdc184ea910087b' in submodule > path '

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Jay Prakash
I did so. But at last step ie git submodule update I got:- *git submodule update* *fatal: reference is not a tree: 53223d7e7c60974bd56ec3287fdc184ea910087b* *Unable to checkout '53223d7e7c60974bd56ec3287fdc184ea910087b' in submodule path 'gnuradio'* I manually cloned each then and ran cmake. Ja

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Josh Blum
On 06/13/2013 09:46 PM, Jay Prakash wrote: > I followed same as given on the gras wiki you suggested. > > only problem now is gnuradio cloning. > > Which git repo of gnuradio should I clone for successfully making gras? You dont have to do anything special, this operation is automatic when the

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Jay Prakash
I followed same as given on the gras wiki you suggested. only problem now is gnuradio cloning. Which git repo of gnuradio should I clone for successfully making gras? Jay Prakash Senior Undergraduate Electronics Engineering IIT (BHU) VARANASI +91-9559475258 http://about.me/jay.prakash/ http://w

Re: [Discuss-gnuradio] Gras make error

2013-06-13 Thread Josh Blum
On 06/13/2013 09:20 PM, Jay Prakash wrote: > While doing cmake for installing Gras it gives: - > > *Using install prefix: /usr/local* > *CMake Error at gnuradio/CMakeLists.txt:245 (GR_LOGGING):* > * Unknown CMake command "GR_LOGGING".* > > > I got gnuradio in gras directory from git clone > h

[Discuss-gnuradio] Gras make error

2013-06-13 Thread Jay Prakash
While doing cmake for installing Gras it gives: - *Using install prefix: /usr/local* *CMake Error at gnuradio/CMakeLists.txt:245 (GR_LOGGING):* * Unknown CMake command "GR_LOGGING".* I got gnuradio in gras directory from git clone http://github.com/gnuradio/gnuradio Jay Prakash __