Search Criteria
Package Details: wmdocker 1.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wmdocker.git (read-only, click to copy) |
---|---|
Package Base: | wmdocker |
Description: | Docking System Tray. |
Upstream URL: | https://github.com/mdomlop/wmdocker |
Licenses: | GPL2 |
Submitter: | mdomlop |
Maintainer: | mdomlop |
Last Packager: | mdomlop |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-12 09:33 (UTC) |
Last Updated: | 2017-08-05 05:53 (UTC) |
Latest Comments
abarbarian commented on 2025-05-31 08:53 (UTC)
Hi I get a fail to build with this, can anyone help me out. Thanks in advance.
==> Validating source files with sha512sums...
1.5.1.tar.gz ... Passed ==> Extracting sources... -> Extracting 1.5.1.tar.gz with bsdtar ==> Starting build()... cc -c -pedantic -Wall -W -O
pkg-config --cflags glib-2.0
wmdocker.c wmdocker.c: In function ‘main’: wmdocker.c:333:3: error: too many arguments to function ‘parse_cmd_line’; expected 0, have 2 333 | parse_cmd_line(argc, argv); | ^~wmdocker.c:49:6: note: declared here 49 | void parse_cmd_line() | ^~ wmdocker.c: In function ‘event_loop’: wmdocker.c:285:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 285 | if (e.xany.window == win) / reparented to us / | ^ wmdocker.c:287:7: note: here 287 | case UnmapNotify: | ^~~~ make: *** [Makefile:37: wmdocker.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...