taskshell icon indicating copy to clipboard operation
taskshell copied to clipboard

Building fails on windows 10

Open MartyLake opened this issue 6 years ago • 4 comments

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"

MartyLake avatar Dec 12 '18 21:12 MartyLake

git.tasktools.org does not exist anymore.

Which version of cmake, C-Compiler and libraries do you use?

ddeimeke avatar Dec 13 '18 05:12 ddeimeke

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 ?

MartyLake avatar Dec 13 '18 19:12 MartyLake

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.

ddeimeke avatar Dec 14 '18 05:12 ddeimeke

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 ?

MartyLake avatar Jan 06 '19 20:01 MartyLake