Re: Problem building src archive for component using Qt

2018-10-23 Thread Nobody III
I checked the repository for an update, and it still has no typeinfo for QPlainTextEdit. However, perhaps a seemingly insignificant modification I made in my code (e.g. changing a dynamic_cast to a static_cast) fixed the problem. On Tue, Oct 23, 2018 at 3:54 AM Pirmin Duss wrote: > Hello Christi

multiple devices, single driver

2018-10-23 Thread Joel Nider
Hi, I have been looking at several drivers in Genode, and they all seem to have static data - specifically a Heap object and Root object. I am wondering with this kind of setup, is it possible to manage more than one device with a single driver? Thanks, Joel

Re: Problem building src archive for component using Qt

2018-10-23 Thread Pirmin Duss
Hello Christian On 23.10.18 09:13, Christian Helmuth wrote: > The following command reveals the reason of this error: a missing > entry for the QToolButton typeinfo symbols in > https://github.com/cproc/genode-symbols. > > c++filt < $(./tool/ports/current qt5)/lib/symbols/qt5_widgets | grep >

Re: Problem building src archive for component using Qt

2018-10-23 Thread Christian Helmuth
Hello, On Sat, Oct 20, 2018 at 12:12:27PM +0200, Duss Pirmin wrote: > I have a component that uses QToolButton. When I build it in my run script, > the build works well. > > When I want to build my src package I get the following error message: > > button.o:(.data.rel.ro._ZTIN14Launcher_slice6Bu