Re: [Discuss-gnuradio] CMake error related to log4cpp in non-standard location

2017-04-29 Thread li...@lazygranch.com
On the other hand, the current git pull has fixed the LOG4CPP problem I had with opensuse 42.2. http://gnuradio.4.n7.nabble.com/fail-tests-for-qa-cpp-py-binding-qa-cpp-py-binding-set-qa-ctrlport-probes-td63291.html It now works for both the local library build of log4cpp and the standard distrib

Re: [Discuss-gnuradio] CMake error related to log4cpp in non-standard location

2017-04-29 Thread Michael Dickens
Ah; thanks Bastian. I sort of remembered that something was committed that updated the use of log4cpp info. That's good. The downside is that this is not part of the current GR release, so most users won't get its benefits for a while longer -- until the next release. In MacPorts, folks can install

Re: [Discuss-gnuradio] CMake error related to log4cpp in non-standard location

2017-04-28 Thread Bastian Bloessl
Hi, are you talking about building in-tree modules or OOTs? On 04/28/2017 11:13 PM, Michael Dickens wrote: > Hi Eugene - What you write looks to be true about the current GR > codebase. Bastian Bloessl has a commit that adds in LOG4CPP_INCLUDE_DIR > & related to those in-tree areas that need it (

Re: [Discuss-gnuradio] CMake error related to log4cpp in non-standard location

2017-04-28 Thread Michael Dickens
Hi Eugene - What you write looks to be true about the current GR codebase. Bastian Bloessl has a commit that adds in LOG4CPP_INCLUDE_DIR & related to those in-tree areas that need it (branch "ugly_cmake"): < https://github.com/bastibl/gnuradio/commit/16d8e8cb9bd658991dabbc253c74850248b80f83 >. I d

[Discuss-gnuradio] CMake error related to log4cpp in non-standard location

2017-04-28 Thread Eugene Grayver
The current GR CMakeFile(s) apparently do not add the include path LOG4CPP_INCLUDE_DIR to the compile. Can't build w/ log4cpp in non-standard location. Eugene Grayver, Ph.D. Aerospace Corp., Sr. Eng. Spec. Tel: 310.336.1274 __

Re: [Discuss-gnuradio] CMake Error

2016-01-13 Thread Michael Dickens
No problems. As I said, I don't use Ubuntu right now so I'm a bit out of the loop on these matters. Keep playing around & learn all you can! - MLD If you look in < https://github.com/kik/sdr-tv/blob/master/gr-ntsc/CMakeLists.txt >, lines 89-94 read: {{{ # Search for GNU Radio and its components an

Re: [Discuss-gnuradio] CMake Error

2016-01-13 Thread shortwavedude
but I can execute gnuradion_companion. Not sure if this helps.    Still learning,   Thanks!   - Original Message - From: "Michael Dickens" To: discuss-gnuradio@gnu.org Sent: Wednesday, January 13, 2016 8:56:24 AM Subject: Re: [Discuss-gnuradio] CMake Error Hi sh

Re: [Discuss-gnuradio] CMake Error

2016-01-13 Thread Michael Dickens
Hi shortwavedude - You're trying to configure an OOT module, yes? (GNU Radio internally would not look for itself, so this is the logical conclusion. Which OOT module are you trying to build?) That error means that this OOT module is looking for GR 3.7.2 or newer, and that cmake can't find GR insta

[Discuss-gnuradio] CMake Error

2016-01-12 Thread shortwavedude
Hello! Wondering if anyone can comment on this error. I'm running Ubuntu 14.04 which I installed gnuradio using apt. The problem that I see is that it's looking for gnuradio version 3.7.2. This is the version that got installed when I used apt to install. Do I need to provide a path name back

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
3.7.7 libraries might be installed due building of gnuradio script " http://www.sbrac.org/files/build-gnuradio"; or installing gnuradio through pybombs. can you explain me how to remove these libraries..? Please help me out..This might be my last querry, thanks for all your helps and sugges

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
my grc is 3.7.2.1.. can i uninstall 3.7.7 version and then work on it...? and also 3.7.7 libraries might be installed due building of gnuradio script "http://www.sbrac.org/files/build-gnuradio"; or installing gnuradio through pybombs. can you explain me how to remove these libraries

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Compare: > My after this command "gnuradio-config-info --version" > i got 3.7.2.1 and > ImportError: libgnuradio-runtime-3.7.7git.so.0.0.0: cannot open shared > object file: No such file or directory You're mixing 3.7.2.1 and 3.7.7; this can't work. You will need to uninstall both GNU Radio versi

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Did you make and make install your out-of-tree module already? Does GRC look into the place where you install into when looking for block definitions? Generally, I'd like to point you to the guided Tutorials, which are a bit easier to follow and currently better maintained: https://gnuradio.org/r

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
hey marcus, Thanks for all your help, now have completed everything properly, but I am not able to find "square_ff" block in grc, would you please help me out. Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:44 AM, Marcus Müller wrote: > Hi Abhishek, > > On 03/15/2015 08:11 PM, Abhishek S

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
Hi Abhishek, On 03/15/2015 08:11 PM, Abhishek Shukla wrote: > Would you tell me how to add gnuradio-runtime.pc to the > PKG_CONFIG_PATH environment variable? You want to add the directory containing it to that environment variable. How one can do that depends on your operating system. I'm

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Abhishek Shukla
Would you tell me how to add gnuradio-runtime.pc to the PKG_CONFIG_PATH environment variable? Thanks in advance, Abhishek On Mon, Mar 16, 2015 at 12:12 AM, Marcus Müller wrote: > Perhaps you should add the directory containing `gnuradio-runtime.pc' > to the PKG_CONFIG_PATH environment v

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread Marcus Müller
> Perhaps you should add the directory containing `gnuradio-runtime.pc' > to the PKG_CONFIG_PATH environment variable Yes, that sounds good! > No package 'gnuradio-runtime' found > what does this exactly mean? pkgconfig couldn't find a .pc containing gnuradio-runtime. Greetings, Marcus On 0

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-15 Thread abhishek
Hey Marcus, My after this command "gnuradio-config-info --version" i got 3.7.2.1 later i type "pkg-config --modversion gnuradio-runtime" i got abhishek@abhishek-Inspiron-N5110:~$ pkg-config --modversion gnuradio-runtime Package gnuradio-runtime was not found in the pkg-config search path. Perhaps

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-14 Thread Marcus Müller
Do you have GNU Radio correctly installed? this looks like you don't, or you have an old installation (GNU Radio 3.6). Check by running "gnuradio-config-info --version". On 03/14/2015 04:36 PM, Abhishek Shukla wrote: > Hey Marcus, > I am trying to build my own custom block in gnuradio, with the h

[Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries

2015-03-14 Thread Abhishek Shukla
Hey Marcus, I am trying to build my own custom block in gnuradio, with the help of following link "http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules and https://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig https://www.youtube.com/watch?v=BW8o9ZgFJ5I"; But i a

Re: [Discuss-gnuradio] Cmake Error

2014-09-03 Thread Bastian Bloessl
angwen , "GnuRadio Receiver" > 抄送: > 主题: Re: [Discuss-gnuradio] Cmake Error > > On 09/02/2014 08:52 AM, zhangwen wrote: > > CMake Warning at CMakeLists.txt:85 (find_package): > >By not providing "FindCppUnit.cmake" in CMAKE_MODULE_PATH this &

Re: [Discuss-gnuradio] Cmake Error

2014-09-02 Thread Michael Dickens
The best way to use the .cmake files installed by GNU Radio in an OOT module is to do the {{{ find_package(Gnuradio [...]) }}} as close to first thing as possible. Once that's done, then all of the other GR .cmake modules (including FindCppUnit.cmake) will become available when using CMake >= 2

Re: [Discuss-gnuradio] Cmake Error

2014-09-02 Thread Tom Rondeau
On Tue, Sep 2, 2014 at 3:46 AM, Bastian Bloessl wrote: > On 09/02/2014 08:52 AM, zhangwen wrote: > >> CMake Warning at CMakeLists.txt:85 (find_package): >>By not providing "FindCppUnit.cmake" in CMAKE_MODULE_PATH this >> project has >>asked CMake to find a package configuration file provi

Re: [Discuss-gnuradio] Cmake Error

2014-09-02 Thread Bastian Bloessl
On 09/02/2014 08:52 AM, zhangwen wrote: CMake Warning at CMakeLists.txt:85 (find_package): By not providing "FindCppUnit.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "CppUnit", but CMake did not find one. Oooops, looks like

[Discuss-gnuradio] Cmake Error

2014-09-01 Thread zhangwen
Hi,GR, I'm trying to use cmake to build gr-ieee802.11 project. But I had following error: * CMake Warning at CMakeLists.txt:85 (find_package): By not providing "FindCppUnit.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file

Re: [Discuss-gnuradio] Cmake error

2014-08-22 Thread sreena p h
Thanks for the comment. I updated my GNURadio to 3.7.4 and new module installation went well. Thanks once again. Sreena___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] cmake error

2014-08-21 Thread Martin Braun
Are you using the latest GNU Radio? It was not possible to do Py-only OOTs until recently. M On 08/21/2014 11:05 AM, sreena p h wrote: > Hi > > I tried to implement python OOT module as given in the new tutorial. > Everything was fine till I reached the installation step. cmake command > made th

[Discuss-gnuradio] cmake error

2014-08-21 Thread sreena p h
Hi I tried to implement python OOT module as given in the new tutorial. Everything was fine till I reached the installation step. cmake command made the following error..  -- Build type not specified: defaulting to release. -- Boost version: 1.49.0 -- Found the following Boost libraries: --   fi

Re: [Discuss-gnuradio] CMake error

2014-06-10 Thread Martin Braun
On 06/10/2014 10:37 AM, sreena p h wrote: > Hi > > I got the following error while doing the building out-of-tree module > example given in > "http://gnuradio.org/redmine/projects/gnuradio/wiki/NewTutorials3";. This isn't finished, so maybe it's just an intermediate error of some kind. Give it s

[Discuss-gnuradio] CMake error

2014-06-10 Thread sreena p h
Hi I got the following error while doing the building out-of-tree module example given in "http://gnuradio.org/redmine/projects/gnuradio/wiki/NewTutorials3".  ttl@ttl-HP-Z220-CMT-Workstation:~/Documents/sreena/gr-tutorial/build$ cmake ../ -- Build type not specified: defaulting to release. -- Bo

Re: [Discuss-gnuradio] Cmake error.

2013-02-19 Thread Erik Jakobsen
Solved now, boost was not installed. Erik Hi. On opensuse 12.1 64bit, I get this when running the build: -- Building version: 003.005.001-29-g3cb515f7 -- Using install prefix: /usr/local -- Compatible images can be downloaded from: http://files.ettus.com/binaries/maint_images/archive/uhd-imag

[Discuss-gnuradio] Cmake error.

2013-02-18 Thread Erik Jakobsen
Hi. On opensuse 12.1 64bit, I get this when running the build: -- Building version: 003.005.001-29-g3cb515f7 -- Using install prefix: /usr/local -- Compatible images can be downloaded from: http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.005.001-release.zip CMake Error: The

Re: [Discuss-gnuradio] cmake error if cppunit not installed

2012-07-19 Thread Tom Rondeau
On Fri, Jul 13, 2012 at 9:50 AM, Nicholas Corgan wrote: > Linux Mint 13 is heavily based on Ubuntu 12.04, so I recreated the bug and > can confirm it exists in Ubuntu 12.04 32/64 bit. I ran CMake with the fix, > and both still report this error: > > > CMake Error: The following variables are used

Re: [Discuss-gnuradio] cmake error if cppunit not installed

2012-07-13 Thread Nicholas Corgan
Linux Mint 13 is heavily based on Ubuntu 12.04, so I recreated the bug and can confirm it exists in Ubuntu 12.04 32/64 bit. I ran CMake with the fix, and both still report this error: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them o

Re: [Discuss-gnuradio] cmake error if cppunit not installed

2012-07-13 Thread Tom Rondeau
On Fri, Jul 13, 2012 at 5:06 AM, Alexandru Csete wrote: > Greetings, > > Trying to run cmake on a Linux Mint 13 installation that doesn't have > cppunit leads to what looks like an unintentional error message: > > -- Configuring gr-filter support... > -- Dependency ENABLE_GRUEL = ON > -- Depen

[Discuss-gnuradio] cmake error if cppunit not installed

2012-07-13 Thread Alexandru Csete
Greetings, Trying to run cmake on a Linux Mint 13 installation that doesn't have cppunit leads to what looks like an unintentional error message: -- Configuring gr-filter support... -- Dependency ENABLE_GRUEL = ON -- Dependency ENABLE_VOLK = ON -- Dependency Boost_FOUND = TRUE -- Dependen