[lgtk-devel] Problem with lgtk

Nicolas Lamirault lam at tuxfamily.org
Fri May 7 15:26:29 UTC 2004


hello
i try to use lgtk
i have some errors
this is what i do :

$> lisp

CMU Common Lisp CVS release-18e-branch + minimal debian patches, running on lam
With core: /usr/lib/cmucl/lisp.core
Dumped on: Fri, 2004-03-19 19:54:02+01:00 on lam
For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS.
or to pvaneynd at debian.org
type (help) for help, (quit) to exit, and (demo) to see the demos

Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS 18e (based on PCL September 16 92 PCL (f))
* (compile-file "callback.lisp")

[...]


* (save-lisp "cmucl-callback.core")
[Doing purification: Done.]
[Undoing binding stack... done]
[Saving current lisp image into cmucl-callback.core:
Writing 19214832 bytes from the Read-Only space at 0x10000000.
Writing 2681168 bytes from the Static space at 0x28000000.
Writing 4096 bytes from the Dynamic space at 0x48000000.
done.]

$> lisp -core cmucl-callback.core 
CMU Common Lisp CVS release-18e-branch + minimal debian patches, running on lam
With core: /home/nlamirault/src/lgtk/cmucl-callback.core
Dumped on: Fri, 2004-05-07 17:21:07+02:00 on lam
For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS.
or to pvaneynd at debian.org
type (help) for help, (quit) to exit, and (demo) to see the demos

Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS 18e (based on PCL September 16 92 PCL (f))
* (pushnew "/home/nlamirault/src/lgtk" asdf:*central-registry*)

("/home/nlamirault/src/lgtk" #p"/usr/share/common-lisp/systems/"
 (MERGE-PATHNAMES #p".clc/systems/" (USER-HOMEDIR-PATHNAME))
 *DEFAULT-PATHNAME-DEFAULTS*)

* (asdf:operate 'asdf:load-op 'lgtk)
[...]

; /home/nlamirault/src/lgtk/src/gtknexus.x86f written.
; Compilation finished in 0:00:02.
Warning:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {480BB825}> on
   #<CL-SOURCE-FILE "gtknexus" {48BA876D}>.
Warning:
   COMPILE-FILE failed while performing #<COMPILE-OP NIL {480BB825}> on
   #<CL-SOURCE-FILE "gtknexus" {48BA876D}>.
; Loading #p"/home/nlamirault/src/lgtk/src/gtknexus.x86f".

Execution of a form compiled with errors:
 (CALLBACK:DEFCALLBACK GTK-STANDARD-DECOY
  (C-CALL:VOID (W (* T)) (COOKIE C-CALL:INT)) (%STANDARD-HANDLER W COOKIE))

Restarts:
  0: [CONTINUE] Return NIL from load of #p"/home/nlamirault/src/lgtk/src/gtknexus.x86f".
  1: [RETRY   ] Retry performing #<ASDF:LOAD-OP NIL {48D15B15}> on
                #<ASDF:CL-SOURCE-FILE "gtknexus" {48BA876D}>.
  2: [ACCEPT  ] Continue, treating #<ASDF:LOAD-OP NIL {48D15B15}> on
                #<ASDF:CL-SOURCE-FILE "gtknexus" {48BA876D}> as having been
                successful.
  3: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(C::DO-CALL #<Code Object "Top-Level Form" {48A8315F}> 31 32 4 ...)
Source: 
; File: target:code/byte-interp.lisp
(BYTE-APPLY FUNCTION NUM-ARGS OLD-SP)
0] 

do u have any idea ?



-- 
Nicolas Lamirault




More information about the lgtk-devel mailing list