Advertisement
logicmoo

Untitled

Jul 23rd, 2016
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 1.07 KB | None | 0 0
  1. root@ubuntu:/opt/PrologMUD/daydreamer3.5# ecl -load  dd.cl
  2. ;;; Loading "/opt/PrologMUD/daydreamer3.5/dd.cl"
  3. ;;; Loading "/opt/PrologMUD/daydreamer3.5/gate_get.cl"
  4. =======================
  5. Loading GATE 2.3, Common Lisp version of 2004-12-20...
  6. =======================
  7. An error occurred during initialization:
  8. Filesystem error with pathname #P"/opt/PrologMUD/daydreamer3.5/compat".
  9. Either
  10.  1) the file does not exist, or
  11.  2) we are not allowed to access the file, or
  12.  3) the pathname points to a broken symbolic link..
  13. root@ubuntu:/opt/PrologMUD/daydreamer3.5# ecl -load  dd.cl
  14. ;;; Loading "/opt/PrologMUD/daydreamer3.5/dd.cl"
  15. ;;; Loading "/opt/PrologMUD/daydreamer3.5/gate_get.cl"
  16. =======================
  17. Loading GATE 2.3, Common Lisp version of 2004-12-20...
  18. =======================
  19. An error occurred during initialization:
  20. Filesystem error with pathname #P"/opt/PrologMUD/daydreamer3.5/compat".
  21. Either
  22.  1) the file does not exist, or
  23.  2) we are not allowed to access the file, or
  24.  3) the pathname points to a broken symbolic link..
  25. root@ubuntu:/opt/PrologMUD/daydreamer3.5#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement