Displaying 2 results from an estimated 2 matches for "_imp__waveoutclose".
Did you mean:
__imp__waveoutclose
2016 Jul 08
3
failure with latest cross compiling
...ned reference to
`_imp__waveOutWrite at 12'
speexdec.o:speexdec.c:(.text+0xa45): undefined reference to
`_imp__waveOutUnprepareHeader at 12'
speexdec.o:speexdec.c:(.text+0xaae): undefined reference to
`_imp__waveOutReset at 4'
speexdec.o:speexdec.c:(.text+0xabf): undefined reference to
`_imp__waveOutClose at 4'
collect2: error: ld returned 1 exit status
Makefile:445: recipe for target 'speexdec.exe' failed
Cheers!
2016 Jul 11
1
failure with latest cross compiling
...t; speexdec.o:speexdec.c:(.text+0xa45): undefined reference to
>> `_imp__waveOutUnprepareHeader at 12'
>> speexdec.o:speexdec.c:(.text+0xaae): undefined reference to
>> `_imp__waveOutReset at 4'
>> speexdec.o:speexdec.c:(.text+0xabf): undefined reference to
>> `_imp__waveOutClose at 4'
>> collect2: error: ld returned 1 exit status
>> Makefile:445: recipe for target 'speexdec.exe' failed
Should be fixed in master now, let me know if you have any futher issues.[1][2]
Best,
Tristan
[1] https://git.xiph.org/?p=speex.git;a=commit;h=b35c295682a3d257ddef...