Package Details: larswm-git 7.5.3.r17.gefa957c-1

Git Clone URL: https://aur.archlinux.org/larswm-git.git (read-only, click to copy)
Package Base: larswm-git
Description: A tiling window manager based on 9wm
Upstream URL: http://porneia.free.fr/larswm/larswm.html
Keywords: dynamic tiling windowmanager X11
Licenses: custom:9wm
Conflicts: larswm
Provides: larswm
Submitter: bidulock
Maintainer: bidulock
Last Packager: bidulock
Votes: 1
Popularity: 0.000000
First Submitted: 2014-04-20 02:21 (UTC)
Last Updated: 2015-06-10 12:39 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

micwoj92 commented on 2024-06-05 18:38 (UTC)

Build fails:

bar.c: In function ‘do_menu’:
bar.c:144:9: error: implicit declaration of function ‘toggle_show_bottom’; did you mean ‘toggle_show_class’? [-Wimplicit-function-declaration]
  144 |         toggle_show_bottom (s);
      |         ^~~~~~~~~~~~~~~~~~
      |         toggle_show_class
make: *** [<builtin>: bar.o] Error 1
make: *** Waiting for unfinished jobs....
larsmenu.c: In function ‘args’:
larsmenu.c:214:44: warning: comparison between pointer and zero character constant [-Wpointer-compare]
  214 |   if (argc == 0 || argv == NULL || argv[0] == '\0')
      |                                            ^~
larsmenu.c:214:36: note: did you mean to dereference the pointer?
  214 |   if (argc == 0 || argv == NULL || argv[0] == '\0')
      |                                    ^
larsmenu.c: In function ‘run_menu’:
larsmenu.c:644:11: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
  644 |           key = XKeycodeToKeysym (dpy, ev.xkey.keycode, 0);
      |           ^~~
In file included from larsmenu.c:63:
/usr/include/X11/Xlib.h:1683:15: note: declared here
 1683 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
==> ERROR: A failure occurred in build().
    Aborting...