Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdl2-mixer with opusfile feature fails #6827

Closed
TheCycoONE opened this issue Jun 9, 2019 · 1 comment
Closed

sdl2-mixer with opusfile feature fails #6827

TheCycoONE opened this issue Jun 9, 2019 · 1 comment
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@TheCycoONE
Copy link
Contributor

Installing sdl2-mixer[libflac,mpg123,libmodplug,libvorbis,opusfile] fails with the build output pasted below. Without the opusfile feature the build is fine.

install-x64-windows-dbg-out.log

[1/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_cmd.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_cmd.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[2/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\load_aiff.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\load_aiff.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[3/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\load_voc.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\load_voc.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[4/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_flac.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_flac.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[5/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[6/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_mikmod.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_mikmod.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[7/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_mad.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_mad.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[8/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\effects_internal.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\effects_internal.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[9/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_fluidsynth.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_fluidsynth.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[10/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_modplug.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_modplug.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[11/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\effect_position.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\effect_position.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[12/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_timidity.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_timidity.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[13/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_mpg123.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_mpg123.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[14/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\effect_stereoreverse.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\effect_stereoreverse.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[15/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\mixer.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\mixer.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[16/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_opus.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_opus.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[17/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_ogg.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_ogg.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[18/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_nativemidi.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_nativemidi.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[19/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\music_wav.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\music_wav.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[20/24] "C:/Program Files/CMake/bin/cmcldeps.exe" RC E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\version.rc CMakeFiles\SDL2_mixer.dir\version.rc.res.d CMakeFiles\SDL2_mixer.dir\version.rc.res "Note: including file: " "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.21.27702/bin/Hostx64/x64/cl.exe" C:\PROGRA~2\WI3CF2~1\10\bin\100177~1.0\x64\rc.exe -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 -c65001 /DWIN32 /D_DEBUG /foCMakeFiles\SDL2_mixer.dir\version.rc.res E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\version.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384


Copyright (C) Microsoft Corporation.  All rights reserved.




[21/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\native_midi\native_midi_common.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\native_midi\native_midi_common.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[22/24] C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\cl.exe   -DMUSIC_FLAC -DMUSIC_MID_NATIVE -DMUSIC_MOD_MODPLUG -DMUSIC_MP3_MPG123 -DMUSIC_OGG -DMUSIC_OPUS -DMUSIC_WAV -DSDL2_EXPORTS -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include -IE:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\.\native_midi -IE:\GitHub\CorsixTH\vcpkg\installed\x64-windows\include\SDL2 /DWIN32 /D_WINDOWS /W3  /MP  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\SDL2_mixer.dir\native_midi\native_midi_win32.c.obj /FdCMakeFiles\SDL2_mixer.dir\ /FS -c E:\GitHub\CorsixTH\vcpkg\buildtrees\sdl2-mixer\src\2.0.4-a895b09396\native_midi\native_midi_win32.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.21.27702.2 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

[23/24] cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_dll --intdir=CMakeFiles\SDL2_mixer.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100177~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100177~1.0\x64\mt.exe --manifests  -- C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\link.exe  CMakeFiles\SDL2_mixer.dir\effect_position.c.obj CMakeFiles\SDL2_mixer.dir\effect_stereoreverse.c.obj CMakeFiles\SDL2_mixer.dir\effects_internal.c.obj CMakeFiles\SDL2_mixer.dir\load_aiff.c.obj CMakeFiles\SDL2_mixer.dir\load_voc.c.obj CMakeFiles\SDL2_mixer.dir\mixer.c.obj CMakeFiles\SDL2_mixer.dir\music.c.obj CMakeFiles\SDL2_mixer.dir\music_cmd.c.obj CMakeFiles\SDL2_mixer.dir\music_flac.c.obj CMakeFiles\SDL2_mixer.dir\music_fluidsynth.c.obj CMakeFiles\SDL2_mixer.dir\music_mad.c.obj CMakeFiles\SDL2_mixer.dir\music_mikmod.c.obj CMakeFiles\SDL2_mixer.dir\music_modplug.c.obj CMakeFiles\SDL2_mixer.dir\music_mpg123.c.obj CMakeFiles\SDL2_mixer.dir\music_ogg.c.obj CMakeFiles\SDL2_mixer.dir\music_opus.c.obj CMakeFiles\SDL2_mixer.dir\music_timidity.c.obj CMakeFiles\SDL2_mixer.dir\music_wav.c.obj CMakeFiles\SDL2_mixer.dir\version.rc.res CMakeFiles\SDL2_mixer.dir\music_nativemidi.c.obj CMakeFiles\SDL2_mixer.dir\native_midi\native_midi_common.c.obj CMakeFiles\SDL2_mixer.dir\native_midi\native_midi_win32.c.obj  /out:SDL2_mixer.dll /implib:SDL2_mixer.lib /pdb:SDL2_mixer.pdb /dll /version:0.0 /machine:x64 /debug /INCREMENTAL  E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\SDL2d.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\libmpg123.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\FLAC.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\modplug.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\vorbisfile.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\opusfile.lib Winmm.lib user32.lib gdi32.lib winmm.lib imm32.lib ole32.lib oleaut32.lib version.lib uuid.lib advapi32.lib shell32.lib dinput8.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib  && cd ."
FAILED: SDL2_mixer.dll SDL2_mixer.lib 
cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_dll --intdir=CMakeFiles\SDL2_mixer.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100177~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100177~1.0\x64\mt.exe --manifests  -- C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\link.exe  CMakeFiles\SDL2_mixer.dir\effect_position.c.obj CMakeFiles\SDL2_mixer.dir\effect_stereoreverse.c.obj CMakeFiles\SDL2_mixer.dir\effects_internal.c.obj CMakeFiles\SDL2_mixer.dir\load_aiff.c.obj CMakeFiles\SDL2_mixer.dir\load_voc.c.obj CMakeFiles\SDL2_mixer.dir\mixer.c.obj CMakeFiles\SDL2_mixer.dir\music.c.obj CMakeFiles\SDL2_mixer.dir\music_cmd.c.obj CMakeFiles\SDL2_mixer.dir\music_flac.c.obj CMakeFiles\SDL2_mixer.dir\music_fluidsynth.c.obj CMakeFiles\SDL2_mixer.dir\music_mad.c.obj CMakeFiles\SDL2_mixer.dir\music_mikmod.c.obj CMakeFiles\SDL2_mixer.dir\music_modplug.c.obj CMakeFiles\SDL2_mixer.dir\music_mpg123.c.obj CMakeFiles\SDL2_mixer.dir\music_ogg.c.obj CMakeFiles\SDL2_mixer.dir\music_opus.c.obj CMakeFiles\SDL2_mixer.dir\music_timidity.c.obj CMakeFiles\SDL2_mixer.dir\music_wav.c.obj CMakeFiles\SDL2_mixer.dir\version.rc.res CMakeFiles\SDL2_mixer.dir\music_nativemidi.c.obj CMakeFiles\SDL2_mixer.dir\native_midi\native_midi_common.c.obj CMakeFiles\SDL2_mixer.dir\native_midi\native_midi_win32.c.obj  /out:SDL2_mixer.dll /implib:SDL2_mixer.lib /pdb:SDL2_mixer.pdb /dll /version:0.0 /machine:x64 /debug /INCREMENTAL  E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\SDL2d.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\libmpg123.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\FLAC.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\modplug.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\vorbisfile.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\opusfile.lib Winmm.lib user32.lib gdi32.lib winmm.lib imm32.lib ole32.lib oleaut32.lib version.lib uuid.lib advapi32.lib shell32.lib dinput8.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib  && cd ."
LINK Pass 1: command "C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1421~1.277\bin\Hostx64\x64\link.exe CMakeFiles\SDL2_mixer.dir\effect_position.c.obj CMakeFiles\SDL2_mixer.dir\effect_stereoreverse.c.obj CMakeFiles\SDL2_mixer.dir\effects_internal.c.obj CMakeFiles\SDL2_mixer.dir\load_aiff.c.obj CMakeFiles\SDL2_mixer.dir\load_voc.c.obj CMakeFiles\SDL2_mixer.dir\mixer.c.obj CMakeFiles\SDL2_mixer.dir\music.c.obj CMakeFiles\SDL2_mixer.dir\music_cmd.c.obj CMakeFiles\SDL2_mixer.dir\music_flac.c.obj CMakeFiles\SDL2_mixer.dir\music_fluidsynth.c.obj CMakeFiles\SDL2_mixer.dir\music_mad.c.obj CMakeFiles\SDL2_mixer.dir\music_mikmod.c.obj CMakeFiles\SDL2_mixer.dir\music_modplug.c.obj CMakeFiles\SDL2_mixer.dir\music_mpg123.c.obj CMakeFiles\SDL2_mixer.dir\music_ogg.c.obj CMakeFiles\SDL2_mixer.dir\music_opus.c.obj CMakeFiles\SDL2_mixer.dir\music_timidity.c.obj CMakeFiles\SDL2_mixer.dir\music_wav.c.obj CMakeFiles\SDL2_mixer.dir\version.rc.res CMakeFiles\SDL2_mixer.dir\music_nativemidi.c.obj CMakeFiles\SDL2_mixer.dir\native_midi\native_midi_common.c.obj CMakeFiles\SDL2_mixer.dir\native_midi\native_midi_win32.c.obj /out:SDL2_mixer.dll /implib:SDL2_mixer.lib /pdb:SDL2_mixer.pdb /dll /version:0.0 /machine:x64 /debug /INCREMENTAL E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\SDL2d.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\libmpg123.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\FLAC.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\modplug.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\vorbisfile.lib E:\GitHub\CorsixTH\vcpkg\installed\x64-windows\debug\lib\opusfile.lib Winmm.lib user32.lib gdi32.lib winmm.lib imm32.lib ole32.lib oleaut32.lib version.lib uuid.lib advapi32.lib shell32.lib dinput8.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\SDL2_mixer.dir/intermediate.manifest CMakeFiles\SDL2_mixer.dir/manifest.res" failed (exit code 1120) with the following output:
Microsoft (R) Incremental Linker Version 14.21.27702.2
Copyright (C) Microsoft Corporation.  All rights reserved.

   Creating library SDL2_mixer.lib and object SDL2_mixer.exp
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_sync_init referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_sync_clear referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_sync_reset referenced in function op_seek_helper
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_sync_buffer referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_sync_wrote referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_sync_pageseek referenced in function op_get_next_page
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_sync_pageout referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_stream_pagein referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_stream_packetout referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_stream_init referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_stream_clear referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_stream_reset referenced in function op_pcm_seek_page
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_stream_reset_serialno referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_page_bos referenced in function op_fetch_headers_impl
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_page_granulepos referenced in function op_get_prev_page_serial
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_page_serialno referenced in function op_test
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol ogg_page_packets referenced in function op_pcm_seek_page
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol opus_packet_get_samples_per_frame referenced in function op_get_packet_duration
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol opus_packet_get_nb_frames referenced in function op_get_packet_duration
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol opus_pcm_soft_clip referenced in function op_float2short_filter
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol opus_multistream_decoder_create referenced in function op_make_decode_ready
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol opus_multistream_decode_float referenced in function op_decode
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol opus_multistream_decoder_ctl referenced in function op_update_gain
opusfile.lib(opusfile.c.obj) : error LNK2019: unresolved external symbol opus_multistream_decoder_destroy referenced in function op_make_decode_ready
SDL2_mixer.dll : fatal error LNK1120: 24 unresolved externals
ninja: build stopped: subcommand failed.
@LilyWangL LilyWangL added the category:port-bug The issue is with a library, which is something the port should already support label Jun 10, 2019
@JackBoosY
Copy link
Contributor

Hi @TheCycoONE, thanks for reporting this issue!
I've fixed this issue just now. Please update vcpkg and rebuild sdl2-mixer.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

3 participants