From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: ** X-Spam-Status: No, score=2.3 required=3.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,PDS_FROM_2_EMAILS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:ad4:4e8a:0:b0:5ef:4807:3864 with SMTP id dy10-20020ad44e8a000000b005ef48073864mr1082516qvb.4.1681576811745; Sat, 15 Apr 2023 09:40:11 -0700 (PDT) X-Received: by 2002:a25:d4d5:0:b0:b92:29fc:5c2e with SMTP id m204-20020a25d4d5000000b00b9229fc5c2emr1911734ybf.10.1681576811493; Sat, 15 Apr 2023 09:40:11 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 15 Apr 2023 09:40:11 -0700 (PDT) In-Reply-To: <1fec051c-cfed-42df-95d9-acb18ac4c208n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=2001:8b0:ca:6:0:0:0:fd; posting-account=TiHetgoAAACluCgYkPc8-TWs6dBNgSne NNTP-Posting-Host: 2001:8b0:ca:6:0:0:0:fd References: <1fec051c-cfed-42df-95d9-acb18ac4c208n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Announce: AdaStudio-2023 release 03/04/2023 free edition From: "196...@googlemail.com" <1963bib@googlemail.com> Injection-Date: Sat, 15 Apr 2023 16:40:11 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:65099 List-Id: On Sunday, 9 April 2023 at 08:01:50 UTC+1, Leonid Dulman wrote: > On Saturday, April 8, 2023 at 5:07:12=E2=80=AFPM UTC+3, 196...@googlemail= .com wrote:=20 > > On Monday, 3 April 2023 at 05:12:08 UTC+1, Leonid Dulman wrote:=20 > > > It based on Qt-6.5.0-everywhere opensource (expanded with modules fro= m Qt-5.15: qtgamepad, qtx11extras,qtwinextras),VTK-9.2.0,FFMPEG-5.2.1,OpenC= V-4.7.0,SDL2-2.24.0,QtAV-1.13 MDK-SDK(wang-bin)=20 > > > Qt6ada version 6.5.0 open source and qt6base.dll ,qt6ext.dll (win64),= libqt6base.so,libqt6txt.so(x86-64) built with Microsoft Visual Studio 2023 = x64 Windows, gcc amd64 in Linux.=20 > > > Package tested with gnat gpl 2020 ada compiler in Windows 64bit , Lin= ux amd64 Debian 11.2=20 > > [...]=20 > > > The full list of released classes is in "Qt6 classes to Qt6Ada packag= es relation table.pdf"=20 > > > The simple manual how to build Qt6Ada application can be read in "How= to use Qt6ada.pdf"=20 > > > If you have any problems or questions, tell me know.=20 > > > Leonid(leonid...@gmail.com)=20 > > Sigh....=20 > >=20 > > The supplied pdf says to build do:=20 > > 2. Inside qtada directory to do : gc *.ads and gc *.adb or compile_all = script=20 > >=20 > > Well, gc is count graph components, but perhaps you meant gcc. Regardle= ss, that does not build shared libs.=20 > >=20 > > There is also no compile_all script.=20 > >=20 > > Great that you have done this, but I think some would be more appreciat= ive if the build instructions were even remotely correct. > gc.bat is ascript=20 > gcc -gnat2020 -gnatwA -c %1 A. That does not work on unix systems. B. That does not create a library.