Attempted build on MacOS fails #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
its same result with
xcrun swiftandswiftfrom homebrewYou can fix the warnings by removing the
--static-swift-stdlib. Unfortunately, I have no idea about the error messages. On my macOS installation, it works without any problems.Adwaita works best on Linux, so I recommend building Adwaita apps on Linux rather than macOS or Windows.
I am facing the same issue on the latest version of Xcode 16.4. Looks like the header file is installed (with brew)
/usr/local/Cellar/libadwaita/1.7.5/include/libadwaita-1/adwaita.hbut can't be found when building theCAdwshim.The project was newly setup, not via the template, as I don't like to use Flatpak. Both
Adwaitaandlocalizedwere added as a dependency.Adwaitawith the 0.1.0 release and Localized with the main branch (due to a not-yet release fix to allow it to compile on Mac OS.This could possibly be related to the newly introduced handling of package dependencies in Xcode, which by default is now done via the package dependencies manager. I do remember hitting a similar issue with a barcode library some years back, but I have to dig deeper into my memory to find the exact cause. My first impression is, that the path shown above is not searched as an include path by the compiler, as it has been installed outside of Xcode package management. I will look a bit further into that.