robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
868 stars 195 forks source link

Build Warnings #224

Closed Rylvir closed 4 years ago

Rylvir commented 5 years ago

Repeating warnings during build of latest git pull this morning: "cc1plus: warning: unrecognized command line option ‘-Wno-unused-local-typedef’"

I'm guessing this is probably related to MX Linux using an older version of GCC Build was successful, up and running, full build log below:

`$ cmake ../trunk-recorder -- The CXX compiler identification is GNU 6.3.0 -- The C compiler identification is GNU 6.3.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 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") -- Checking for module 'gnuradio-runtime' -- Found gnuradio-runtime, version 3.7.10 -- Found GNURADIO_RUNTIME: /usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so
-- Checking for module 'cppunit' -- Found cppunit, version 1.13.2 -- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl
Checking for GNU Radio Module: RUNTIME -- Checking for module 'gnuradio-runtime' -- Found gnuradio-runtime, version 3.7.10

uid0 commented 5 years ago

I'm getting the same warnings on Ubuntu - 18.04 when building.

It does build and there aren't any issues that I can see (currently) with running it...it's still capturing audio without issues.

vabiro commented 5 years ago

I'm getting similar errors when building on ArchLinux.