From: Stefan S. <se...@sy...> - 2010-02-10 22:44:35
|
Adam, On 02/10/2010 05:31 PM, Adam Richard wrote: > 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>". > OpenC++ is very much outdated at this point, hasn't been worked on, or even maintained, for a couple of years. I believe I was the last one doing active work on / with it, as I branched from it to develop a C++ parser for Synopsis (http://synopsis.fresco.org). You may want to look there, and try to see whether its C++ parser frontend is useful enough for your needs. Regards, Stefan -- ...ich hab' noch einen Koffer in Berlin... |