From: SourceForge.net <no...@so...> - 2005-01-25 14:33:21
|
Bugs item #1109105, was opened at 2005-01-25 14:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1109105&group_id=1355 Category: clisp Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chris (mysfa) Assigned to: Sam Steingold (sds) Summary: Win32: install.lisp problem with *clisp-runtime* Initial Comment: Having executed install.bat from where I've installed CLisp (say c:\clisp\), all registry entries and clisp.bat point to clisp.exe in c:\clisp. However, the binary is either in c:\clisp\full or in c:\clisp\base. The problem lies in the *clisp-runtime* definition; the else-part is missing the \base or \full path information. I'd also suggest to use a variable to define whether you want base or full CLisp. Install.lisp has "base" hard coded; you have to search and replace base with full. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1109105&group_id=1355 |