DConf Online '22 Addendum: D-based Next Generation Hardware Description Language

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Mon Jan 2 12:39:45 UTC 2023


I'm copying my explanation for why the dynamic library wasn't built from 
my comment on YouTube here for any future reader and hopefully for the 
presenter too:



The reason you didn't get the dynamic library is that it is in a 
different configuration than the one you built. You didn't need to 
modify the sourceLibrary configuration.

I.e.
$ dub build --config=vlangdynamiclib

Or

$ dub build --config=vlangstaticlib

The first configuration is the default, which happens to be 
vlangsourcelib. Hence the error.


More information about the Digitalmars-d-announce mailing list