unsynchronized / gr-mixalot

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

cmake error #2

Open f4hbw opened 10 years ago

f4hbw commented 10 years ago

Hi everyone,

I get an error when I try to cmake Mixalot :

-- Check size of unsigned int - done -- Found PythonLibs: /usr/lib/i386-linux-gnu/libpython2.7.so (found suitable version "2.7.6", minimum required is "2") -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success -- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 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/kevin/gr-mixalot/lib used as include directory in directory /home/kevin/gr-mixalot/lib ITPP_LIBRARY_NORMAL linked by target "gnuradio-mixalot" in directory /home/kevin/gr-mixalot/lib linked by target "test-mixalot" in directory /home/kevin/gr-mixalot/lib

-- Configuring incomplete, errors occurred! See also "/home/kevin/gr-mixalot/build/CMakeFiles/CMakeOutput.log".

I have GRC 3.7 installed.

Best regards !

Kévin.

unsynchronized commented 10 years ago

Hi there,

Do you have the IT++ (aka ITPP) library installed? http://itpp.sourceforge.net/4.3.1/

It looks like that's what cmake is failing to find here..

f4hbw commented 10 years ago

Thanks a lot ! That was the problem.

Gr-Mixalot works with my soundcard output with some modifications but I can't put any capcode that begins by a "0". Eg here "0071234" doesn't work, i'm forced to put "1071234".

Thanks again, i'm impatient to receive my hackRF and play on ham bands !