Docsonic schrieb:
I followed the directions from JonY to compile the SVN on Win32 (I know I don't really need to as the new win builds are perfect but I enjoy the challenge) and I keep hitting the same problem. When I run 'g++ buildtool.cpp -o btool' I get a string of errors starting with -
buildtool.cpp:53:18: error: string: No such file or directory buildtool.cpp:53:18: error: string: No such file or directory buildtool.cpp:53:18: error: string: No such file or directory
Have you the complete compiler package? Looks that it can not find the string package. Check http://inkscape.modevia.com/win32libs to get the latest packages.
1. Compiler should be in c:\mingw\ 2. call mingwenv.bat from the same command where you call "g++ buildtool.cpp -o btool"
HTH,
Adib.