This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with headers



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]