pal1000

Results 288 comments of pal1000

@sroller, 2.17.0 is available but is not posted [here](https://git-scm.com/download/win) for some reason. A more direct link would be: [https://github.com/git-for-windows/git/releases/latest](https://github.com/git-for-windows/git/releases/latest).

Ask on specialized forum such as [MDL](https://forums.mydigitallife.net/threads/update-realtek-high-definition-audio.72236/), [tenforums](https://www.tenforums.com/), [elevenforum](https://www.elevenforum.com/) or [bleepingcomputer forums](https://www.bleepingcomputer.com/forums/).

I don't know what to do for clang32 prefix.

Call @lazka @MehdiChinoune for feedback and assistance.

This discussion from #12306 needs addressing > Feel free to discuss it in the discussion page of this repository or in discord or gitter. I have been compiling mesa to...

@lygstate I re-enabled clang32 build in #13961 so you can take a look if it fails.

Yeah, you may be running a legacy HDA driver which means you have to go through [this](https://github.com/pal1000/Realtek-UAD-generic#switching-from-other-realtek-hd-audio-drivers). It's a drag, but it is what it is.

`-Dc_links_args="-lintl -liconv" -Dcpp_links_args="-lintl -liconv"` should get the build working. The problem is libintl doesn't have a pkg-config file. I encountered something similar [when building Mesa3D statically](https://github.com/msys2/MINGW-packages/issues/11916).

The bug is with gettext not providing a pkgconfig file. Same problem as [here](https://github.com/msys2/MINGW-packages/issues/11916#issuecomment-1184466903). Though it also worth looking how glib2 lookup gettext dependency to make sure it's doing the...