Difference between revisions of "Help:Contents"
m (Added wiki help section) |
(buildtool.cpp compile Error...) |
||
Line 1: | Line 1: | ||
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 | |||
#include <string> | |||
#include <map> | |||
#include <set> | |||
#include <vector> | |||
--------------------- | |||
Would you please allow me to ask you a question? | |||
Thank you. |
Revision as of 08:52, 5 September 2008
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
- include <string>
- include <map>
- include <set>
- include <vector>
Would you please allow me to ask you a question? Thank you.