Menu

#1 GCC 3.3 Compile Problems

open
nobody
None
5
2004-01-30
2004-01-30
No

The following files do not compile using GCC 3.3
compiler because of references to assert() in those
files do not include the appropriate header file:

./sys/SignalHandler.cpp
./http/HeaderReader.cpp
./http/HttpFile.cpp
./stat/Statistics.cpp
./utils/Regex.cpp:

My fix was to add "#include <cassert>" in the list of
included files in each of them.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB