Package Details: nidhugg-git 0.2.r152.ea22422-2

Git Clone URL: https://aur.archlinux.org/nidhugg-git.git (read-only, click to copy)
Package Base: nidhugg-git
Description: A bug-finding tool for concurrency and weak-memory bugs in C and C++ programs
Upstream URL: https://github.com/nidhugg/nidhugg
Licenses: GPL
Conflicts: nidhugg
Provides: nidhugg
Submitter: margnus1
Maintainer: None
Last Packager: margnus1
Votes: 0
Popularity: 0.000000
First Submitted: 2017-08-26 12:21 (UTC)
Last Updated: 2018-10-02 11:38 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

a821 commented on 2025-06-15 18:42 (UTC)

It fails to build (after fixing sources). I get during ./configure

checking for sstream... yes
checking for stdexcept... yes
checking for string... yes
checking for vector... yes
checking for llvm/ADT/APInt.h... no
configure: error: in '/build/nidhugg-git/src/nidhugg':
configure: error: Could not find necessary headers.
See 'config.log' for more details

The file APInt.h is there, but the check for it fails.