guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libguile on Windows


From: Neil Jerram
Subject: Re: libguile on Windows
Date: Mon, 10 Oct 2005 17:47:36 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Dylan Nicholson" <address@hidden> writes:

>>
>> Dylan,
>>
>> Yes I do, but I'd recommend writing to address@hidden 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]