Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compilation dierectives to avoid editline/readline errors on windows.
* On linux, swipl uses one of two libraries to manage command line input: library(editline) or library(readline). Those libraries are not found under windows (library(editline) depends on libedit which is not compiled for windows) and SWI-Prolog uses a different mechanism to manage command line input. Mettalog expects one of the two libraries to be loaded and that causes errors to be raised at startup, on windows. The current commit avoids loading the two missing libraries and allows mettalog to be loaded without errors on windows.
- Loading branch information