Hi all,
I’m trying to import tipc library but got error of ‘does not exist’. This occurs even in the latest stable release. Other libs seem ok.
Welcome to SWI-Prolog (threaded, 64 bits, version 8.1.22)
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
Please run ?- license. for legal details.
For online help and background, visit https://www.swi-prolog.org
For built-in help, use ?- help(Topic). or ?- apropos(Word).
?- use_module(library(tipc/tipc)).
ERROR: source_sink `library(tipc/tipc)' does not exist
ERROR: In:
ERROR: [19] throw(error(existence_error(source_sink,...),_3262))
ERROR: [15] '$resolve_source_path'(library(tipc/tipc),_3294,[if(not_loaded),...]) at /usr/local/Cellar/swi-prolog/HEAD-0bd221e_1/libexec/lib/swipl/boot/init.pl:2259
ERROR: [14] '$load_file'(library(tipc/tipc),user,[if(not_loaded),...]) at /usr/local/Cellar/swi-prolog/HEAD-0bd221e_1/libexec/lib/swipl/boot/init.pl:2236
ERROR: [9] <user>
ERROR:
ERROR: Note: some frames are missing due to last-call optimization.
ERROR: Re-run your program in debug mode (:- debug.) to get more detail.
?- use_module(library(pengines)).
true.
___________________________________
I'm working on MacOS catalina.
The latest swipl-devel was installed via ‘brew install swi-prolog --HEAD’ successfully.
In fact I’ve tried to compile swipl from the git repository but failed in ctest.
Thanks in advance for any helps.
Arthur Wang