-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
2.0 fails to build on NetBSD #37
Comments
That being said, I think it could be an issue with whatever your C compiler is. Or more specifically, maybe it's with the fact that a specific compiler is being provided at all. If you build from source, or if you unset |
Thanks!
Well actually this comes from
|
@Sweets, @Vapourium Building from git-HEAD (40612c9) solves the issue. |
The void maintainers advise that I use a release as opposed to a specific commit or HEAD, so I'm going to use the |
@Vapourium I know that, I use Void on another machine :) |
The patches come directly from the latest commits so when there is another release you won't need the patches anymore. |
I know. I was actually going to ask Sweets to bump the current tag, but I felt that it would've been too much. |
I’ll to bump the version with the next commit |
Changed the versioning system to be a little more flexible. 2.0-20211019 is the bumped tag and release. I'll start making releases more frequent for packagers. |
@Sweets this is great, thanks! Really appreciated. |
I don't really like the semantic versioning spec,not for the applications of projects like this anyways. Tiramisu-- and all of the other projects on my github for the matter--is just something I work on when I feel like it really. That being said though, it's always evolving or changing. Sometimes in the form of complete rewrites of the whole project, other times in the form of rewriting functions just because I don't like how they were previously implemented (c103aa3). In the case of the former, I might reversion the project to a 1.0, 2.0, 3.0, so on. In the case of the latter though, I'm adding no additional functionality, but also not really fixing any bugs or anything. I just didn't like it so I rewrote it. Anyways, I adopted part of the semantic versioning, with TL;DR Semantic versioning works, but I don't feel that it is completely applicable to my projects. |
Fair enough, thanks for the explanation. |
Wouldn't it make more sense to use Edit: The Void pull request has the following in the template:
So I think it's fine. |
Hi,
We are currently building
tiramisu
from the latest alpha-release.Today, I've tried to update to the 2.0-release but it now fails to build with the following error,
Yes, I've
vala
installed and listed as a dependency.Any pointers?
Thanks
The text was updated successfully, but these errors were encountered: