Closed snej closed 2 years ago
This is not as straightforward as it might seem; dependencies have to be hard-coded into the source code, because langcc generates (and compiles) C++ from C++ itself.
However, what I have done instead is to replace libcrypto++ entirely, instead opting for a small header-only library that can be easily inlined into langcc_util.hpp, and thereby be available both to langcc and to the code that langcc generates. That should fix the issue (no more dependency on MacPorts).
From the discussion on lobste.rs, by user alec: