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: | 7 |
| Popularity: | 0.005358 |
| First Submitted: | 2015-11-16 17:07 (UTC) |
| Last Updated: | 2024-12-30 10:57 (UTC) |
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()overridesCFLAGSand Makefile can't add necessary flags to it. Just removeCFLAGS+=-I./includeand all works fine.