@Tomas One of the fixes I had to do to get things to compile is remove the return false; at src/hugin1/stitch_project/hugin_stitch_project.cpp:126, since this is not a compatible type with a constructor return type.
I’m not sure what the appropriate behaviour is (return; nothing, or abort). I have two other patches to the source code which I am confident in, and then I’ll have the dependency update. Guillaume Le 21 nov. 2025 à 20:07, dudek53 <[email protected]> a écrit : Impressive. Works. At least opens up and I can add images. Unfortunately I never use hugin personally, only enfuse and align_image_stack but even to get the program opened and chewing files indicates stellar progress. Tested on Macbook Pro M4 Sequoia 15.5. as usual in terminal to bypass gatekeeper. xattr -cr drag/hugin/folder/here enter. On Fri, Nov 21, 2025 at 7:58 PM Guillaume Didier <[email protected]<mailto:[email protected]>> wrote: That possibly unstable build can be obtained at https://vrac.sobex.net/Hugin-2025.1.0.dmg It’s sha512sum is 7325416f700b7955f73486b65030a3a604c2507c0fce617b5e5951dd1ce1f73f74f7439c245c8ff4e143e02926a4b0b7d8b7d33abb840678192a2f4466c24d51 Hugin-2025.1.0.dmg If anyone wants to test it (and find more bugs). @dudek53 I assume you may have some ideas of the stuff you patched, if things still blow up, it would be interesting to know, so we can get these fixes. Guillaume Le 21 nov. 2025 à 19:50, Guillaume Didier <[email protected]<mailto:[email protected]>> a écrit : As an additionnel goody, I got OpenMP to work. (There’s just a deprecation warning triggered in enabled-enfuse. OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead. Have we got any effective way of communicating with enabled-enfuse to see if that can be fixed ? I confirm the build is fixed and Hugin now runs properly. I’ll see tomorrow if I can clean up my patches (there’s one wxWidget change I’ve dealt with myself, the massive dependency upgrade which should definitely be reviewed, and then the OpenMP stuff still need some work, since it currently uses a ugly hack : (I replaced my brew-LLVM's libomp with a symlink to the one built for the correct Deployment Target, but that’s not a good idea). (Note, I’m a git person, not a hg one, so I could use some non-null pointers on how to properly send you my work for upstreaming). dudek53 also has a few more stuff on his side which should probably be reviewed too. (The Nona GPU thing for instance). Guillaume Le 21 nov. 2025 à 19:35, 'T. Modes' via hugin and other free panoramic software <[email protected]<mailto:[email protected]>> a écrit : Hi Guillaume, Guillaume DIDIER schrieb am Freitag, 21. November 2025 um 19:18:08 UTC+1: This indeed fixes the nullptr issue. Ok. I committed then the changes to default branch. Here is the next issue. The missing data files are all SVG files, and are not found in the bundle (I see no SVG files in it). (I do not see a single SVG file in the build tree, perhaps the bundle build process, by passes install and copy stuff separately, or this is done I think I found the missing part (see changeset 6dcb654aa654). I added the svg files to the list which should be copied to the bundle. I hope this fixes the issue. Otherwise it should give you a hint where to look Thomas -- 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]<mailto:[email protected]>. To view this discussion visit https://groups.google.com/d/msgid/hugin-ptx/e3aa43a2-a008-470b-86f2-bb62f14837e1n%40googlegroups.com<https://groups.google.com/d/msgid/hugin-ptx/e3aa43a2-a008-470b-86f2-bb62f14837e1n%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]<mailto:[email protected]>. To view this discussion visit https://groups.google.com/d/msgid/hugin-ptx/4E9F7815-0D50-4856-8B8F-DAB0D46CE782%40outlook.fr<https://groups.google.com/d/msgid/hugin-ptx/4E9F7815-0D50-4856-8B8F-DAB0D46CE782%40outlook.fr?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/15EBD14E-1085-46CE-BBB0-EC1708145F88%40outlook.fr.
