[Discuss-gnuradio] MySQL?

2014-10-13 Thread David Halls
Dear All, Has anyone tried using MySQL from GNU Radio? I am just posting some simple stuff to a MySQL database that runs fine in a stand-alone C program. It builds fine in GNU Radio, by including mysql.h, but there is a swig problem on running in GNU Radio Companion ImportError:

Re: [Discuss-gnuradio] MySQL?

2014-10-13 Thread Martin Braun
David, is the MySQL include in any of your public headers, and does it need to be? It might be SWIG is picking up stuff you don't actually want to pick up. You can also tell SWIG to ignore stuff, have you checked that? M On 10/13/2014 05:13 PM, David Halls wrote: Dear All, Has anyone

Re: [Discuss-gnuradio] MySQL?

2014-10-13 Thread David Halls
, DH -Original Message- From: discuss-gnuradio-bounces+david.halls=toshiba-trel@gnu.org [mailto:discuss-gnuradio-bounces+david.halls=toshiba-trel@gnu.org] On Behalf Of Martin Braun Sent: 13 October 2014 17:59 To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] MySQL