I'm trying to compile a project using Code::Blocks with a MinGW compiler (Windows XP).
I have included the correct library file from boost and set the right include path but it doesn't seem to make any difference.
Here's the error. The impression I'm getting is PdfContentsGraph class is not initializing properly.
as the words "error: expected ';' before 'grapher' (grapher is the instance of the class PdfContentsGraph), indicate that the class PdfContentsGraph isn't recognized as a class when it needs to be. This error is in main.
Any clues as to what causes this?
2. C:\Documents and Settings\xxxx\My Documents\codeblock files\test3pdf\main.cpp||In function 'int main(int, char**)':|
3. C:\Documents and Settings\xxxx\My Documents\codeblock files\test3pdf\main.cpp|87|**error**: 'PdfContentsGraph' was not declared in this scope|
4. C:\Documents and Settings\xxxx\My Documents\codeblock files\test3pdf\main.cpp|87|**error**: expected ';' before 'grapher'|
5. ||=== Build finished: 2 errors, 0 warnings ===|