Alexander Neumann

Results 375 comments of Alexander Neumann

hmm for some reason I would like to see patches for https://github.com/llvm/llvm-project/pull/79694 and https://github.com/llvm/llvm-project/pull/75711 applied so there is at least one place to get a useable clang-cl ;)

the gstreamer issues seems be missing an include folder. The glib pc files have the correct include paths and the meson logs also show them. So the build is probably...

According to the meson dependency logs from ci the pc file seems to be fine.

as a workaround: Instead of updating meson, patching would also be possible. This at least should take care of the gstreamer regressions.

@yurybura You already have the upstream patch you just need to supply it to the meson in vcpkg without updating it to 1.4 (at least I assume it is that...

probably because 3.12 drops distutils which might break downstream users.

Hmm ok that is exactly the same error I observed when trying to update gmp. Seems like something is missing here: ``` ./libtool: eval: line 10827: `dumpbin.exe -symbols -headers .libs/libgmp.la-2.obj...

https://lists.gnu.org/archive/html/bug-libtool/2015-07/msg00000.html

Found an old build log from the vcpkg-make PR. It shos the missing piece ``` libtool: link: dumpbin.exe -symbols -headers @.libs\\libgmp.la.nm | gawk ' {last_section=section; section=$ 3}; /^COFF SYMBOL TABLE/{for(i...

generated libtool diff: work vs broke [libtool.txt](https://github.com/microsoft/vcpkg/files/14237250/libtool.txt) It somehow identifies it as `BSD nm` ? I'll try to check MSYS_ROOT next