Re: FCDPROPLUS Errors

2020-04-29 Thread Marcus Müller

Vincenzo,

you have complained multiple times that different people respond with 
multiple things.


You will not improve your confusion if you start a new thread all the 
time. That is **literally** asking for different people to look at your 
email in isolation!


Best regards,
Marcus.

On 29/04/2020 14.39, Vincenzo Mone wrote:

Hi Folks,

It seems I got all OK since I do not try to install FCDPROPLUS.

This is what I have done:

git clone https://github.com/dl1ksv/gr-fcdproplus

cd gr-fcdproplus/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX= \usr ../

With the last command I got errors:

-- The CXX compiler identification is GNU 7.5.0

-- The C compiler identification is GNU 7.5.0

-- 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

-- Detecting CXX compile features

-- Detecting CXX compile features - 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

-- Detecting C compile features

-- Detecting C compile features - done

-- Build type not specified: defaulting to release.

-- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")

-- Checking for module 'gmp'

--   Found gmp, version 6.2.0

-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- Checking for module 'mpir >= 3.0'

--   No package 'mpir' found

-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_INCLUDE_DIR)

-- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- Looking for pthread.h

-- Looking for pthread.h - found

-- Looking for pthread_create

-- Looking for pthread_create - not found

-- Looking for pthread_create in pthreads

-- Looking for pthread_create in pthreads - not found

-- Looking for pthread_create in pthread

-- Looking for pthread_create in pthread - found

-- Found Threads: TRUE

-- Boost version: 1.65.1

-- Found the following Boost libraries:

--   date_time

--   program_options

--   filesystem

--   system

--   regex

--   thread

--   unit_test_framework

--   chrono

--   atomic

-- Found VOLK: Volk::volk

-- User set python executable /usr/bin/python3

-- Found PythonInterp: /usr/bin/python3 (found version "3.6.9")

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found 
suitable exact version "3.6.9")


-- Checking for module 'alsa'

--   Found alsa, version 1.1.3

-- Found ALSA 1.1.3

-- Checking for module 'jack'

--   Found jack, version 0.125.0rc1

-- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so

-- Checking for module 'portaudio-2.0'

--   Found portaudio-2.0, version 19

-- Performing Test PORTAUDIO2_FOUND

-- Performing Test PORTAUDIO2_FOUND - Success

-- Found PORTAUDIO: /usr/include

-- Found Git: /usr/bin/git

-- Extracting version information from git describe...

-- Checking for module 'libusb-1.0'

--   Found libusb-1.0, version 1.0.21

-- Found libusb-1.0: /usr/include/libusb-1.0, 
/usr/lib/x86_64-linux-gnu/libusb-1.0.so


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found 
components:  doxygen missing components:  dot


--

-- Checking for module SWIG

-- Found SWIG version 3.0.12.

-- Found SWIG: /usr/bin/swig3.0

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found 
version "3.6.9")


-- Doxxyfile found in DOXY_FILE_PATH-NOTFOUND

CMake Error: File 
/home/enzo/gr-fcdproplus/swig/DOXY_FILE_PATH-NOTFOUND/Doxyfile.swig_doc.in 
does not exist.


CMake Error at cmake/Modules/GrSwig.cmake:65 (configure_file):

   configure_file Problem configuring file

Call Stack (most recent call first):

   cmake/Modules/GrSwig.cmake:121 (GR_SWIG_MAKE_DOCS)

   swig/CMakeLists.txt:41 (GR_SWIG_MAKE)

CMake Error: File 
/home/enzo/gr-fcdproplus/docs/doxygen/DOXY_FILE_PATH-NOTFOUND/Doxyfile.in does 
not exist.


CMake Error at docs/doxygen/CMakeLists.txt:33 (configure_file):

   configure_file Problem configuring file

--  Build Summary =

-- Building gr-fcdproplus  : 3.8.0 for Linux

-- Building for gnuradio   : 3.8.1.0

-- Using CMAKE Module path : 
/home/enzo/gr-fcdproplus/cmake/Modules;/usr/lib/x86_64-linux-gnu/cmake/gnuradio


-- CMake Modules Dir   : lib/cmake

-- fcdproplus INCLUDES : include/fcdproplus

-- Using install prefix    :

-- Installing grc files to : /share/gnuradio/grc/blocks

-- Bundled hidapi is used

-- 

-- Configuring incomplete, errors occurred!

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeOutput.log".

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeError.log".

If I understood it does’nt find the mpir but I have installed it with 
this procedure:


git clone git://github.com/wbhart/mpir.git mpir

cd mpir

./autogen.sh

./configure

make

sudo make install

sudo 

FCDPROPLUS Errors

2020-04-29 Thread Vincenzo Mone
Hi Folks,

