can you post your config.log file?
That error is bizarre because scm_to_off_t should be #defined from
libguile/syscalls.h
-s seems to end up using load-in-vicinity: I can re-create this way:
mwette$ guile -L `pwd` -c '(load-in-vicinity (getcwd) "foo.scm")'
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /home/mwette/proj/guile
On 12/15/18 8:46 AM, Matt Wette wrote:
-s seems to end up using load-in-vicinity: I can re-create this way:
mwette$ guile -L `pwd` -c '(load-in-vicinity (getcwd) "foo.scm")'
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disabl
Hi Matt,
Matt Wette writes:
> On 12/15/18 8:46 AM, Matt Wette wrote:
>> -s seems to end up using load-in-vicinity: I can re-create this way:
>>
>> mwette$ guile -L `pwd` -c '(load-in-vicinity (getcwd) "foo.scm")'
>> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
>> ;;; or