unsynchronized / gr-mixalot

POCSAG, FLEX, and GSC encoder blocks for GNU Radio
GNU General Public License v3.0
138 stars 39 forks source link

Error while building. #6

Open CCRRX opened 9 years ago

CCRRX commented 9 years ago

Hi, im trying to build it with Ubuntu 14.04 but i got this errors:

-- checking for module 'gruel' -- package 'gruel' not found -- Could NOT find GRUEL (missing: GRUEL_LIBRARIES GRUEL_INCLUDE_DIRS) -- checking for module 'gnuradio-core' -- package 'gnuradio-core' not found -- Could NOT find GNURADIO_CORE (missing: GNURADIO_CORE_LIBRARIES GNURADIO_CORE_INCLUDE_DIRS) CMake Error at cmake/Modules/FindITPP.cmake:70 (GET_FILENAME_COMPONENT): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:91 (find_package)

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.6") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.6", minimum required is "2") 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: ITPP_INCLUDE_DIR (ADVANCED) used as include directory in directory /home/crx/gr-mixalot-master/lib used as include directory in directory /home/crx/gr-mixalot-master/lib ITPP_LIBRARY_NORMAL linked by target "gnuradio-mixalot" in directory /home/crx/gr-mixalot-master/lib linked by target "test-mixalot" in directory /home/crx/gr-mixalot-master/lib

-- Configuring incomplete, errors occurred!

unsynchronized commented 9 years ago

Hi there! Sorry for the delay; I've been travelling.

Do you have IT++ installed? (The canonical site, is unfortunately, SourceForge; but maybe there's an Ubuntu package for it?)

On Thu, Jun 11, 2015 at 12:28 PM, CCRRX notifications@github.com wrote:

Hi, im trying to build it with Ubuntu 14.04 but i got this errors:

-- checking for module 'gruel' -- package 'gruel' not found -- Could NOT find GRUEL (missing: GRUEL_LIBRARIES GRUEL_INCLUDE_DIRS) -- checking for module 'gnuradio-core' -- package 'gnuradio-core' not found -- Could NOT find GNURADIO_CORE (missing: GNURADIO_CORE_LIBRARIES GNURADIO_CORE_INCLUDE_DIRS) CMake Error at cmake/Modules/FindITPP.cmake:70 (GET_FILENAME_COMPONENT): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:91 (find_package)

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.6") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.6", minimum required is "2") 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: ITPP_INCLUDE_DIR (ADVANCED) used as include directory in directory /home/crx/gr-mixalot-master/lib used as include directory in directory /home/crx/gr-mixalot-master/lib ITPP_LIBRARY_NORMAL linked by target "gnuradio-mixalot" in directory /home/crx/gr-mixalot-master/lib linked by target "test-mixalot" in directory /home/crx/gr-mixalot-master/lib

-- Configuring incomplete, errors occurred!

— Reply to this email directly or view it on GitHub https://github.com/unsynchronized/gr-mixalot/issues/6.

CCRRX commented 9 years ago

Thanks, this helped a lot! Didnt saw this -.-

Installation is complete - no errors! But GR does not see the new Block! Im a GR noob, can you please give me a hint? :)

CCRRX commented 9 years ago
unsynchronized commented 9 years ago

Oops - sorry. Were you able to open the grc files that came with it?

Modules in GR can get a little wonky, especially if you've put them in a weird location (e.g. /opt/local vs. /usr/local).

On Mon, Jun 22, 2015 at 2:47 PM, CCRRX notifications@github.com wrote:

  • ok I copied the gr-mixalot-master in the /home/username/.grc_gnuradio dir .... thanks for the great tool!

— Reply to this email directly or view it on GitHub https://github.com/unsynchronized/gr-mixalot/issues/6#issuecomment-114216489 .