Search Criteria
Package Details: myrddin 0.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/myrddin.git (read-only, click to copy) |
---|---|
Package Base: | myrddin |
Description: | Compiler and tools for the Myrddin programming language. |
Upstream URL: | https://myrlang.org/ |
Keywords: | compiler myrddin toolchain |
Licenses: | MIT |
Conflicts: | myrddin-git |
Submitter: | aperez |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-06 18:47 (UTC) |
Last Updated: | 2024-05-11 16:01 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Required by (1)
- qc-git (make)
Latest Comments
simona commented on 2024-07-03 14:25 (UTC)
main.c: In function ‘main’:
main.c:80:17: error: ‘__builtin_strncpy’ specified bound 1024 equals
destination size [-Werror=stringop-truncation]
80 | strncpy(objfile, outfile, 1024);
| ^
cc1: all warnings being treated as errors
make[1]: *** [../mk/c.mk:119: main.o] Error 1
simona commented on 2024-05-11 19:25 (UTC)
main.c:80:17: error: ‘__builtin_strncpy’ specified bound 1024 equals destination size [-Werror=stringop-truncation]
aperez commented on 2018-07-01 09:45 (UTC)
@mytbk: According to the README in the repository, “make bootstrap” should only be needed when building from a development Git checkout, but I have added it anyway just in case. Also: updated to 0.3.1 :-)
mytbk commented on 2018-07-01 08:42 (UTC)
There's no libraries in this package. You need to
make bootstrap
first.