I am getting this issue trying to boot a contract using daml-finance.. I cannot build a dar file and its not letting me execute the contract because of this error
daml build
Running single package build of daml-finance as no multi-package.yaml was found.
damlc: .lib/daml-ctl/v2.4.1/daml-ctl-2.4.1.dar: openBinaryFile: does not exist (No such file or directory).
Can anyone help, been all over the repos trying to find the file, folder where i can get the dar file and insert it into my code…
Can anyone help i am new here,am i missing something, Tried , winget, make build-all - to see if i can build it that way…but its not happening -
Hi!
You might get this error because of a missing dependency (specifically, the daml-ctl library).
In the Daml Finance build this is installed as part of the make install step.
Alternatively, you can copy the DAR from here into the expected folder.
Thanks for the Reply Matteo, I found it last night.
Really appreciate you reaching out though.
Kind Regards
Matt