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
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  None Open/Closed:  Closed
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Sat 31 May 2025 02:32:42 PM UTC, comment #2: 

Greetings, and thanks again for your report!  This appears to be long fixed by now.  Please feel free to reopen if problems persist.

Take care,

Camm Maguire <camm>
Group administrator
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.pet ... -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

 

Attached Files

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

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

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

    Votes

    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.

     

    History

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2025-05-31 camm StatusNone Fixed
        Open/ClosedOpen Closed
    2006-02-15 mjthomas Attached File- Added ltk.lisp, #3405

    Back to the top

    Powered by Savane 3.16-ed84.
    Corresponding source code