Package Details: cw 1.0.16-4

Git Clone URL: https://aur.archlinux.org/cw.git (read-only, click to copy)
Package Base: cw
Description: A non-intrusive real-time ANSI color wrapper for common unix-based commands
Upstream URL: http://cwrapper.sourceforge.net
Licenses: GPL
Conflicts: cw
Provides: cw
Submitter: martinbaillie
Maintainer: martinbaillie
Last Packager: martinbaillie
Votes: 7
Popularity: 0.000000
First Submitted: 2016-01-08 11:28 (UTC)
Last Updated: 2016-01-09 02:32 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

simona commented on 2025-03-11 22:48 (UTC)


creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

finkrer commented on 2020-03-31 21:54 (UTC) (edited on 2020-04-13 15:56 (UTC) by finkrer)

To make this compile, I changed both references to 'isastream' in cw.c to 'fcntl (slave, F_GETFD) < 0'.

Also, wrapping 'file' absolutely does cause issues, namely makepkg fails a lot of the time. I recommend disabling that particular wrapper.

Ataraxy commented on 2017-10-31 09:13 (UTC)

Please copy binaries rather than symlink them: # ls -ld /{usr,}/{s,}bin/cwe lrwxrwxrwx 1 root root 45 Aug 5 17:02 //bin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw lrwxrwxrwx 1 root root 45 Aug 5 17:02 //sbin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw lrwxrwxrwx 1 root root 45 Aug 5 17:02 /usr/bin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw lrwxrwxrwx 1 root root 45 Aug 5 17:02 /usr/sbin/cwe -> /home/ravi/.cache/pacaur/cw/pkg/cw/usr/bin/cw Also, please ensure the same are removed on uninstall (I have dead symlinks remaining)