From: Adam R. <ric...@gm...> - 2010-02-10 22:31:31
|
Hi, I've been considering using OpenC++ to write some static analyses. When I try to build it, I get errors that strlen (and other C string functions) can't be found. It looks like in several places there are missing "#include <cstring>" directives, which perhaps work on other platforms, but not on mine (Ubuntu Linux x86, gcc 4.3.2). I'm guessing they work elsewhere because the "#include <string>" directives are loosely interpreted as "#include <string.h>". |