gcc-4.3.0 compilation problem

Kevin Kofler kevin.kofler at chello.at
Wed Feb 6 21:34:28 UTC 2008


Tanguy Eric <eric.tanguy <at> univ-nantes.fr> writes:
>http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/header-dep/freehdl-0.0.4-4.fc8.log

These are also all missing #include statements: wherever memcpy, strcpy, strlen 
etc. are undeclared, an #include <cstring> is needed, and either "using 
namespace std;" or "using std::memcpy;" and likewise for the other functions 
used.




More information about the devel mailing list