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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ae9:e30e:: with SMTP id v14mr78130888qkf.344.1578267681978; Sun, 05 Jan 2020 15:41:21 -0800 (PST) X-Received: by 2002:a9d:3d0a:: with SMTP id a10mr110859484otc.327.1578267681681; Sun, 05 Jan 2020 15:41:21 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!g89no4132503qtd.0!news-out.google.com!o19ni922qtr.1!nntp.google.com!g89no4132499qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 5 Jan 2020 15:41:21 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2.248.33.134; posting-account=_GJHxwoAAACgwK4NJxGe4_rUdUvepQzv NNTP-Posting-Host: 2.248.33.134 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Announce : Qt5Ada version 5.14.0 (571 packages) release 13/12/2019 free edition From: ulf.granlund@gmail.com Injection-Date: Sun, 05 Jan 2020 23:41:21 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57793 Date: 2020-01-05T15:41:21-08:00 List-Id: Den tisdag 17 december 2019 kl. 15:34:51 UTC+1 skrev leonid...@gmail.com: > Qt5Ada is Ada-2012 port to Qt5 framework (based on Qt 5.14.0 final) > Qt5ada version 5.14.0 open source and qt5c.dll,libqt5c.so(x64) built with= Microsoft Visual Studio 2019 in Windows, gcc x86-64 in Linux. > Package tested with gnat gpl 2019 ada compiler in Windows 64bit , Linux x= 86-64 Debian 10 >=20 > It supports GUI, SQL, Multimedia, Web, Network, Touch devices, Sensors,Bl= uetooth, Navigation and many others thinks. >=20 > Changes for new Qt5Ada release : > Added new packages: Qt.QTest for simulate mouse and keyboard events > Speech recognitions based on CMU Phenix > Prebuilded unoffitional Qt 5.14.0 and VTK 8.2.0 win64 on Windows = and x86-64 on *nix >=20 > My configuration script to build Qt 5.14.0 is: configure -opensource -rel= ease -nomake tests -opengl dynamic -qt-zlib -qt-libpng -qt-libjpeg -openssl= -linked OPENSSL_LIBS=3D"-lssleay32 -llibeay32" -plugin-sql-mysql -plugin-sq= l-odbc -plugin-sql-oci -icu -prefix "e:/Qt/5.14"=20 >=20 > As a role ADA is used in embedded systems, but with QTADA(+VTKADA) you c= an 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) https://r3fowwcolhrzycn2yzlzz= w-on.drv.tw/AdaStudio/adastudio.html > Google drive > 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 >=20 > The full list of released classes is in "Qt5 classes to Qt5Ada packages r= elation table.docx"=20 > VTKAda version 8.2 is based on VTK 8.2.0 (OpenGL2) is fully compatible wi= th Qt5Ada 5.14.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 Hello, I have a very simple helloada.adb program that only does "with QT" a= nd a Put_Line. I downloaded Qt5ada from here (Linux 64 bit). I also downloa= ded QT installer "qt-opensource-linux-x64-5.14.0.run" from Qt website. When I do "gnatmake helloada.adb -largs libqt5c.so" I get these messages: libqt5c.so: undefined reference to `QScriptEngineDebugger::autoShowStandard= Window() const' libqt5c.so: undefined reference to `QScriptEngineDebugger::setAutoShowStand= ardWindow(bool)' libqt5c.so: undefined reference to `QScriptEngineDebugger::widget(QScriptEn= gineDebugger::DebuggerWidget) const' .... and a few similar lines all relating to "QScriptEngineDebugger".=20 I have done "export LD_LIBRARY_PATH=3D/home/ulf/Qt5.14.0/5.14.0/gcc_64/lib"= in my .bashrc and this has resolved all other undefined references except = the above. I am not able to find any library files related to QScriptEngineDebugger in= the whole Qt5.14 install dir. Where can I find these? Have I done somethin= g wrong? Grateful for any help. Regards Ulf