taskshell
taskshell copied to clipboard
Building fails on windows 10
Hello, I have the same problem again: https://github.com/GothenburgBitFactory/taskshell/issues/36
git clone --recursive -b 1.3.0 https://git.tasktools.org/EX/tasksh.git
is timing out, and
git clone --recursive -b 1.3.0 https://github.com/GothenburgBitFactory/taskshell
clones ok, and generates ok, but the projects fails to build saying "invalid numeric argument /Wextra"
git.tasktools.org does not exist anymore.
Which version of cmake, C-Compiler and libraries do you use?
Alright !
I'm using the git-sdk64 for windows as my base shell. cmake 3.12.2, visual studio 2017, msvc 14.15.26726
I'm not sure what other librairies it's using.
PS: while looking for a solution, it seemed to me that a lot of taskwarrior related places on internet are "gone" now, is there anything going on right now on the project ?
Currently we are only supporting GCC and clang, unfortunately we do not have any ideas about Visual Studio or msvc. Apart from CMake, make and a C-Compiler, you need libuuid and gnutls. Unfortunately you are on your own with that setting.
Taskwarrior is a Unix- / Linuxtool and these are the only platforms we support.
You can get Taskwarrior up and running with WSL, Windows Subsystem for Linux, this is proved to work.
We did a big rebuild of everything in February, maybe this is what you are referring to.
Then I'll install WSL, thanks for your help !
That may be the rebuild of February that broke some links. Should I report this somewhere ?