Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building fails on windows 10 #49

Open
MartyLake opened this issue Dec 12, 2018 · 4 comments
Open

Building fails on windows 10 #49

MartyLake opened this issue Dec 12, 2018 · 4 comments

Comments

@MartyLake
Copy link

Hello, I have the same problem again: #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"

@ddeimeke
Copy link

git.tasktools.org does not exist anymore.

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

@MartyLake
Copy link
Author

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 ?

@ddeimeke
Copy link

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.

@MartyLake
Copy link
Author

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants