On Wednesday, 10 May 2023 at 03:31:05 UTC, thinkunix wrote: > > Not sure if that helps, but it shows this works with > dmd-2.104.0-beta.1 > at least on Linux x86_64. > > scot I think that worked for you because although you have set mirstat as a dependency, you are not actually linking against it. Try `import mir.stat;` into app.d and rebuild. -- anonymouse