tags 520598 +patch
thanks
A simple test app that reproduces this issue:
#include
int main() {
}
The problem seems to be that g++-4.3 puts hash_fun.h in a different
location from g++-4.1 and g++-4.2. Sparsehash uses whatever the location
was for the default compiler at the time it was built.
Package: sparsehash
Severity: serious
google/sparse_hash_set includes ext/hash_fun.h, which is not found:
configure:6326: checking google/sparse_hash_set usability
configure:6338: g++ -c -g -O2 -I/usr/lib/openmpi/include conftest.cc >&5
In file included from conftest.cc:76:
/usr/include/google/s
2 matches
Mail list logo