Search Criteria
Package Details: pacvim-git v1.1.1.r10.gb0934ca-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pacvim-git.git (read-only, click to copy) |
---|---|
Package Base: | pacvim-git |
Description: | A game that teaches you vim commands. Inspired by Namco's classic PAC-MAN. |
Upstream URL: | https://github.com/jmoon018/PacVim |
Keywords: | console |
Licenses: | LGPL3 |
Provides: | pacvim |
Submitter: | zero2cx |
Maintainer: | zero2cx |
Last Packager: | zero2cx |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-31 15:43 (UTC) |
Last Updated: | 2016-12-31 15:43 (UTC) |
Latest Comments
khing commented on 2022-09-21 17:11 (UTC) (edited on 2022-09-21 17:12 (UTC) by khing)
Errors during build
src/helperFns.cpp:103:17: error: format not a string literal and no format arguments [-Werror=format-security] 103 | mvprintw(TOP+5, 0, (x).c_str()); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/helperFns.cpp: In function ‘void printAtBottom(std::string)’: src/helperFns.cpp:110:17: error: format not a string literal and no format arguments [-Werror=format-security] 110 | mvprintw(TOP+1, 1, msg.c_str()); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ src/game.cpp: In function ‘void levelMessage()’: src/game.cpp:237:15: error: format not a string literal and no format arguments [-Werror=format-security] 237 | printw(msg.c_str()); | ~~~~~~^~~~~~~~~~~~~ cc1plus: some warnings being treated as errors make: [<builtin>: src/helperFns.o] Error 1 make: Waiting for unfinished jobs.... cc1plus: some warnings being treated as errors make: *** [<builtin>: src/game.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'pacvim-git-v1.1.1.r10.gb0934ca-1':