Thank you so much. Now I get
Backtrace:
In unknown file:
?: 0* [for-each # ...
?: 1* (list the-root-module the-scm-module)
: In expression (list the-root-module the-scm-module):
: Unbound variable: list
Thought I knew what the problem was here, but no such luck...
The line
scm_c_define
.x files are attached. These are from the 1.6.x branch in CVS, so may
not match your codebase exactly, but any discrepancies should be
trivial to resolve - let me know if you need help with any such
problems.
Neil
Thank you so much. Now I get
Backtrace:
In unknown file:
?: 0* [for-ea
ithout* any GNU tools, that would be
great.
- Original Message -
From: "Dylan Nicholson" <[EMAIL PROTECTED]>
To: "Neil Jerram" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, October 11, 2005 8:38 AM
Subject: Re: libguile on Windows
- Original Message -
- Original Message -
From: "Neil Jerram" <[EMAIL PROTECTED]>
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.)
I just get
Backtra
- Original Message -
From: "Neil Jerram" <[EMAIL PROTECTED]>
To: "Dylan Nicholson" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, October 11, 2005 2:47 AM
Subject: Re: libguile on Windows
"Dylan Nicholson" <[EMAIL PROTECTED]> writes:
Ok, I g
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(),