ing like:
Scheme_Env* Init()
{
...
int dummy;
scheme_set_stack_base( &dummy, 1 );
Scheme_Env* e = scheme_basic_env();
...
scheme_namespace_require(scheme_intern_symbol("scheme/base"));
...
return e;
}
Thanks
-ugo-
On 1/3/2011 4:08 PM, Matthew Flatt wrote:
At Mon, 03 Jan 2011 10:25:25 +010
gging because I was not able to build
racket in debug mode, I tried to build debug versions of the libraries
but Visual Studio reports a missing .\debug\sgc.lib file.
Is there a way to build everything in debug mode ?
(running on Windows 7 64bit/VS2008)
Thanks & Regards
-ugo-
On 12/
e guide I get an "identifier not found error"
*Environment:
OS: Windows 7 64bit
Compiler: VC++ 2008 (64bit)
Racket: git clone, Dec 30, 2010; built by running 'build.bat' from
within the VC++ 64bit shell
Any help will be greatly appreciated.
Ugo
_
3 matches
Mail list logo