Closed spl closed 2 years ago
Interesting - I thought I had properly fixed this in #14, as I noticed we weren't building against the latest devel anymore. I did test the build against each version in 8.5 that has been released so far, as well as the latest git head, and didn't run into this.
I'll look into it. the fix is definitely on our side though. build_environment
has moved to a different module, and now has arity 2. The build script checks the version number of SWI-Prolog and selects what to call based on that. Apparently this is going wrong though.
Oh I see, the build you link to is for terminusdb. Since I've not yet released a new swipl-rs, this isn't fixed there yet. However, this should be fixed upon the next release of swipl-rs and a corresponding release in terminus_store_prolog.
A version has been released where the build works again, so I'm closing this.
In this TerminusDB run, the
swipl-fli
build script fails:It might be a result of this commit, which appears to remove
build_environment/1
from a module export list.I'm not sure whether it would be more appropriate to fix it here or in SWI-Prolog 8.5.