Search Criteria
Package Details: cmyktool 0.1.6_pre1-1
Git Clone URL: | https://aur.archlinux.org/cmyktool.git (read-only, click to copy) |
---|---|
Package Base: | cmyktool |
Description: | Utility intended to build on the functionality of my old CMYK separation plugin for the GIMP. |
Upstream URL: | http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool |
Licenses: | |
Submitter: | jgmdev |
Maintainer: | jgmdev |
Last Packager: | jgmdev |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-23 16:26 |
Last Updated: | 2015-12-23 17:07 |
Latest Comments
dreieck commented on 2020-06-14 11:33
Also fails to build for me:
Aerion commented on 2016-11-16 15:36
Unfortunately the package fails to build with the following error:
/usr/include/c++/6.2.1/tuple:1586:70: error: ‘RefCountPtr_Counter::RefCountPtr_Counter(DeletionSemantics, unsigned int)’ is private within this context
second(std::forward<_Args2>(std::get<_Indexes2>(__tuple2))...)
^
In file included from refcountptr.cpp:1:0:
refcountptr.h:32:2: note: declared private here
RefCountPtr_Counter(DeletionSemantics semantics=DELETION_DELETE,unsigned c = 0) : semantics(semantics), count(c)
^~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:375: refcountptr.lo] Error 1
make[2]: Leaving directory '/home/aerion/aur/cmyktool/src/cmyktool-0.1.6-pre1/support'
make[1]: *** [Makefile:740: all-recursive] Error 1
make[1]: Leaving directory '/home/aerion/aur/cmyktool/src/cmyktool-0.1.6-pre1'
make: *** [Makefile:503: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
I tried it with pacaur, as well as a manual install, both with the same error.