Did the locate find any other paths for that file? It looks like it is built, but not installed. Did you run "sudo make install" when you installed GNUradio?
Also, remove the < and > from the path in the cmake command.
Cheers, Matt
On 18 November 2015 at 15:00, Joseph Cardani jcardani@verizon.net [op25-dev] op25-dev@yahoogroups.com wrote:
Hi Matt,
I am getting a syntax error.
By doing a search that file is in the path /home/jcardani/pybombs/src/gnuradio/build/gr-filter/lib
The command I used was:
cmake -DGR_FILTER_LIBRARY=</home/jcardani/pybombs/src/gnuradio/build/gr-filter/lib>
Is this correct?
thanks and sorry to be a pest.
Joe
On Nov 17, 2015, at 10:50 PM, Matt Ames matt.ames7bc@gmail.com [op25-dev] op25-dev@yahoogroups.com wrote:
Apologies Joe,
I minced the words - my bad. from the command line, run "cmake -DGR_FILTER_LIBRARY=<path to libgnuradio-filter.so, probs /usr/local/lib/…>" this will update the config files for you. You can find the path to libgnuradio-filter.so by using the locate command.
I've been using Cmake-gui to do this for me...
Cheers, Matt
On 18 November 2015 at 14:33, Joseph Cardani jcardani@verizon.net [op25-dev] op25-dev@yahoogroups.com wrote:
Hi Matt,
Is there any special place in the makefile this should be? there’s a lot of entries in there.
thanks
On Nov 17, 2015, at 10:18 PM, Matt Ames matt.ames7bc@gmail.com [op25-dev] op25-dev@yahoogroups.com wrote:
Hi Joe,
From Balint - please open up the makefile and add the variable in manually:
-GR_FILTER_LIBRARY=<path to libgnuradio-filter.so, probably /usr/local/lib/…>
Or you can also install and use cmake-gui to do this change as well..
Cheers, Matt
On 18 November 2015 at 13:58, Joseph Cardani jcardani@verizon.net [op25-dev] op25-dev@yahoogroups.com wrote:
Hi Matt,
Got errors on make ..
Hope an easy fix. Here’s a copy of the terminal window:
jcardani@jcardani-ThinkCentre-XXXX ~ $ mkdir op25test jcardani@jcardani-ThinkCentre-XXXX ~ $ cd op25test jcardani@jcardani-ThinkCentre-XXXX ~/op25test $ git clone git://github.com/balint256/op25.git Cloning into 'op25'... remote: Counting objects: 620, done. remote: Compressing objects: 100% (280/280), done. remote: Total 620 (delta 302), reused 620 (delta 302), pack-reused 0 Receiving objects: 100% (620/620), 420.78 KiB | 0 bytes/s, done. Resolving deltas: 100% (302/302), done. Checking connectivity... done. jcardani@jcardani-ThinkCentre-XXXX ~/op25test $ cd op25 jcardani@jcardani-ThinkCentre-XXXX ~/op25test/op25 $ mkdir build jcardani@jcardani-ThinkCentre-XXXX ~/op25test/op25 $ cd build jcardani@jcardani-ThinkCentre-XXXX ~/op25test/op25/build $ cmake .. -- The CXX compiler identification is GNU 4.8.2 -- The C compiler identification is GNU 4.8.2 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Build type not specified: defaulting to release. -- Boost version: 1.54.0 -- Found the following Boost libraries: -- filesystem -- system -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") -- checking for module 'cppunit' -- found cppunit, version 1.13.1 -- Found CPPUNIT: /usr/lib/i386-linux-gnu/libcppunit.so;dl Checking for GNU Radio Module: RUNTIME -- checking for module 'gnuradio-runtime' -- found gnuradio-runtime, version 3.7.6git
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so -- Found GNURADIO_RUNTIME: /home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_RUNTIME_FOUND = TRUE Checking for GNU Radio Module: BLOCKS -- checking for module 'gnuradio-blocks' -- found gnuradio-blocks, version 3.7.6git
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-blocks.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so -- Found GNURADIO_BLOCKS: /home/jcardani/target/lib/libgnuradio-blocks.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_BLOCKS_FOUND = TRUE Checking for GNU Radio Module: FILTER -- checking for module 'gnuradio-filter' -- found gnuradio-filter, version 3.7.6git
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-filter.so;/home/jcardani/target/lib/libgnuradio-fft.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so -- Found GNURADIO_FILTER: /home/jcardani/target/lib/libgnuradio-filter.so;/home/jcardani/target/lib/libgnuradio-fft.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_FILTER_FOUND = TRUE Checking for GNU Radio Module: PMT -- checking for module 'gnuradio-runtime' -- found gnuradio-runtime, version 3.7.6git
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so -- Found GNURADIO_PMT: /home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_PMT_FOUND = TRUE -- Found SWIG: /usr/bin/swig2.0 (found version "2.0.11") -- Found PythonLibs: /usr/lib/i386-linux-gnu/libpython2.7.so (found suitable version "2.7.6", minimum required is "2") -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.6", minimum required is "2") -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of size_t -- Check size of size_t - done -- Check size of unsigned int -- Check size of unsigned int - done -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Build type not specified: defaulting to release. -- Boost version: 1.54.0 -- Found the following Boost libraries: -- filesystem -- system Checking for GNU Radio Module: RUNTIME
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_RUNTIME_FOUND = TRUE Checking for GNU Radio Module: BLOCKS
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-blocks.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_BLOCKS_FOUND = TRUE Checking for GNU Radio Module: FILTER
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-filter.so;/home/jcardani/target/lib/libgnuradio-fft.so;/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_FILTER_FOUND = TRUE Checking for GNU Radio Module: PMT
- INCLUDES=/home/jcardani/target/include
LIBS=/home/jcardani/target/lib/libgnuradio-runtime.so;/home/jcardani/target/lib/libgnuradio-pmt.so GNURADIO_PMT_FOUND = TRUE -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: GR_FILTER_LIBRARY linked by target "gnuradio-op25_repeater" in directory /home/jcardani/op25test/op25/op25/gr-op25_repeater/lib
-- Configuring incomplete, errors occurred! See also "/home/jcardani/op25test/op25/build/CMakeFiles/CMakeOutput.log". jcardani@jcardani-ThinkCentre-XXXX ~/op25test/op25/build $ make make: *** No targets specified and no makefile found. Stop. jcardani@jcardani-ThinkCentre-XXXX ~/op25test/op25/build $