irene159 wrote:
I just noticed that I missed some things on the make output [3],
specially:
*** Warning: linker path does not have real file for
library -lmysqlclient.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do t
Hello,
I just noticed that I missed some things on the make output [3], specially:
*** Warning: linker path does not have real file for library -lmysqlclient.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you ha
according to eric's "gr.flow_graph and friends are gone" message,
legacy applications using gr.flow_graph is no longer supported.
but I wanna use
gnuradiogui(http://funwithelectronics.com/sdr/gnuradiogui.py) which is
based "gr.flow_graph". Then I converted it to "stdgui2.std_top_block"
interface. b
Hello,
You were right; I got the problem solved by adding
AM_LDFLAGS="-L/usr/local/lib/mysql" to
ais-tools-gnuradio-1.0.1\src\Makefile.am.
The ./configure and the make seem to run fine now but when I use make check
in ais-tools-gnuradio-1.0.1\src\Python I get the following error:
$ make check
m