The updated build in 0.9 produces an empty sparseconfig.h file, which
prevents use of any of the collections.
To reproduce:
1. Extract the 0.9 source.
2. Run configure in the source directory.
3. Run make in the source directory.
4. Examine src/google/sparsehash/sparseconfig.h. It will be empty.
I suspect there is some problem with the awk command in the Makefile that
replaces the grep/fgrep commands in previous versions. I have not
attempted to debug the awk command myself.
Replacing the awk command with the grep/fgrep pipe from the 0.8 package
fixes the problem, and sparseconfig.h is created correctly.
This bug happens both when building in place and when building in a
separate build directory.
Original issue reported on code.google.com by roger.a....@gmail.com on 10 Oct 2007 at 6:09
Original issue reported on code.google.com by
roger.a....@gmail.com
on 10 Oct 2007 at 6:09