bugGNU Common Lisp - Bugs: bug #15761, LTK 0.8.8.1 does not build

 
 

bug #15761: LTK 0.8.8.1 does not build

Submitter:  Mike Thomas <mjthomas>
Submitted:  Wed 15 Feb 2006 09:59:51 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 31 Aug 2014 12:42:38 PM UTC, comment #1: 

Greetings, and thanks for your report!  Just a note that ltk compiles with current git master, but I cannot seem to run the examples yet, perhaps due to lack of familiarity with the package.  Please let me know if this is still an open issue for you and would like to pursue the matter further.

Camm Maguire <camm>
Group administrator
Wed 15 Feb 2006 09:59:51 PM UTC, original submission:  

Attached is the current LTK Lisp/Tk gui from Peter Herth:

http://www.peter-herth.de/ltk/

and modified as follows to work with GCL via the run-program function:

========================================
$ diff  ltk.lisp{.bak,}
403a404,405

>     #+:gcl(si:run-program program args :input :stream :output :stream
> :error :output)

========================================

(load (compile-file "ltk.lisp")) fails due to:

========================================
;;; The constant NIL is being bound.
No matching method for the generic-function #<compiled-closure PCL::OBJECT-PLIST

>,

when called with arguments (MAKE-LTK-CONNECTION).

Fast links are on: do (si::use-fast-links nil) for debugging
Broken at NO-APPLICABLE-METHOD.  Type :H for Help.
 1 (Continue) Retry call to #<compiled-closure PCL::OBJECT-PLIST>
 2 (SYSTEM:ERROR-SET
       '(EVAL '(LET* ((#:G1903 'MAKE-LTK-CONNECTION)
                      (#:G1904 'FUNCTION)
                      (#:G1905 "Create a new LTK-CONNECTION object.  This repres
ents a connection to a
    specific wish.  You can maintain connections to several distinct wish
    processes by binding WISH to the one you desire to communicate with, and
    using LTK functions within that dynamic scope."))
                 (FUNCALL #'(SETF DOCUMENTATION) #:G1905 #:G1903
                          #:G1904))))
 3 Retry compiling file "ltk.lisp".
 4 Return to top level.
dbl:LTK>>
========================================

Commenting out this line leads to further problems with the compiler.

I think that we should support LTK in GCL 2.7.0 as a quick third party cross platform GUI candidate usable by applications such as Axiom.

The previous stable version of LTK worked OK with HEAD with the above modification.

Mike Thomas <mjthomas>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #1969:  ltk.lisp added by mjthomas (123KiB - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2006-02-15 mjthomas Attached File- Added ltk.lisp, #3405

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code