discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Porting oot modules to gr 3.9 and pybind


From: Volker Schroer
Subject: Porting oot modules to gr 3.9 and pybind
Date: Wed, 1 Jul 2020 11:42:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Hi,

I'm just started to port some of my oot modules to gr 3.9 and pybind. I
followed
https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_OOT_Module_Porting_Guide

and it worked flawless for my first module gr-funcube.

Now I'm trying to port gr-display , which requires qt5 to be built.
When I run

gr_modtool bind display_text_msg

I get:
GNU Radio module name identified: display
INFO Parsing source file
"/home/schroer/gnuradiocomponents/gr-display.orig/include/display/display_text_msg.h"
...
/home/schroer/gnuradiocomponents/gr-display.orig/include/display/display_text_msg.h:33:10:
fatal error:
      'qapplication.h' file not found
#include <qapplication.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
Error occurred while running CASTXML:  status:1


How can I come across this error ?

-- Volker





reply via email to

[Prev in Thread] Current Thread [Next in Thread]