alt-romes / alt-romes/programmer-calculator

Broken AUR package

未關閉
#106 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C
星號
590
分支
27
PR 合併指標
30 天內沒有已合併 PR

描述

When trying to install package with `yay -S programmer-calculator` we get the following error:
```sh
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
gcc -Wall -Wextra -g -Werror=missing-declarations -Werror=redundant-decls -Iinclude -c src/draw.c -o src/draw.o
gcc -Wall -Wextra -g -Werror=missing-declarations -Werror=redundant-decls -Iinclude -c src/history.c -o src/history.o
gcc -Wall -Wextra -g -Werror=missing-declarations -Werror=redundant-decls -Iinclude -c src/main.c -o src/main.o
src/main.c: In function ‘main’:
src/main.c:124:5: error: too many arguments to function ‘init_gui’; expected 0, have 2
124 | init_gui(&displaywin, &inputwin);
| ^~~~~~~~ ~~~~~~~~~~~
In file included from src/main.c:11:
include/draw.h:29:6: note: declared here
29 | void init_gui();
| ^~~~~~~~
```

It seems to have been fix in the latest commit but it's still failing in aur.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。