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:a05:6214:9af:b0:5e6:a2e7:b421 with SMTP id du15-20020a05621409af00b005e6a2e7b421mr1231477qvb.5.1680962831221; Sat, 08 Apr 2023 07:07:11 -0700 (PDT) X-Received: by 2002:a25:d252:0:b0:b8e:c5fd:975f with SMTP id j79-20020a25d252000000b00b8ec5fd975fmr1873968ybg.3.1680962830975; Sat, 08 Apr 2023 07:07:10 -0700 (PDT) Path: eternal-september.org!feeder.eternal-september.org!weretis.net!feeder8.news.weretis.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, 8 Apr 2023 07:07:10 -0700 (PDT) In-Reply-To: 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: 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, 08 Apr 2023 14:07:11 +0000 Content-Type: text/plain; charset="UTF-8" Xref: feeder.eternal-september.org comp.lang.ada:65081 List-Id: On Monday, 3 April 2023 at 05:12:08 UTC+1, Leonid Dulman wrote: > It based on Qt-6.5.0-everywhere opensource (expanded with modules from Qt-5.15: qtgamepad, qtx11extras,qtwinextras),VTK-9.2.0,FFMPEG-5.2.1,OpenCV-4.7.0,SDL2-2.24.0,QtAV-1.13 MDK-SDK(wang-bin) > 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. > Package tested with gnat gpl 2020 ada compiler in Windows 64bit , Linux amd64 Debian 11.2 [...] > The full list of released classes is in "Qt6 classes to Qt6Ada packages relation table.pdf" > The simple manual how to build Qt6Ada application can be read in "How to use Qt6ada.pdf" > If you have any problems or questions, tell me know. > Leonid(leonid...@gmail.com) Sigh.... The supplied pdf says to build do: 2. Inside qtada directory to do : gc *.ads and gc *.adb or compile_all script Well, gc is count graph components, but perhaps you meant gcc. Regardless, that does not build shared libs. There is also no compile_all script. Great that you have done this, but I think some would be more appreciative if the build instructions were even remotely correct.