GCC 3.3 Compile Problems
Brought to you by:
rzymek
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.