Meson build system user learning D.

Russel Winder russel at winder.org.uk
Tue May 21 10:59:40 UTC 2019


On Tue, 2019-05-21 at 05:21 +0000, Mike Brockus via Digitalmars-d-learn wrote:
> 
[…]
> The solution from Reddit solves the problem for 'dub' but as part 
> of my project C to D I wanted to use Meson and run test with 
> whatever is available, coming next week I will try to incorporate 
> 'unit-threaded' and if it works then I can tell Meson to include 
> it as my decency and to use 'dub' to get it for me so I can focus 
> on writing test for my code.  I am currently working on becoming 
> an Android app developer leaning Kotlin and on the weekends it's 
> D.

I use unit-threaded for my D code tests. Atila was kind enough to allow me to
add a Meson build to unit-threaded. I therefore build and install a shared
library of unit-threaded so as to avoid use of Dub in the Meson build of my D
projects.

> […]
> 
> However it is good to know that there is currently no compiler 
> for D on a AVR chip.

I thought GCC had an AVR backend so that GDC provides D on AVR.

-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20190521/e8b08e0c/attachment.sig>


More information about the Digitalmars-d-learn mailing list