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-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!grdUeD8qE6rCj5B5kHjeYQ.user.46.165.242.91.POSTED!not-for-mail From: Manuel Gomez Newsgroups: comp.lang.ada Subject: Re: Announce: AdaStudio-2021 release 01/10/2021 free edition Date: Wed, 6 Oct 2021 21:06:38 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <7aff9139-3a18-4c98-bdc0-5d587912d880n@googlegroups.com> <423cb5c5-a13f-4a30-ac96-eeb537acfc68n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: gioia.aioe.org; logging-data="27803"; posting-host="grdUeD8qE6rCj5B5kHjeYQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-GB Xref: reader02.eternal-september.org comp.lang.ada:62945 List-Id: Am 6/10/21 um 5:14 schrieb Andreas ZEURCHER: > On Tuesday, October 5, 2021 at 1:46:15 PM UTC-5, Manuel Gomez wrote: >> Last time I checked qt5ada I was surprised by the fact that it doesn't >> include the source code for the C intermediate > > Generated code is not source code, as it can be regenerated from unmodified GPL-/LGPL-compliant widely-available tools. Just because it is C doesn't make it source code. C code can be generated intermediate representation too, which it appears to be in this case. What stops you from regenerating the intermediate C code just like Leonid does? You have the widely-available tools with source code to generate the C code. Leonid has the widely-available tools with source code to generate the C code. All seems to be quite good there. > > Now this is assuming that Leonid performs to hand editing of the generated C code. Or if Leonid modifies the generated C code with scripts that the source code for the scripts are obtainable along with (or distributed with) each release of AdaStudio, so that you can invoke those scripts too, just like Leonid did. That is only moving the question one step away, since then you could formulate it as 'where are the source scripts and/or instructions to generate the intermediate C library'. Intermediate meaning here: layer between Ada and the Qt C++ libraries. I wasn't assuming that there is something wrong with the distribution, only that there's an issue that needs clarification. Please note that this is not quick and unjustified criticism, it comes from my failed attempt to use this binding with the Qt libraries provided by Ubuntu (see [1]), which is one of the basic freedoms granted by the GPL and LGPL, and restated by Qt as: > The user is allowed to change and re-link the library used in the application or device [2] [1] https://github.com/ohenley/qt5ada/issues/1 [2] https://www.qt.io/licensing/open-source-lgpl-obligations