g++ -m64 -Wl,-O1 -o gqrx main.o mainwindow.o receiver.o
remote_control.o remote_control_settings.o cafsk12.o costabf.o
agc_impl.o correct_iq_cc.o lpf.o resampler_xx.o rx_demod_am.o
rx_demod_fm.o rx_fft.o rx_filter.o rx_meter.o rx_agc_xx.o
rx_noise_blanker_cc.o sniffer_f.o stereo_demod.o udp_sink_f.o
afsk1200win.o agc_options.o audio_options.o demod_options.o
dockinputctl.o dockaudio.o dockfft.o dockrxopt.o freqctrl.o ioconfig.o
meter.o nb_options.o plotter.o qtcolorpicker.o nbrx.o receiver_base.o
wfmrx.o iq_tool.o pa_device_list.o pa_sink.o pa_source.o
moc_mainwindow.o moc_remote_control.o moc_remote_control_settings.o
moc_cafsk12.o moc_afsk1200win.o moc_agc_options.o moc_audio_options.o
moc_demod_options.o moc_dockaudio.o moc_dockfft.o moc_dockinputctl.o
moc_dockrxopt.o moc_freqctrl.o moc_ioconfig.o moc_meter.o
moc_nb_options.o moc_plotter.o moc_qtcolorpicker.o moc_iq_tool.o
qrc_icons.o qrc_textfiles.o -L/usr/lib/x86_64-linux-gnu
-lboost_system-mt -lboost_program_options-mt -lrt -lpulse-simple -lpulse
-L/home/argilo/git/target/lib -lgnuradio-analog -lgnuradio-filter
-lgnuradio-fft -lgnuradio-osmosdr -lgnuradio-blocks -lgnuradio-runtime
-lgnuradio-pmt -lQtSvg -lQtGui -lQtNetwork -lQtCore -lpthread
/usr/bin/ld: cannot find -lboost_system-mt
/usr/bin/ld: cannot find -lboost_program_options-mt
collect2: error: ld returned 1 exit status
make: *** [gqrx] Error 1
ERROR:root:PyBOMBS Make step failed for package (gqrx) please see bash output above for a reason (hint: look for the word Error)
Sounds like you're hitting this issue:
https://github.com/pybombs/pybombs/issues/73
Try the solution listed there and see how you get along.
73,
Clayton VE3IRR
--
You received this message because you are subscribed to the Google Groups "Gqrx SDR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gqrx+uns...@googlegroups.com.
To post to this group, send email to gq...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gqrx/fc1d28c9-987c-4328-af0a-4ef56d239b01%40googlegroups.com.
I've done a fresh install of 14.04 and installed gqrx using pybombs as Clayton did, i.e. running it once and it failing with the Boost error, changing the gqrx.lwr file and running clean then install again.
However, when running gqrx I get the message:"gr-osmosdr v0.1.1-4-gac95af24 (0.1.2git) gnuradio v3.7.4git-118-g0bd6bf9abuilt-in source types: file osmosdr fcd rtl rtl_tcp uhd hackrf bladerf rfspaceUsing FUNcube Dongle V1.0 (hw:1)audio_oss_source: hw:1: No such file or directoryFATAL: audio_oss_source
No, it just confirms the missing libasound2-dev dependency:
https://github.com/pybombs/pybombs/issues/73