Package Details: ccp4m 0.7.3-1

Git Clone URL: https://aur.archlinux.org/ccp4m.git (read-only, click to copy)
Package Base: ccp4m
Description: C++ project manager and build system
Upstream URL: https://www.github.com/Electrux/ccp4m
Keywords: c c++ manager project
Licenses: BSD
Submitter: Electrux
Maintainer: Electrux
Last Packager: Electrux
Votes: 1
Popularity: 0.000000
First Submitted: 2018-04-21 05:26 (UTC)
Last Updated: 2018-08-31 03:42 (UTC)

Required by (0)

Sources (1)

Latest Comments

Electrux commented on 2024-08-08 01:58 (UTC)

Apologies, this is no longer maintained. It was a pet project of mine from way back in the day. I'll mark it as deprecated.

simona commented on 2024-08-03 09:14 (UTC)

src/FSFuncs.cpp:214:29: error: ‘strcmp’ was not declared in this scope
b 214 | if( strcmp( ent->d_name, "." ) == 0 || strcmp( ent->d_name, ".." ) == 0 ) continue;
| ^~