Search Criteria
Package Details: fswatch 1.17.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fswatch.git (read-only, click to copy) |
---|---|
Package Base: | fswatch |
Description: | A cross-platform file change monitor with multiple backends: Apple OS X File System Events API, *BSD kqueue, Linux inotify, Microsoft Windows and a stat-based backend |
Upstream URL: | https://emcrisostomo.github.io/fswatch/ |
Licenses: | GPLv3 |
Submitter: | flaviut |
Maintainer: | nvllsvm |
Last Packager: | nvllsvm |
Votes: | 24 |
Popularity: | 0.014961 |
First Submitted: | 2015-10-04 22:48 (UTC) |
Last Updated: | 2022-06-26 06:05 (UTC) |
Latest Comments
flaviut commented on 2022-06-20 01:46 (UTC)
Interesting @kicer, I get that same issue. Looking at config.log, it's clang complaining about one of the arguments:
This argument comes from my /etc/makepkg.conf, under DEBUG_CFLAGS and DEBUG_CXXFLAGS. Deleting this argument from those flags fixes the problem.
This has no impact on debugging quality, because:
Kicer commented on 2022-06-19 17:40 (UTC)
does not build with error: configure: error: *** A compiler with support for C++11 language features is required.