Help:Contents

From Inkscape Wiki
Revision as of 08:52, 5 September 2008 by Acrone (talk | contribs) (buildtool.cpp compile Error...)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

inkscape compile Error ocurrs.. Please help me.

Errors Detail..

complie execute "g++ buildtool.cpp -o btool"

<result> buildtool.cpp:53:18: error: string: No such file or directory buildtool.cpp:54:15: error: map: No such file or directory buildtool.cpp:55:15: error: set: No such file or directory buildtool.cpp:56:18: error: vector: No such file or directory buildtool.cpp:863: error: 'string' in namespace 'std' does not name a type buildtool.cpp:873: error: expected ',' or '...' before '&' token buildtool.cpp:873: error: ISO C++ forbids declaration of 'String' with no type buildtool.cpp:893: error: 'String' does not name a type buildtool.cpp:896: error: 'String' does not name a type buildtool.cpp:907: error: 'String' does not name a type buildtool.cpp:908: error: 'String' does not name a type ...

source Line 53-56

  1. include <string>
  2. include <map>
  3. include <set>
  4. include <vector>

Would you please allow me to ask you a question? Thank you.