I posted on wxWidget issue a while ago in the mac hugin builds thread. Maybe related to your issue? Cannot link to messages but below is my post. Fresh build compiled on macOS Sequoia 15.5. Probably will work on older arm64 machines. *ONLY works on apple silicon macs.*
Unofficial test build. *Download:* https://github.com/dannephoto/hugin/releases/download/hugin/Hugin-2024.0.1.dmg Always run following in terminal after install to bypass mac sandboxing issues: xattr -cr drag/Hugin/root/folder/here and press enter. *Source:* https://github.com/dannephoto/hugin *Commit:* https://github.com/dannephoto/hugin/commit/d8e172c0e9f4e9dedae08f37abbe5ae18cddb78d Note: I commented out following in *src/hugin1/hugin/MainFrame.cpp* as it will make Hugin to crash even though I am on *wxWidgets-3.2.2.1*. //Below check will cause wxWidget issues crashes Hugin on startup //#if wxCHECK_VERSION(3,1,6) // bitmap.SetScaleFactor(GetDPIScaleFactor()); //#endif Not sure if it is something needs fixing or if compiler needs tweaking. Please report if testing this version what works and not. Happy testing! Visa citerad text Den mån 18 aug. 2025 09:37Justin Zobel <[email protected]> skrev: > Boost 1.89.0 is compiled earlier in the build but hugin appears to refuse > to use it. > > https://github.com/flathub-infra/vorarbeiter/actions/runs/16965597681/job/48088699492#step:14:69856 > > -- > A list of frequently asked questions is available at: > http://wiki.panotools.org/Hugin_FAQ > --- > You received this message because you are subscribed to the Google Groups > "hugin and other free panoramic software" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/hugin-ptx/ca92c49c-441d-4dc6-8bee-264e5a4789fen%40googlegroups.com > <https://groups.google.com/d/msgid/hugin-ptx/ca92c49c-441d-4dc6-8bee-264e5a4789fen%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/hugin-ptx/CAHk3tqj%2BqN9CeGbE%2B56kWsdNqDebX9EBT0eSUarXMrvLM%3D8NoA%40mail.gmail.com.
