Package Details: tktable 2.10-4

Git Clone URL: https://aur.archlinux.org/tktable.git (read-only, click to copy)
Package Base: tktable
Description: A full-featured 2D table widget for Tk.
Upstream URL: http://tktable.sourceforge.net/
Licenses: custom
Submitter: Foucault
Maintainer: Foucault
Last Packager: Foucault
Votes: 12
Popularity: 0.000000
First Submitted: 2010-04-16 23:45 (UTC)
Last Updated: 2021-10-03 13:10 (UTC)

Latest Comments

iTitus commented on 2024-06-21 16:05 (UTC) (edited on 2024-06-21 16:17 (UTC) by iTitus)

Currently this package does not build for me:

./generic/tkTableTag.c:47:18: error: initialization of ‘const char * (*)(void *, struct Tk_Window_ *, char *, int,  void (**)(char *))’ from incompatible pointer type ‘char * (*)(void *, struct Tk_Window_ *, char *, int,  void (**)(char *))’ [-Wincompatible-pointer-types]
   47 | { Cmd_OptionSet, Cmd_OptionGet, (ClientData) (&tagState_vals) };
      |                  ^~~~~~~~~~~~~
./generic/tkTableTag.c:47:18: note: (near initialization for ‘tagStateOpt.printProc’)

using: gcc (GCC) 14.1.1 20240522

There also seems to be some activity not covered by sourceforge? here: https://chiselapp.com/user/pooryorick/repository/tktable/timeline

also a more recent fork here which may have fixed that issue: https://github.com/wjoye/tktable/commit/475f416533200d1503e1a7e7d2d3940112a65acc

micwoj92 commented on 2021-10-03 08:53 (UTC)

Hello, could you update download to https?

Foucault commented on 2010-08-29 23:42 (UTC)

Removed the "libx11" dependency since it is already a dependency of a dependency of tk.