Difference between revisions of "Help:Contents"

From Inkscape Wiki
Jump to navigation Jump to search
(buildtool.cpp compile Error...)
m (Reverted edits by Acrone (Talk); changed back to last version by Jfaith)
Line 1: Line 1:
inkscape compile Error ocurrs..
For general help with Inkscape, please see:
Please help me.
*Links on the wiki's [[Main_Page]]
*[[UserManual]]
*[http://lists.sourceforge.net/lists/listinfo/inkscape-user Inkscape Users Mailing List]


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


complie execute "g++ buildtool.cpp -o btool"
Wiki help:
 
*[[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 16:46, 7 November 2008

For general help with Inkscape, please see:

Related links:

Wiki help: