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

I can't build 3.0 on ubuntu (pop_os) #3434

Closed
simonlearnscoding opened this issue May 2, 2024 · 7 comments
Closed

I can't build 3.0 on ubuntu (pop_os) #3434

simonlearnscoding opened this issue May 2, 2024 · 7 comments

Comments

@simonlearnscoding
Copy link

I downloaded 3.0 and running cmake . -DCMAKE_BUILD_TYPE=Release I get and 101 error on the call stack _deps/corrosion-src/cmake/CorrosionGenerator.cmake

@djmitche
Copy link
Collaborator

djmitche commented May 2, 2024

Could you copy/paste the whole error?

@felixschurk
Copy link
Collaborator

@simonlearnscoding
You should also opt for an out-of-source build over e.g.
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release

More detail can be seen in Development.md.

@simonlearnscoding
Copy link
Author

hey I just wanted to tell you that I was able to build by pulling and then checking out the stable branch but it seems like the default download link that is provided in the website might not link to stable by default

@djmitche
Copy link
Collaborator

djmitche commented May 8, 2024

Oh, I bet you downloaded the zip or tar file provided automatically by GitHub? The task-x y.z.tar.gz is the only one that works. The others are just the result of git archive.

@felixschurk
Copy link
Collaborator

I guess he was refering to the link on the homepage for the downloads, there still is the 3.0.0 in tar.gz linked as latest stable.
The link leads to https://taskwarrior.org/download/task-3.0.0.tar.gz

@simonlearnscoding
Copy link
Author

Yes exactly that's where I got it from

@djmitche
Copy link
Collaborator

djmitche commented May 9, 2024

You'll want to install 3.0.2 from https://github.com/GothenburgBitFactory/taskwarrior/releases/tag/v3.0.2.

It looks like GothenburgBitFactory/tw.org#800 fixes a bug that was causing taskwarrior.org not to update. And, GothenburgBitFactory/tw.org#801 adds 3.0.2 to the site.

It seems this is a duplicate of #3294. It's helpful when reporting an error to include the entire error, as text. That would have helped us narrow this down sooner!

@djmitche djmitche closed this as completed May 9, 2024
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

3 participants