-
Notifications
You must be signed in to change notification settings - Fork 131
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 texworks on OSX Ventura / Apple Silicon #998
Comments
Thanks for testing and reporting. It seems there are several (potential) issues at play here:
Please have a look at the source code for automatic builds on GitHub Actions. It might include some workarounds for the specific GitHub environment (which has a bunch of things pre-installed), but generally it runs (and succeeds) regularly (currently on macOS 12.6.3, though). When we find working homebrew instructions I will happily update the wiki page, of course. |
It seems there is a recent problem with poppler and qt6 on macOS X. |
After comments on the draft PR, here is what works to build arm64 binaries with actual sources
From the local texworks root directory
I could not get rid of the exact Qt version, and this is a problem. If I remove this definition, I get next error running cmake
The only file available on my whole HD is
There is a second problem concerning universal binaries. It would be great if texworks was also available as an arm64 application. Usually Mac applications are universal in the sense that they contain both the x86_64 and arm64 binaries. Unfortunately, it seems that this cannot be achieved with actual source code, whatever command line option is used. |
In order to build universal macOS binaries, there might be a gihub action macos-universal-binary-action) |
Bug description:
Following instructions of Building-on-macOS-(Homebrew).
Downloading seems OK,
cmake -B build -S . -DQT_DEFAULT_MAJOR_VERSION=6
stops with outputI am not very familiar with cmake, I eventually found a fix by adding
/opt/homebrew
in variousPATHS
sections inFindHunspell.cmake
. Thehunspell
problem is solved.But then the problem goes with
poppler
, and I could not solve it on my own:The text was updated successfully, but these errors were encountered: