bistromath / gr-ais

Automatic Information System decoder for shipborne position reporting for the Gnuradio project
134 stars 47 forks source link

Boost required to compile ais #20

Closed tomnick closed 3 years ago

tomnick commented 5 years ago

Hi, I am not able to compile, getting the following error:

`vnc@Plotter:~/gr-ais/build$ cmake ../ -- Build type not specified: defaulting to release. CMake Warning at /usr/share/cmake-3.7/Modules/FindBoost.cmake:761 (message): Imported targets not available for Boost version Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindBoost.cmake:865 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake-3.7/Modules/FindBoost.cmake:1470 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:60 (find_package)

CMake Warning at /usr/share/cmake-3.7/Modules/FindBoost.cmake:761 (message): Imported targets not available for Boost version Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindBoost.cmake:865 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake-3.7/Modules/FindBoost.cmake:1470 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:60 (find_package)

-- Could NOT find Boost CMake Error at CMakeLists.txt:63 (message): Boost required to compile ais

What am I doing wrong?`

bistromath commented 5 years ago

Do you have Gnuradio installed? If so, what version of Boost do you have installed? And what flavor/version of Linux?

On Wed, Oct 3, 2018 at 7:26 AM tomnick notifications@github.com wrote:

Hi, I am not able to compile, getting the following error:

`vnc@Plotter:~/gr-ais/build$ cmake ../ -- Build type not specified: defaulting to release. CMake Warning at /usr/share/cmake-3.7/Modules/FindBoost.cmake:761 (message): Imported targets not available for Boost version Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindBoost.cmake:865 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake-3.7/Modules/FindBoost.cmake:1470 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:60 (find_package)

CMake Warning at /usr/share/cmake-3.7/Modules/FindBoost.cmake:761 (message): Imported targets not available for Boost version Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindBoost.cmake:865 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake-3.7/Modules/FindBoost.cmake:1470 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:60 (find_package)

-- Could NOT find Boost CMake Error at CMakeLists.txt:63 (message): Boost required to compile ais

What am I doing wrong?`

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bistromath/gr-ais/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYZq15yvAprVENi_U89B6zUCk2vBizrks5uhMkwgaJpZM4XGJY1 .

tomnick commented 5 years ago

Gnuradio 3.7.10 is installed!

$ dpkg -s libboost-dev | grep 'Version' dpkg-query: package 'libboost-dev' is not installed and no information is available Working on an Orangepi PC, ARMBIAN 5.60 stable Debian GNU/Linux 9 (stretch) 4.14.70-sunxi