Package Details: liberror 1.1.1-1

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://codeberg.org/maandree/liberror
Licenses: ISC
Submitter: maandree
Maintainer: maandree
Last Packager: maandree
Votes: 0
Popularity: 0.000000
First Submitted: 2019-04-14 12:56 (UTC)
Last Updated: 2023-07-03 15:23 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

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