Perfect, thanks a million JonY :-)
Tony
JonY-3 wrote:
Docsonic wrote:
Thanks JonY but it still doesn't seem to work. My build.xml file (lines 178-185) is now...
178 description="compile the source to .o" > 179 180 <!-- Compile from source to build --> 181 <cc cc="${arch}gcc" cxx="${arch}g++ -I C:\mingw4\include\c++\4.2.0 -I C:\mingw4\include\c++\4.2.0\i686-pc-mingw32" 182 destdir="${build}/obj"> 183 <fileset dir="${src}"> 184 <!-- THINGS TO EXCLUDE --> 185 <exclude name="ast/.*"/>
...just to make sure I edited it correctly. I still get the same error that it can't find those 4 files, string, map, set and vector and I am using Inkscape-15896 sources with mingw-4.2.0-070518 and gtk210-070819. Is there anything else I might have missed?
Thanks again for your help,
Tony
Hi, I also forgot to tell you that you should also add the include flags when building buildtool.cpp. Build.xml is only used by btool to build inkscape. Use:
g++ -I C:\mingw4\include\c++\4.2.0 -I C:\mingw4\include\c++\4.2.0\i686-pc-mingw32 buildtool.cpp -o btool
Sorry again.
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user