bastibl / gr-foo

Some GNU Radio blocks that I use.
GNU General Public License v3.0
105 stars 55 forks source link

issue installing gr-foo #7

Closed mohammad-shekarifard closed 6 years ago

mohammad-shekarifard commented 6 years ago

Hello Bastian, i am using installation guide of gr-foo here, when i run ' make ' command i see these errors. screenshot from 2018-02-16 23-51-02

bastibl commented 6 years ago

This is strange. Were there any warnings when running cmake? Any chances you use a very old version of GNU Radio? Just wild guesses. I've never seen this.... :-/

mohammad-shekarifard commented 6 years ago

Hi, the version is: "GNU Radio Companion 3.7.9 " when i run 'cmake': screenshot from 2018-02-17 10-56-20 screenshot from 2018-02-17 10-56-46

bastibl commented 6 years ago

Your GNU Radio is from 2015. I would recommend trying a newer version. (and please, please, please, do not post pictures of text. I don't get why people are doing it these days. This way nobody will find the error through the search function....)

arun1993 commented 6 years ago

Hi, I am getting this error.

dinesh-wcsnglab-2@wcsnglab-2:~/gr-foo/build$ cmake .. -- Build type not specified: defaulting to release. -- UHD library found. -- Boost version: 1.58.0 -- Found the following Boost libraries: -- filesystem -- system -- thread -- chrono -- date_time -- atomic Checking for GNU Radio Module: RUNTIME

dinesh-wcsnglab-2@wcsnglab-2:~/gr-foo$ gnuradio-config-info -v 3.7.10.1

I use 3.7 version and not able to find some blocks in the gr-802.11 because of this. Any suggestion on how to solve this?

bastibl commented 6 years ago

Any reason you add this to this issue? Has it anything to do with the above error? Your issue was already addressed several times. See for example https://github.com/bastibl/gr-foo/issues/8.

arun1993 commented 6 years ago

I am sorry. When I opened issues I came across this and posted it here. I changed my branch to master and it worked now.