hello, i have make a little prg in cl-lambda-gtk to test it it works, but when i try to make an executable i have an error :
sbcl.core is core created like this : $ tar -zxf sbcl-af-2004-10-22.tgz $ cd sbcl-af $ sbcl --load "system" * (sb-ext:save-lisp-and-die "sbcl.core")
sbcl --core sbcl.core This is SBCL 0.8.16, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (require :sb-executable)
debugger invoked on a SB-INT:EXTENSION-FAILURE in thread 14174: Don't know how to REQUIRE SB-EXECUTABLE. See also: The SBCL Manual, Variable *MODULE-PROVIDER-FUNCTIONS* The SBCL Manual, Function REQUIRE
You can type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT ] Reduce debugger level (leaving debugger, returning to toplevel). 1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop. (SB-IMPL::REQUIRE-ERROR 3 "Don't know how to ~S ~A.")[:EXTERNAL] 0] 1
with no sbcl.core :
sbcl This is SBCL 0.8.16, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (require :sb-executable)
("SB-EXECUTABLE")
does anybody know how can i use sb-executable and sbcl-af patch ? thanks for any help
My apologies for the tardy response to this message. Im afraid I can't offer any advice yet because I have not gotten around to saving images yet in my own work. Im sure there will have to be initializiation functions to make sure the library is loaded and so forth. If you do get it working please let me know so I can add the directions and whatever support coded is needed.
best, --rick
On Jan 18, 2005, at 5:10 AM, Nicolas Lamirault wrote:
hello, i have make a little prg in cl-lambda-gtk to test it it works, but when i try to make an executable i have an error :
sbcl.core is core created like this : $ tar -zxf sbcl-af-2004-10-22.tgz $ cd sbcl-af $ sbcl --load "system"
- (sb-ext:save-lisp-and-die "sbcl.core")
sbcl --core sbcl.core This is SBCL 0.8.16, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.
- (require :sb-executable)
debugger invoked on a SB-INT:EXTENSION-FAILURE in thread 14174: Don't know how to REQUIRE SB-EXECUTABLE. See also: The SBCL Manual, Variable *MODULE-PROVIDER-FUNCTIONS* The SBCL Manual, Function REQUIRE
You can type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT ] Reduce debugger level (leaving debugger, returning to toplevel). 1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop. (SB-IMPL::REQUIRE-ERROR 3 "Don't know how to ~S ~A.")[:EXTERNAL] 0] 1
with no sbcl.core :
sbcl This is SBCL 0.8.16, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.
- (require :sb-executable)
("SB-EXECUTABLE")
does anybody know how can i use sb-executable and sbcl-af patch ? thanks for any help
-- Nicolas Lamirault _______________________________________________ lambda-gtk-devel site list lambda-gtk-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/lambda-gtk-devel
lambda-gtk-devel@common-lisp.net