Arrhhh,
Yes my apologies - It has been a long Monday for me. Doing a make as your regular user account, and then a sudo make install is the correct procedure.
On 26 September 2016 at 19:42, lists@lazygranch.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
Actually I had already done a "su", so I didn't need the sudo. And doing two make installs doesn't make sense. It should be make then make install. The plain make build it, then make install installs it.
*From: *Matt Ames matt.ames7bc@gmail.com [op25-dev] *Sent: *Monday, September 26, 2016 1:07 AM *To: *op25-dev@yahoogroups.com *Reply To: *op25-dev@yahoogroups.com *Subject: *Re: [op25-dev] scope.y not found
OK, so you need to run "make install" and then "sudo make install" afterwards. The first one builds it, the second one installs it.
On 26 September 2016 at 17:00, lists@lazygranch.com [op25-dev] < op25-dev@yahoogroups.com> wrote:
That helped locate the file. However, scope crashes.
mrg@linux-h57q:/usr/local/src/op25/op25/gr-op25_repeater/apps> ./scope.py --args 'rtl' -g 65 -f 123.45e6 -N 'LNA:49' -V -v 0 -S 1000000 -q 39 -T trunk.tsv linux; GNU C++ version 4.8.3 20140627 [gcc-4_8-branch revision 212064]; Boost_105400; UHD_003.009.004-0-unknown
gr-osmosdr v0.1.4-72-g164a09fc (0.1.5git) gnuradio 3.7.10 built-in source types: file fcd rtl rtl_tcp uhd rfspace redpitaya Using device #0 Realtek RTL2838UHIDIR SN: 00000001 Found Rafael Micro R820T tuner [R82XX] PLL not locked! gain: name: LNA range: start 0 stop 0 step 0 setting gain LNA to 49 supported sample rates 250000-2560000 step 24000 Traceback (most recent call last): File "./scope.py", line 2751, in <module> app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3) File "/usr/lib64/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__ wx.App.__init__ (self, redirect=False) File "/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__ self._BootstrapApp() File "/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp return _core_.PyApp__BootstrapApp(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit frame = stdframe (self.top_block_maker, self.title, self._nstatus) File "/usr/lib64/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__ self.panel = stdpanel (self, self, top_block_maker) File "/usr/lib64/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__ self.top_block = top_block_maker (frame, self, vbox, sys.argv) File "./scope.py", line 212, in __init__ self.__init_gui(frame, panel, vbox) File "./scope.py", line 544, in __init_gui self.data_scope = datascope_sink_f(self.notebook, samples_per_symbol = 10, num_plots = 100) File "./scope.py", line 1467, in __init__ self.st = blocks.message_sink(gr.sizeof_float, msgq, 1) File "/usr/lib64/python2.7/site-packages/gnuradio/blocks/blocks_swig0.py", line 1547, in make return _blocks_swig0.message_sink_make(*args) NotImplementedError: Wrong number or type of arguments for overloaded function 'message_sink_make'. Possible C/C++ prototypes are: gr::blocks::message_sink::make(size_t,gr::msg_queue::sptr,bool) gr::blocks::message_sink::make(size_t,gr::msg_queue::sptr,bool,std::string const &)