(CB) newbie, with pre-existing mingw installation, trying to build from SVN source.
found nightly install instrucs, tried to follow, with patches
Fetched SVN source
Opened CodeBlocks.cbp, attempted build.
Got complaint from cc1plus.exe, didn't like -Winvalid-pch - found item in options tab somewhere removed.
Tried again, reached tinyxml, where 4 source items were compiled (in earlier attempt), then
and now, get final result of:
Linking static library: sdk\tinyxml\libtxml.a
ar.exe: sdk\tinyxml\libtxml.a: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
have searched, and can't find libtxml.a, did find four .o's which I guess were supposed to be in it (were built in earlier build run.)
What's wrong? (I saw comments about some fairly recent changes regarding paths and variables - related?)
Thanks.
add'l info after looking more:
tinywxuni.cpp is not shown among attempted compile items for tinyxml although appears in project
From right-click menu, attempt to build, fails to find "wx/setup.h", which is included from "platform.h".
Search of wxwidgets tree finds several wx/.../setup.h files, but none at wx directory tree level...
don't know what's right, but tried copying wx/msw/setup.h to wx/setup.h, played with global wx var paths, finally got tinywxuni.cpp to compile, but still get same final result above.
...Just found tinywxuni.<cpp,h> are not checked as target files to build, so guess that's not the problem...