sCASP icon indicating copy to clipboard operation
sCASP copied to clipboard

Error creating scasp.exe

Open ivar-rummelhoff opened this issue 1 year ago • 0 comments

I have installed "SWI-Prolog 9.3.7-1 for Microsoft Windows (64 bit)" (on Windows 11) and cloned the sCASP master (51ae396), but running swipl.exe --no-pce --undefined=error -O -o scasp -c prolog/scasp/main.pl gives this output:

% Disabled autoloading (loaded 138 files)
% Disabled autoloading (loaded 27 files)
% Disabled autoloading (loaded 0 files)
ERROR: The predicates below are not defined. If these are defined
ERROR: at runtime using assert/1, use :- dynamic Name/Arity.
ERROR:
ERROR: unix_domain_socket/1, which is referenced by
ERROR:  c:/program files/swipl/library/ext/http/http/http_open.pl:522:4: 1-st clause of http:http_connection_over_proxy/6

ivar-rummelhoff avatar Jun 26 '24 09:06 ivar-rummelhoff