< Support Home
require fails on systems containing dot in their names.
ID
Created
Type
mocl Version
Dev OS
Target
Status
#30
by informatimago on 2013-11-24 (2618 days ago)
defect
13.08
Linux 64-bit
n/a
closed
Description
Summary: REQUIRE fails on systems containing dot in their names. Steps to Reproduce: Compile with mocl a program with either: (require :system-without-dot) ; or: (require :com.informatimago.mocl.bug.system-with-dot) Expected Results: mocl should load those systems without a hitch. Actual Results: With (require :system-without-dot) it compiles successfully, with (require :com.informatimago.mocl.bug.system-with-dot) it fails: make -C ~/src-lisp/mocl/ android make: Entering directory `/home/pjb/src-lisp/mocl' unset LC_ALL;unset LC_MONETARY;unset LC_NUMERIC;unset LC_MESSAGES;unset LC_COLLATE;unset LC_TIME;export LC_CTYPE=en_US.utf-8;export LANG=C ; cd mocl-example-lisp-contacts-android ; mocl --android LispContacts app.lisp Error: File "/usr/local/src/mocl/systems/com/informatimago/mocl/bug/system-with-dot/com.informatimago.mocl.bug.system-with-dot.asdNIL" does not exist. make: *** [mocl-example-lisp-contacts-android/LispContacts/jni/mocl/program.c] Error 1 make: Leaving directory `/home/pjb/src-lisp/mocl' Notes:
Comments
This seems to have been resolved in 14.08.
- informatimago, 2156 days ago