Error running make & / Robotastic trunking recorder

Status
Not open for further replies.

handwiper

Member
Joined
Oct 28, 2012
Messages
20
Location
Apple Valley, Minnesota
First of all, let me apologize in advance if this is the wrong topic to post this thread in, and please move it to the correct area if necessary, mods.

Hopefully someone can offer their expertise on an error message I'm receiving while running make for this 'program' https://github.com/robotastic/trunk-recorder

I git clone it into ~/trunk-recorder, cd into it, and run the following as the directions at the ^above link describe:

$ cmake -DCMAKE_PREFIX_PATH=/home/jordan/target
.
.
-- gnuradio-uhd not found.
-- Could NOT find GNURADIO_UHD (missing: GNURADIO_UHD_INCLUDE_DIRS)
-- Configuring Boost C++ Libraries...
-- Boost version: 1.53.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jordan/trunk-recorder

So, i then continue to run make as outlined in the directions

$ make
.
.
.
Linking CXX executable recorder
/usr/bin/ld: CMakeFiles/recorder.dir/main.cc.o: undefined reference to symbol '_ZN5boost10filesystem6detail18create_directoriesERKNS0_4pathEPNS_6system10error_codeE'
//usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.54.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [recorder] Error 1
make[1]: *** [CMakeFiles/recorder.dir/all] Error 2
make: *** [all] Error 2

And this is where I'm stuck, hopefully someone can help me out with this one, cuz it's beyond me, and google's not of too much help on this one.
Thanks!

Info:
Ubuntu 14.04
Latest version of GNURadio as of today.
Forked version of DSD installed, per the instructions on the git repo.
op25 installed and working
 
Status
Not open for further replies.
Top