views:

18

answers:

0

I'm running the Terminal through Snow Leopard (with the developer packages, which contain missing gnu components). Upon attempting to run the makefile to build SWI-Prolog, this is what I get:

bin/i386-darwin10.4.0/swipl -f none -O -o boot32.prc -b boot/init.pl
Loading boot file ...
Loading Prolog startup files
%  messages boot compiled into $messages 0.01 sec, 182,088 bytes
%  toplevel boot compiled into $toplevel 0.00 sec, 84,824 bytes
%  attvar boot compiled into $attvar 0.00 sec, 23,456 bytes
%  bags boot compiled into $bags 0.00 sec, 12,944 bytes
%  apply boot compiled into $apply 0.00 sec, 3,296 bytes
%  writef boot compiled into $writef 0.01 sec, 22,968 bytes
%  history boot compiled into $history 0.00 sec, 27,528 bytes
%  dwim boot compiled into $dwim 0.00 sec, 39,800 bytes
%  parms boot compiled into $parms 0.00 sec, 6,280 bytes
%  autoload boot compiled into $autoload 0.00 sec, 40,296 bytes
%  qlf boot compiled into $qlf 0.00 sec, 9,336 bytes
%  rc boot compiled into $rc 0.00 sec, 6,384 bytes
%  topvars boot compiled into toplevel_variables 0.00 sec, 16,520 bytes
% /opt/local/lib/swipl-5.10.1/boot/load.pl boot compiled 0.03 sec, 663,136 bytes
SWI-Prolog boot files loaded
[ERROR: Failed to save system resources Permission denied]
make: *** [boot32.prc] Error 1

Thus far, Professor Google hasn't had much interesting to say. Any ideas on what could be causing the error?