Search Criteria
Package Details: liberror 1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/liberror.git (read-only, click to copy) |
---|---|
Package Base: | liberror |
Description: | Library for custom errors |
Upstream URL: | https://github.com/maandree/liberror |
Licenses: | custom:ISC |
Submitter: | maandree |
Maintainer: | maandree |
Last Packager: | maandree |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-14 12:56 (UTC) |
Last Updated: | 2020-06-09 16:52 (UTC) |
Latest Comments
fborges22 commented on 2019-09-02 21:25 (UTC) (edited on 2019-09-02 21:42 (UTC) by fborges22)
There is an error in compiling. The command:
c99 -c -o copy_error.o copy_error.c -std=c11 -Wall -pedantic -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
In the config.mk you should define the CC variable as:
CC = gcc