> Hrm... This looks like a compiler error to me, rather than a path > error. Adding the plt bin directory to my path doesn't solve the base.c is generated by the following command in the SConstruct file: mzc --c-mods src/base.c ++lib scheme/base this needs to find the mzc utility, which is in the plt scheme bin folder. try to run the mzc command from the command line, if it works, then typing scons should also generate the base.c file.
best, gabor
