Compiling on Win32
Oops.... who woulda thought 'send' had a keyboard shortcut? Here is my complete question....
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: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
followed by a lot more that seem to be related to these initial errors. I found the files in question in C:\mingw4\include\c++\4.2.0 but I have no idea how to make g++ see them.
Any ideas what I am doing wrong?
Thanks,
Tony
participants (1)
-
Docsonic