Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-26 Thread ben Gee
thanks rich. I think at this point its some ghost-in-the-machine file or config that's outside the pybombs directory. That makes little sense because pybombs should be self-contained, therefore when i delete the pybombs and target directories it should not have any difference. That being said, it's

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread Richard Bell
I think you might be referring to the config.dat file that was created after your first attempt at installing with pybombs? When you first clone pybombs, there is no config.dat, only a config.default. When you go through the install process, pybombs creates a config.dat that saves the choices you m

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread ben Gee
richard, yes, i setup the environment variables. i noticed something strange though, in my initial (working) install, when i pulled the pybombs source using: git clone git://github.com/pybombs/pybombs and cd into pybombs in my initial configuration i was able to set my prefix dir to /home/profile_n

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread Richard Bell
Did you run ./pybombs env and setup your environment variables? Rich On Wed, Mar 25, 2015 at 11:52 AM, ben Gee wrote: > ok, so editing the .cc file worked now and i got it to stop throwing the > compile error, but its still not working. > > gnuradio-companion still isn't installed correctly as

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread ben Gee
ok, so editing the .cc file worked now and i got it to stop throwing the compile error, but its still not working. gnuradio-companion still isn't installed correctly as i can't call it from the command line. when i run swig -version i get: http://pastebin.com/xWU4d5i3 i have a second computer wi

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread Ron Economos
What is the specific error? Ron On 03/25/2015 11:20 AM, ben Gee wrote: thanks ron, my swig version is now updated. so, if i run ./pybombs install gnuradio and it reports the error with atsc_interleaver_impl.cc, i then go in and add "#include ", but now when i rerun ./pybombs install gnuradio,

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-25 Thread ben Gee
thanks ron, my swig version is now updated. so, if i run ./pybombs install gnuradio and it reports the error with atsc_interleaver_impl.cc, i then go in and add "#include ", but now when i rerun ./pybombs install gnuradio, it still throws an error about the stdio commands not being included. is the

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-24 Thread Ron Economos
I've submitted a pull request for the compile issue in gr-dtv. However, it takes a little while for requests to get merged. You're missing gnuradio-companion because your version of SWIG is failing the version check. See line 982 in your first pastebin. The minimum SWIG version required is 1.3.31

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-24 Thread ben Gee
> NEW ISSUE - no GRC??. I can't call it from the target, home or pybombs > directory and there's no recipe for it. any thoughts? GRC comes with gnuradio itself. *that's what i thought as it's always been that way.* If it's not there, something failed during the cmake/build step, but without the

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-24 Thread Sylvain Munaut
> NEW ISSUE - no GRC??. I can't call it from the target, home or pybombs > directory and there's no recipe for it. any thoughts? GRC comes with gnuradio itself. If it's not there, something failed during the cmake/build step, but without the full logs, can't really say anything. My guess is that

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-23 Thread ben Gee
Ron, thanks, adding that line fixed the compilation error and gnuradio says that it installed ok! Now onto the other issues: NEW ISSUE - no GRC??. I can't call it from the target, home or pybombs directory and there's no recipe for it. any thoughts? OLD ISSUE - protobuf is still the old version and

Re: [Discuss-gnuradio] pybombs, gnuradio, libprotobuf issues PLEASE HELP ME

2015-03-23 Thread Ron Economos
The first error can be repaired by adding the line: #include to gnuradio/gr-dtv/lib/atsc/atsc_interleaver_impl.cc I'm not sure how this bug slipped by. Ron On 03/23/2015 03:01 PM, ben Gee wrote: I've picked up some issues over the last month of trying to get a working gnuradio pybombs insta