"Dylan Nicholson" <[EMAIL PROTECTED]> writes:

>>
>> Dylan,
>>
>> Yes I do, but I'd recommend writing to guile-user@gnu.org instead of
>> to me directly; I am far from being an expert on this subject.
>>
>
> Ok, I got guile 1.6.5 compiling and linking as a static library under
> MSVC 7.1, but if I try a simple (console) program that just calls
> scm_boot_guile(), when it runs it just prints out "ERROR: unbound
> variable define" and aborts.
>
> This occurs while reading/processing boot-9.scm from the ice-9 directory.
>
> Any ideas?

Can you hack the code somehow so that the debug and backtrace options
are set:

  SCM_DEVAL_P = 1;
  SCM_BACKTRACE_P = 1;
  SCM_RESET_DEBUG_MODE;

(This would have to be after the init functions for debug.c.)

Then you may get more error information.

     Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to