It seems I got all OK since I do not try to install FCDPROPLUS.

This is what I have done:

 

git clone https://github.com/dl1ksv/gr-fcdproplus

cd gr-fcdproplus/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX= \usr ../

 

With the last command I got errors:

 

-- The CXX compiler identification is GNU 7.5.0

-- The C compiler identification is GNU 7.5.0

-- 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

-- Detecting CXX compile features

-- Detecting CXX compile features - 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

-- Detecting C compile features

-- Detecting C compile features - done

-- Build type not specified: defaulting to release.

-- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 

-- Checking for module 'gmp'

--   Found gmp, version 6.2.0

-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so  

-- Checking for module 'mpir >= 3.0'

--   No package 'mpir' found

-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_INCLUDE_DIR) 

-- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so  

-- Looking for pthread.h

-- Looking for pthread.h - found

-- Looking for pthread_create

-- Looking for pthread_create - not found

-- Looking for pthread_create in pthreads

-- Looking for pthread_create in pthreads - not found

-- Looking for pthread_create in pthread

-- Looking for pthread_create in pthread - found

-- Found Threads: TRUE  

-- Boost version: 1.65.1

-- Found the following Boost libraries:

--   date_time

--   program_options

--   filesystem

--   system

--   regex

--   thread

--   unit_test_framework

--   chrono

--   atomic

-- Found VOLK: Volk::volk  

-- User set python executable /usr/bin/python3

-- Found PythonInterp: /usr/bin/python3 (found version "3.6.9") 

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found
suitable exact version "3.6.9") 

-- Checking for module 'alsa'

--   Found alsa, version 1.1.3

-- Found ALSA 1.1.3

-- Checking for module 'jack'

--   Found jack, version 0.125.0rc1

-- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so

-- Checking for module 'portaudio-2.0'

--   Found portaudio-2.0, version 19

-- Performing Test PORTAUDIO2_FOUND

-- Performing Test PORTAUDIO2_FOUND - Success

-- Found PORTAUDIO: /usr/include  

-- Found Git: /usr/bin/git  

-- Extracting version information from git describe...

-- Checking for module 'libusb-1.0'

--   Found libusb-1.0, version 1.0.21

-- Found libusb-1.0: /usr/include/libusb-1.0,
/usr/lib/x86_64-linux-gnu/libusb-1.0.so

-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found
components:  doxygen missing components:  dot

-- 

-- Checking for module SWIG

-- Found SWIG version 3.0.12.

-- Found SWIG: /usr/bin/swig3.0  

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so (found
version "3.6.9") 

-- Doxxyfile found in DOXY_FILE_PATH-NOTFOUND

CMake Error: File
/home/enzo/gr-fcdproplus/swig/DOXY_FILE_PATH-NOTFOUND/Doxyfile.swig_doc.in
does not exist.

CMake Error at cmake/Modules/GrSwig.cmake:65 (configure_file):

  configure_file Problem configuring file

Call Stack (most recent call first):

  cmake/Modules/GrSwig.cmake:121 (GR_SWIG_MAKE_DOCS)

  swig/CMakeLists.txt:41 (GR_SWIG_MAKE)

 

 

CMake Error: File
/home/enzo/gr-fcdproplus/docs/doxygen/DOXY_FILE_PATH-NOTFOUND/Doxyfile.in
does not exist.

CMake Error at docs/doxygen/CMakeLists.txt:33 (configure_file):

  configure_file Problem configuring file

 

 

--  Build Summary =

-- Building gr-fcdproplus  : 3.8.0 for Linux 

-- Building for gnuradio   : 3.8.1.0

-- Using CMAKE Module path :
/home/enzo/gr-fcdproplus/cmake/Modules;/usr/lib/x86_64-linux-gnu/cmake/gnura
dio

-- CMake Modules Dir   : lib/cmake

-- fcdproplus INCLUDES : include/fcdproplus

-- Using install prefix: 

-- Installing grc files to : /share/gnuradio/grc/blocks

-- Bundled hidapi is used

-- 

-- Configuring incomplete, errors occurred!

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeOutput.log".

See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeError.log".

 

 

If I understood it does'nt find the mpir but I have installed it with this
procedure:

 

git clone git://github.com/wbhart/mpir.git mpir

cd mpir

./autogen.sh

./configure

make

sudo make install

sudo ldconfig

 

I can also read :

 

Doxxyfile found in DOXY_FILE_PATH-NOTFOUND

CMake Error: File
/home/enzo/gr-fcdproplus/swig/DOXY_FILE_PATH-NOTFOUND/Doxyfile.swig_doc.in
does not exist

CMake Error at docs/doxygen/CMakeLists.txt:33 (configure_file):

configure_file Problem configuring file

 

 

But also