Issues building MINGW packages with clang #7589
Replies: 22 comments 116 replies
-
zlib: won't build shared library. See #7587 |
Beta Was this translation helpful? Give feedback.
-
pkg-config: couple of blow-ups in embedded glib. Stupid glib. Would have done pkgconf but it makedepends on cmake and I'm nowhere near getting its depends built yet. |
Beta Was this translation helpful? Give feedback.
-
gmp: I tried |
Beta Was this translation helpful? Give feedback.
-
ncurses:
|
Beta Was this translation helpful? Give feedback.
-
Circular dependencies galore... largely involving cmake, probably because that was a 'goal' package to hopefully unlock more packages. |
Beta Was this translation helpful? Give feedback.
-
mpdecimal: |
Beta Was this translation helpful? Give feedback.
-
libuv:
This looks familiar but I don't recall what if anything the outcome was... https://gitter.im/msys2/msys2?at=5faf347fb4283c208a63557a |
Beta Was this translation helpful? Give feedback.
-
Opening issues in Clang repo would be much easier to track, we could use labels for arch specific issues, etc. |
Beta Was this translation helpful? Give feedback.
-
well i can actually rebuild clang with clang itself now :) so it is definatly an improvement. |
Beta Was this translation helpful? Give feedback.
-
tesseract-ocr fails to link to libomp.
|
Beta Was this translation helpful? Give feedback.
-
time for an update :) |
Beta Was this translation helpful? Give feedback.
-
maybe this will also take care of tesseract-ocr ? -fopenmp=libomp since it looks like clang default links to libgomp if using just -fopenmp. |
Beta Was this translation helpful? Give feedback.
-
yes it works :)
no need for it in LIBS anymore. |
Beta Was this translation helpful? Give feedback.
-
drmingw this one is partially fixed, so feel free to build on my work :) it does build with clang* now but i had to make some rather nasty changes to get it going. |
Beta Was this translation helpful? Give feedback.
-
still a work in progress but i might have flang ready for the the clang packages. |
Beta Was this translation helpful? Give feedback.
-
P.s kirigami-qt5 is unbuildable with clang :S
|
Beta Was this translation helpful? Give feedback.
-
hmm another one was qtwebkit, had to remove -fno-keep-inline-dll-exports since the clang linker does not support it. |
Beta Was this translation helpful? Give feedback.
-
tulip:
This does look odd... the inner struct is not templatized so I don't know why they are trying to explicitly instantiate it (rather than the outer class). |
Beta Was this translation helpful? Give feedback.
-
ruby also seems to have some problems still, funny though the 32 bit version works but the 64 bit version cannot install gems (or rather it can but only a few like the deprecated ruby-hpricot), guess it is up to the maintainer to fix it properly for clang ucrt. |
Beta Was this translation helpful? Give feedback.
-
040-non-static-declaration.zip |
Beta Was this translation helpful? Give feedback.
-
intel-tbb fixored for clang :) |
Beta Was this translation helpful? Give feedback.
-
btw one question, atomic builtins do not seem to get built for standalone clang which leads to some odd build errors with x86_64, example vkd3d-proton cannot be built by the standalone x86_64 clang because of this. amx extensions will fail. |
Beta Was this translation helpful? Give feedback.
-
I don't know whether this repo will end up being used or if variants will end up being copied to CLANG-packages, so I don't want to spam issues for anything and everything as I encounter it. It seems like the threaded structure of 'discussions' could work well for this.
Beta Was this translation helpful? Give feedback.
All reactions