epitzer / sparsehash

Automatically exported from code.google.com/p/sparsehash
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

sparseconfig.h is empty. #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
See issue 16

Original comment by csilv...@gmail.com on 10 Oct 2007 at 6:15