I am seeing an error during "Make" and it has to do with the controlport and thrift….not sure what is going on. Any help would be appreciated.
Thanks
Mark
After running "Make" I see the following error:
[ 11%] Building CXX object gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/controlport/thrift/rpcserver_booter_thrift.cc.o
/usr/local/truearrow_6_0_0_0/deploypkg/target/src/gnuradio/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc: In member function 'bool thrift_application_base<TserverBase, TserverClass>::application_started()':
/usr/local/truearrow_6_0_0_0/deploypkg/target/src/gnuradio/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc:117:78: error: 'class apache::thrift::transport::TServerSocket' has no member named 'getPort'
int used_port = ((apache::thrift::transport::TServerSocket*)thetransport)->getPort();
^
make[2]: *** [gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/controlport/thrift/rpcserver_booter_thrift.cc.o] Error 1
make[1]: *** [gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/all] Error 2
make: *** [all] Error 2
I don't get any errors during cmake, my ouput is below.
-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
-- * python-support
-- * testing-support
-- * volk
-- * doxygen
-- * sphinx
-- * gnuradio-runtime
-- * gr-ctrlport
-- * * thrift
-- * gr-blocks
-- * gnuradio-companion
-- * gr-fec
-- * gr-fft
-- * gr-filter
-- * gr-analog
-- * gr-digital
-- * gr-dtv
-- * gr-atsc
-- * gr-audio
-- * * alsa
-- * * oss
-- * gr-channels
-- * gr-noaa
-- * gr-pager
-- * gr-qtgui
-- * gr-trellis
-- * gr-uhd
-- * gr-utils
-- * gr-video-sdl
-- * gr-vocoder
-- * gr-fcd
-- * gr-wavelet
-- * gr-wxgui
-- * gr-zeromq
--
-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
-- * gr-comedi
--
-- Using install prefix: /usr/local/truearrow_6_0_0_0/deploypkg/target
-- Building for version: 3.7.10.1 / 3.7.10.1
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/truearrow_6_0_0_0/deploypkg/target/src/gnuradio/build
No comments:
Post a Comment