Rajagopalan Srinivasan wrote:
> Anyone developing on Ubuntu? Any particular gotchas/difficulties - qtada or
> even gnat? Advice solicited. thanks, srini
The most of known problems is GNAT related (an independent from OS). For
example:

- on some systems gprconfig unable to detect C++ compiler. You will need
to edit gprconfig's knowledge base file to improve detection, see QtAda
Users mailing list archive how to do this;

- dispatching call is dispatched to wrong subprogram. You will need to
add explicit type conversion in form

My_Widget'Class (X.all).My_Operation;

- finalization list is corrupted, when you allocate object in extended
return statement. See QtAda's documentation for workaround.

I am strongly recommend to use official GNAT GPL 2008 or GNAT Pro
compiler, otherwise you will have significantly more problems.

_______________________________________________
qtada-users mailing list
[email protected]
http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to