dl1ksv / gr-ax25

Some hamradio ax.25 routines for gnuradio
GNU General Public License v3.0
54 stars 21 forks source link

errors occurred #12

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi,

I had some trouble to install your program :

pi@raspberrypi:~/gr-ax25 $ cd build
pi@raspberrypi:~/gr-ax25/build $ sudo cmake -DCMAKE_INSTALL_PREFIX=/usr/local/include ../
-- Modules found in /usr/lib/arm-linux-gnueabihf/cmake/gnuradio
-- Build type not specified: defaulting to release.
-- Boost version: 1.62.0
-- Found the following Boost libraries:
--   filesystem
--   system
Checking for GNU Radio Module: RUNTIME
 * INCLUDES=/usr/include
 * LIBS=/usr/lib/arm-linux-gnueabihf/libgnuradio-runtime.so;/usr/lib/arm-linux-gnueabihf/libgnuradio-pmt.so
GNURADIO_RUNTIME_FOUND = TRUE
-- Extracting version information from git describe...
-- 
-- Checking for module SWIG
-- Disabling SWIG because version check failed.
CMake Error at CMakeLists.txt:136 (message):
  Swig required to build fcdproplus

-- Configuring incomplete, errors occurred!
See also "/home/pi/gr-ax25/CMakeFiles/CMakeOutput.log".

pi@raspberrypi:~/gr-ax25/build $ make
make: *** No targets specified and no makefile found.  Stop.

Any idea ?

Thank you, Clara

michelinok commented 6 years ago

Install swig package

Il mer 8 ago 2018, 10:15 CClaraP notifications@github.com ha scritto:

Hi,

I had some trouble to install your program :

pi@raspberrypi:~/gr-ax25 $ cd build pi@raspberrypi:~/gr-ax25/build $ sudo cmake -DCMAKE_INSTALL_PREFIX=/usr/local/include ../ -- Modules found in /usr/lib/arm-linux-gnueabihf/cmake/gnuradio -- Build type not specified: defaulting to release. -- Boost version: 1.62.0 -- Found the following Boost libraries: -- filesystem -- system Checking for GNU Radio Module: RUNTIME

  • INCLUDES=/usr/include
  • LIBS=/usr/lib/arm-linux-gnueabihf/libgnuradio-runtime.so;/usr/lib/arm-linux-gnueabihf/libgnuradio-pmt.so GNURADIO_RUNTIME_FOUND = TRUE -- Extracting version information from git describe...

    -- Checking for module SWIG -- Disabling SWIG because version check failed. CMake Error at CMakeLists.txt:136 (message): Swig required to build fcdproplus

-- Configuring incomplete, errors occurred! See also "/home/pi/gr-ax25/CMakeFiles/CMakeOutput.log".

pi@raspberrypi:~/gr-ax25/build $ make make: *** No targets specified and no makefile found. Stop.

Any idea ?

Thank you, Clara

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dl1ksv/gr-ax25/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrFIfUEhHCbaWJL-BTXZssGoNdszXxdks5uOp43gaJpZM4Vzeh_ .

ghost commented 6 years ago

How to install the swig package ?

ghost commented 6 years ago

Problem solved, thank you for your quick reply !