Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
sudo ldconfig appears to have fixed that On Sun, Jul 6, 2014 at 8:34 PM, Bill Dailey wrote: > I have never built OOT before... > > I have given up on the mcbook pro... > > now I am on my ubuntu box... it appears to have built fine but when I try > to run I get this: > > I am using a netsdr with

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
I have never built OOT before... I have given up on the mcbook pro... now I am on my ubuntu box... it appears to have built fine but when I try to run I get this: I am using a netsdr with osmsdr. Is this a path issue? Generating: "/home/willy/top_block.py" Executing: "/home/willy/top_block.p

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Activecat
Bill, Do you face these problems when building OOT newly created from gr_modtool ? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
yes it is there port install gnuradio (just repeated that to make sure something wasnt screwed up.) 3.7.3 On Sun, Jul 6, 2014 at 10:47 AM, Tom Rondeau wrote: > On Sun, Jul 6, 2014 at 11:31 AM, Bill Dailey wrote: > >> yes Tom, I did try that from the mac specific stuff. redone here.. >> >>

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Tom Rondeau
On Sun, Jul 6, 2014 at 11:31 AM, Bill Dailey wrote: > yes Tom, I did try that from the mac specific stuff. redone here.. > > PMT still seems to be an issue. > > bills-MacBook-Pro:gr-test2 willy$ rm -rf build > bills-MacBook-Pro:gr-test2 willy$ mkdir build > bills-MacBook-Pro:gr-test2 willy$ cd

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Bill Dailey
yes Tom, I did try that from the mac specific stuff. redone here.. PMT still seems to be an issue. bills-MacBook-Pro:gr-test2 willy$ rm -rf build bills-MacBook-Pro:gr-test2 willy$ mkdir build bills-MacBook-Pro:gr-test2 willy$ cd build bills-MacBook-Pro:build willy$ CC=/usr/bin/llvm-gcc CXX=/usr

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Activecat
On Sun, Jul 6, 2014 at 4:59 PM, Marcus Müller wrote: > I *assume* that activecat's module should build fine, it does on my > computer (however, activecat, remove the build folder from git; that > shouldn't be included ;) ). > Sorry for that, I have now removed the "build" folder. __

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Tom Rondeau
On Sun, Jul 6, 2014 at 4:59 AM, Marcus Müller wrote: > Hi Bill, > > > > cmake seems to work (after I change boost version to 1.55 in CMakeLists.txt) > > Um, I don't think it should be necessary to do that; the line > find_package(Boost "1.35" COMPONENTS filesystem system) > is in the new-OOT-Mod

Re: [Discuss-gnuradio] Build OOT gr-test2

2014-07-06 Thread Marcus Müller
Hi Bill, > cmake seems to work (after I change boost version to 1.55 in CMakeLists.txt) Um, I don't think it should be necessary to do that; the line find_package(Boost "1.35" COMPONENTS filesystem system) is in the new-OOT-Module template and I think it's for compatibility reasons; it works on m

[Discuss-gnuradio] Build OOT gr-test2

2014-07-05 Thread Bill Dailey
Ok.. building my first OOT to play with his counter. git clone git://github.com/activecat/gr-test2 cmake seems to work (after I change boost version to 1.55 in CMakeLists.txt) on make i get this error. Searching the net leads me to believe it isnt linking pmt but I can't decipher the solution.