Re: [Mingw-w64-public] undefined reference to __udivmoddi4 with GCC 11.1.0

2021-05-06 Thread Jonas Kvinge

On 06.05.2021 04:38, Liu Hao wrote:
> 在 5/5/21 6:48 PM, Jonas Kvinge 写道:
>> Hi
>>
>> I'm trying to build with GCC 11.1.0, but getting the following udefined
>> reference with i686-w64-mingw32.shared.
>>
>> x86_64-w64-mingw32.shared works.
>>
>> i686-w64-mingw32.shared/gcc-11.1.0.build_.pthreads/../gcc-11.1.0.build_/mingw-w64-v8.0.0/mingw-w64-libraries/winpthreads/src/clock.c:122:
>>
>> undefined reference to `__udivmoddi4'
>>
>> Any idea how to fix it?
>>
>>
> 
> Please test the attached patch.
> 
> This quad division routine was named `__qdivrem()`.
> 
> 

Thanks, the patch works.

Jonas


___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] IAudioClient3 for gstreamer wasapi2

2020-12-14 Thread Jonas Kvinge
Hi

I need to compile gstreamer-plugins-bad with wasapi2. But this requires
IAudioClient3.

Is this possible to add, are there any plans to add it?

Header  has symbol "IAudioClient3" with dependencies
-lole32, -lksuser, -lruntimeobject, -lmmdevapi: NO

sys/wasapi2/meson.build:44:4: ERROR: Problem encountered: wasapi2 plugin
was enabled explicitly, but IAudioClient3 is unavailable

A full log can be found at
/home/jonas/Projects/strawberry/strawberry-mxe/tmp-gst-plugins-bad-x86_64-w64-mingw32.shared/gst-plugins-bad-1.18.2.build_/meson-logs/meson-log.txt
make[1]: *** [Makefile:872:
build-only-gst-plugins-bad_x86_64-w64-mingw32.shared] Error 1
make[1]: Leaving directory '/home/jonas/Projects/strawberry/strawberry-mxe'

Jonas




___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public