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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.31.141.146 with SMTP id p140mr5926751vkd.2.1468000138797; Fri, 08 Jul 2016 10:48:58 -0700 (PDT) X-Received: by 10.157.50.244 with SMTP id u107mr184608otb.13.1468000138752; Fri, 08 Jul 2016 10:48:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!f89no3505115qtd.0!news-out.google.com!d68ni769ith.0!nntp.google.com!jk6no14126412igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 8 Jul 2016 10:48:58 -0700 (PDT) In-Reply-To: <8bc29425-2187-4eb3-a89d-da1038aa7d25@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.89.184.96; posting-account=wg42bwoAAAAkdsXrFOhcNSrdlVzaFnf1 NNTP-Posting-Host: 86.89.184.96 References: <8bc29425-2187-4eb3-a89d-da1038aa7d25@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <13aad110-79b6-4758-bfd8-ef5500011f92@googlegroups.com> Subject: Re: Announce : Qt5Ada version 5.7.0 (472 packages) release 01/07/2016 free edition From: j.vankatwijk@gmail.com Injection-Date: Fri, 08 Jul 2016 17:48:58 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 4007 X-Received-Body-CRC: 1445429141 Xref: news.eternal-september.org comp.lang.ada:31039 Date: 2016-07-08T10:48:58-07:00 List-Id: Op vrijdag 1 juli 2016 08:02:22 UTC+2 schreef leonid...@gmail.com: > Qt5Ada is Ada-2012 port to Qt5 framework (based on Qt 5.70 final) > Qt5ada version 5.7.0 open source and qt5c.dll,libqt5c.so(x64) built with = Microsoft Visual Studio 2015 in Windows, gcc x86-64 in Linux. > Package tested with gnat gpl 2012 ada compiler in Windows 32bit and 64bit= , Linix x86,Linux x86-64 Debian 8.3. > It supports GUI, SQL, Multimedia, Web, Network, Touch devices, Sensors,Bl= uetooth, Navigation and many others thinks. >=20 > Changes for new Qt5Ada release : > Added QSerialBus and QDBus modeles support > new packages and demos >=20 > My configuration script to build Qt 5.7.0 is: configure -opensource -rele= ase -nomake tests -opengl dynamic -qt-zlib -qt-libpng -qt-libjpeg -openssl-= linked OPENSSL_LIBS=3D"-lssleay32 -llibeay32" -plugin-sql-mysql -plugin-sql= -odbc -plugin-sql-oci -icu -prefix "e:/Qt/5.7"=20 >=20 > As a role ADA is used in embeded systems, but with QTADA(+VTKADA) you ca= n build any desktop applications with=20 > powerful 2D/3D rendering and imaging (games, animations, emulations) GUI,= Database connection, server/client, Internet browsing , Modbus control and= many others thinks. >=20 > Qt5Ada and VTKAda for Windows, Linux (Unix) is available from > https://drive.google.com/folderview?id=3D0B2QuZLoe-yiPbmNQRl83M1dTRVE&usp= =3Dsharing (google drive. It can be mounted as virtual drive or directory o= r viewed with Web Browser)=20 >=20 > The full list of released classes is in "Qt5 classes to Qt5Ada packages r= elation table.docx"=20 > VTKAda version 7.0.0 is based on VTK 7.0.0 (OpenGL) is fully compatible w= ith Qt5Ada 5.7.0 >=20 > I hope Qt5Ada and VTKAda will be useful for students, engineers, scientis= ts and enthusiasts > With Qt5Ada you can build any applications and solve any problems easy an= d quickly. >=20 > If you have any problems or questions, tell me know. >=20 > Leonid Probably trivial, but it keeps me busy too long. I installed the qt5ada, looks pretty well.=20 However .... apart from the fact that one package body does not have a package spec,I ha= ve one other issue: I have installed qt5.5 (that comes with the distribution I am running), and= I see to have missed one link: when trying to gnatlink an exampleprogram, = I get lots of missing link like usr/local/lib/libqt5c.so: undefined reference to `QSortFilterProxyModel::sp= an(QModelIndex const&) const@Qt_5' /usr/local/lib/libqt5c.so: undefined reference to `QDBusPendingReplyData::a= ssign(QDBusPendingCall const&)@Qt_5' /usr/local/lib/libqt5c.so: undefined reference to `QDir::isRelativePath(QSt= ring const&)@Qt_5' so it seems the linker is not able to link the Qt libs to the entries in li= bqtc5 Am I doing some wrong? best jan