The reason there was no diff from me sooner is I tried to implement this using Clang/llvm. Clang compiled great but ran into hundreds of linking errors along the lines of “Discarded symbols in section….”. This was my first foray into LLVM/Clang, so I was going to do more research when Kent sent me his diff, which works great.
- Eric On Apr 28, 2015, at 12:34 PM, Vadim Zhukov <[email protected]> wrote: > 28 апр. 2015 г. 20:42 пользователь "Kent R. Spillner" <[email protected]> > написал: >> >> This diff updates TaskWarrior to v2.4.3. The build now requires a >> C++11-compatible compiler so use the gcc4 module, and uses lang/python >> to precompile the export-{sql,xml}.py add-on scripts. >> >> MAINTAINER ok'ed this diff. Ok to commit? > > Was it tried with CLang? It's better than GCC4 module due to not using > libestdc++. > > -- > Vadim Zhukov
