Summary: | fails to build on macOS | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Yurii Kolesnykov <yurii.kolesnykov> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED WORKSFORME | ||
Severity: | grave | CC: | yurii.kolesnykov |
Priority: | NOR | ||
Version: | 3.4.6 | ||
Target Milestone: | --- | ||
Platform: | Homebrew (macOS) | ||
OS: | macOS | ||
URL: | https://gist.github.com/yurikoles/f4e8e3edef16df35b951126c440c41d1 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yurii Kolesnykov
2023-01-23 09:14:40 UTC
I'm going to be guessing in the dark here, since I don't have MacOS, and there may be many issues like this that are only encountered. one at a time. In file src/bibtexkeydialog.h, can you add #include <QAction> at line 28 before the include <QDialog> line and in src/detailedlistvew.h, include the same line #include <QAction> at line 35. Then try to recompile and let me know if that works. Like I said, I don't know if you'd need to do this to 20 files or just a few, until you try to repeatedly compile. I'm sorry for wasting your time. This is some heisenbug, it happened about a week ago with 3.4.5 and yesterday with 3.4.6, but today it's gone. And nothing from its dependency tree was updated from yesterday. I didn't touch any environment variables either, and brew cleans them out before every build in sandbox anyway. Anyway, here is brew gist-log for the successful build, if you're interested https://gist.github.com/yurikoles/162885de480b584a13c008d1a04767b5 |