Search Criteria
Package Details: libcello 2.1.0+r25+g61ee5c3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/libcello.git (read-only, click to copy) |
---|---|
Package Base: | libcello |
Description: | Higher level programming library in C |
Upstream URL: | https://libcello.org |
Keywords: | c library programming |
Licenses: | BSD-2-Clause |
Provides: | libCello.so |
Submitter: | jetm |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2015-11-16 17:07 (UTC) |
Last Updated: | 2024-12-30 10:57 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
Latest Comments
bunder commented on 2023-02-22 08:54 (UTC) (edited on 2023-02-22 08:55 (UTC) by bunder)
Package doesn't build with following error:
Problem is that make command in
build()
overridesCFLAGS
and Makefile can't add necessary flags to it. Just removeCFLAGS+=-I./include
and all works fine.