This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Problem with headers
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Problem with headers
- From: David Ronis <ronis at ronispc dot chem dot mcgill dot ca>
- Date: Mon, 23 Apr 2001 09:01:22 -0400
- Reply-to: ronis at onsager dot chem dot mcgill dot ca
I'm trying to build freeamp using gcc version 3.0 20010416
(prerelease). The build fails with:
/usr/include/g++-v3/hashtable.h:34:32: bits/stl_hashtable.h: No such file or directory
In file included from base/include/player.h:44,
from base/src/player.cpp:53:
/usr/include/g++-v3/hashtable.h:40: `hash' not declared
/usr/include/g++-v3/hashtable.h:41: `hashtable' not declared
make: *** [base/src/player.o] Error 1
Sure enough, there is no stl_hashtable.h file in
/usr/include/g++-v3/bits or in /usr/include/bits.
David