Search Criteria
Package Details: chibicc-git 20240805-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/chibicc-git.git (read-only, click to copy) |
|---|---|
| Package Base: | chibicc-git |
| Description: | Small C11 compiler |
| Upstream URL: | https://github.com/rui314/chibicc |
| Licenses: | MIT |
| Submitter: | vinibali |
| Maintainer: | vinibali |
| Last Packager: | vinibali |
| Votes: | 3 |
| Popularity: | 0.000091 |
| First Submitted: | 2020-12-02 21:29 (UTC) |
| Last Updated: | 2024-08-05 19:17 (UTC) |
Latest Comments
andreas_baumann commented on 2024-08-05 14:54 (UTC)
No hurry, works for me. :-)
vinibali commented on 2024-08-04 19:02 (UTC)
Thanks for the update, I'll get back to you at the next week!
andreas_baumann commented on 2024-08-01 08:49 (UTC) (edited on 2024-08-01 08:50 (UTC) by andreas_baumann)
The package cannot compile a test program. The header files are not installed.
The search path is argv[]/./include (which is fine for tests) and some standard pathes like /usr/include, /usr/local/include (all in main.c).
I added a patch to put the chibicc header files in a directory /usr/lib/chibicc/include:
PKGBUILD:
chibicc-include-path.patch: