From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,WEIRD_PORT autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,34c5e4948f429691 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!news.in2p3.fr!in2p3.fr!kanaga.switch.ch!switch.ch!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Dirk Heinrichs Newsgroups: comp.lang.ada Subject: Re: ANN: QtAda preview available Date: Sun, 15 Apr 2007 09:33:23 +0200 Organization: Privat Message-ID: References: <1176378179.964724.176000@w1g2000hsg.googlegroups.com> <87d526lrp2.fsf@ludovic-brenta.org> NNTP-Posting-Host: p54bb89b8.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: online.de 1176622403 17899 84.187.137.184 (15 Apr 2007 07:33:23 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sun, 15 Apr 2007 07:33:23 +0000 (UTC) User-Agent: KNode/0.10.4 Xref: g2news1.google.com comp.lang.ada:15031 Date: 2007-04-15T09:33:23+02:00 List-Id: Ludovic Brenta wrote: > You may want to just remove -gnaty.... , as this switch is only useful > for the author of the software. Did this, but then I get make[3]: Entering directory `/home/heini/tmp/qtada-0.1.0-20070412-6841/source/core' /bin/sh ../../libtool --tag=CC --mode=compile ../../adacompiler -c -O0 -gnat05 -gnatW8 -gnatwae -I. -I. qt4-child_events-constructors.adb mkdir .libs ../../adacompiler -c -O0 -gnat05 -gnatW8 -gnatwae -I. -I. qt4-child_events-constructors.adb -fPIC -DPIC -o .libs/qt4-child_events-constructors.o qt4-child_events-constructors.adb:70:39: invalid tagged conversion, not compatible with type "Q_Event'Class" defined at qt4-events.ads:174 qt4-child_events-constructors.adb:73:40: expected an access type with designated type "Q_Object_Impl" defined at qt4-objects-impl.ads:105 qt4-child_events-constructors.adb:73:40: found type "Q_Object_Impl'Class" defined at qt4-objects-impl.ads:105 qt4-child_events-constructors.adb:79:36: (Ada 2005) does not implement interface type "Q_Child_Event" defined at qt4-child_events.ads:44 make[3]: *** [qt4-child_events-constructors.lo] Fehler 1 make[3]: Leaving directory `/home/heini/tmp/qtada-0.1.0-20070412-6841/source/core' Bye... Dirk