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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,46ebb7f176dc318f,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news3.google.com!feeder.news-service.com!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: CMake and Ada : a track around the place ? Date: Sat, 30 Jul 2011 13:48:34 +0200 Organization: Ada @ Home Message-ID: NNTP-Posting-Host: IBFkGXD8ZX5lqqNKQvfqvQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.11 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:20431 Date: 2011-07-30T13:48:34+02:00 List-Id: Hi all (a long time I didn't posted here, hope every one is fine and fin= e) I may have two opportunities to push Ada in two different projects. The = = first one is OK, as I will start it from the ground up. The second one i= s = rather different, in the way it is an already existing project I would = like to work on (may not be a priority, as I would probably get nothing = = for this, as it is a GPL application). This is a C++ rather big (for me)= = peace of software, which however provide an opportunity to push Ada = inside, as it is a very modular application (I may dream, in the future,= = to incrementally translate some part from C++ to Ada, as I hate when thi= s = application crash with no back-track and runtime-check at all). Alex R. = = Masteo already talked about CMake and Ada here, as I did too some time = before Alex. Ludovic replied to Alex using CMake is a bad idea. I = understood the reason he gave, but I simply would like it anyway, for = seamless integration, as this application has a build process all design= ed = around CMake since long, and I would not want to change. The sole material I could found about this topic, is an old mailing list= = archive. I just made a test with a sample Ada project to see what's goin= g = on using Make as-is, and CMake complained he could not determine some = linker language for the target application. So Ada is clearly not built-= in = the default CMake. Any track for using CMake to build a source tree containing Ada sources = = mixed with C++ files ? I would probably rely on solely GNAT for the Ada = = compiler, as it comes along GCC (this may help). Have a nice time all, and happy designing -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit