This is because a couple of files were renamed. Your file list can be regenerated by simply deleting build.dep and running buildtool again. This avoids recompiling everything, like a "build clean" would do.
bob
rygle wrote:
Hi guys,
Having problems building the last two trunk revisions on Win32;
SVN 18500 gives me this;
Make error line 201: problem compiling: mingw32-g++: src/dom/svgparser.cpp: No s uch file or directory mingw32-g++: no input files =====
So I updated to SVN 18501, and someone changed main.cpp, which now gives me this error; ===== Make error line 201: problem compiling: src/main.cpp: In function 'void sp_do_ex port_png(SPDocument*)': src/main.cpp:1027: warning: 'sp_item_invoke_bbox' is deprecated (declared at src /sp-item.h:215) src/main.cpp: In function 'bool replaceArgs(int&, char**&)': src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::f tCreationTime' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::f tLastAccessTime' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::f tLastWriteTime' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::n FileSizeHigh' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::n FileSizeLow' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::d wReserved0' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::d wReserved1' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::c FileName' src/main.cpp:1419: warning: missing initializer for member '_WIN32_FIND_DATAW::c AlternateFileName' src/main.cpp:1523: error: invalid conversion from 'const gchar*' to 'gchar*' src/main.cpp:1523: error: initializing argument 1 of 'void std::vector<_Tp, _A lloc>::push_back(const _Tp&) [with _Tp = gchar*, _Alloc = std::allocator<gchar*> ]' =====
I don't think the first error has yet been dealt with, but the second error simply occurs before the first error gets a chance.
Cheers,
Rygle.