Difference between revisions of "Help:Contents"

From Inkscape Wiki
Jump to navigation Jump to search
m (Added wiki help section)
(buildtool.cpp compile Error...)
Line 1: Line 1:
For general help with Inkscape, please see:
inkscape compile Error ocurrs..
*Links on the wiki's [[Main_Page]]
Please help me.
*[[UserManual]]
*[http://lists.sourceforge.net/lists/listinfo/inkscape-user Inkscape Users Mailing List]


Related links:
Errors Detail..
*[[CommunicationChannels]] (for various other resources)
*[http://sourceforge.net/tracker/?group_id=93438&atid=604306 Inkscape Bug Tracker at Sourceforge]


Wiki help:
complie execute "g++ buildtool.cpp -o btool"
*[[Help:Editing]]
 
<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

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

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