Search Criteria
Package Details: cctools 886+g84ce22d-1
Git Clone URL: | https://aur.archlinux.org/cctools.git (read-only, click to copy) |
---|---|
Package Base: | cctools |
Description: | Apple cctools port for Linux |
Upstream URL: | https://github.com/tpoechtrager/cctools-port |
Keywords: | binutils |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Schala |
Maintainer: | jaywalker |
Last Packager: | Schala |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-02 04:35 |
Last Updated: | 2017-01-26 01:36 |
Latest Comments
dongcarl commented on 2019-10-08 16:59
Thank you randomize46!
randomize46 commented on 2017-01-25 08:44
If anyone has problem building this with clang 3.9 - failing on
error: redeclaration of 'compile_time_assert_failed' with a different type:
just patch InternalMacros.h file to use new C++ satic_assert
#define COMPILE_TIME_ASSERT( expr ) \
static_assert( (expr) );
Its already fixed in upstream, so you may also use latest git snapshot instead.