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

link.exe failed with exit code 1158 #389

Open
DJStompZone opened this issue Apr 18, 2023 · 2 comments
Open

link.exe failed with exit code 1158 #389

DJStompZone opened this issue Apr 18, 2023 · 2 comments

Comments

@DJStompZone
Copy link

Upon attempting to install with pip install aubio, I'm met with a rather hefty error after a few minutes of attempting to build, the tail of which is:

aubiomodule.obj : warning LNK4197: export 'PyInit__aubio' specified multiple times; using first specification
         Creating library build\temp.win-amd64-cpython-310\Release\python\ext\_aubio.cp310-win_amd64.lib and object build\temp.win-amd64-cpython-310\Release\python\ext\_aubio.cp310-win_amd64.exp
      Generating code
      Finished generating code
      LINK : fatal error LNK1158: cannot run 'rc.exe'
      error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit code 1158
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for aubio
  Running setup.py clean for aubio
Failed to build aubio
ERROR: Could not build wheels for aubio, which is required to install pyproject.toml-based projects
Reveal More Error Text (Warning: Quite Chonky)
    {{ TRUNCATED DUE TO COMMENT LENGTH RESTRICTIONS }}
    src\spectral\dct_plain.c(57): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\spectral\dct_plain.c(61): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\spectral\dct_plain.c(63): warning C4244: 'function': conversion from 'uint_t' to 'float', possible loss of data
    src\spectral\dct_plain.c(63): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\dct_plain.c(69): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\spectral\dct_plain.c(73): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\spectral\dct_plain.c(75): warning C4244: 'function': conversion from 'uint_t' to 'float', possible loss of data
    src\spectral\dct_plain.c(75): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\fft.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\fft.obj
    fft.c
    src\spectral\fft.c(467): warning C4244: 'initializing': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\fft.c(494): warning C4305: '=': truncation from 'double' to 'smpl_t'
    src\spectral\fft.c(523): warning C4305: '=': truncation from 'double' to 'smpl_t'
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\filterbank.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\filterbank.obj
    filterbank.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\filterbank_mel.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\filterbank_mel.obj
    filterbank_mel.c
    src\spectral\filterbank_mel.c(96): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\filterbank_mel.c(105): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\spectral\filterbank_mel.c(204): warning C4244: 'function': conversion from 'uint_t' to 'float', possible loss of data
    src\spectral\filterbank_mel.c(174): warning C4305: 'initializing': truncation from 'double' to 'const smpl_t'
    src\spectral\filterbank_mel.c(175): warning C4305: 'initializing': truncation from 'double' to 'const smpl_t'
    src\spectral\filterbank_mel.c(176): warning C4305: 'initializing': truncation from 'double' to 'const smpl_t'
    src\spectral\filterbank_mel.c(227): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\filterbank_mel.c(258): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\filterbank_mel.c(290): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\mfcc.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\mfcc.obj
    mfcc.c
    src\spectral\mfcc.c(79): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\spectral\mfcc.c(81): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\spectral\mfcc.c(82): warning C4244: 'function': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\mfcc.c(165): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\spectral\mfcc.c(172): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\spectral\mfcc.c(178): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\ooura_fft8g.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\ooura_fft8g.obj
    ooura_fft8g.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\phasevoc.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\phasevoc.obj
    phasevoc.c
    src\spectral\phasevoc.c(130): warning C4305: '=': truncation from 'double' to 'smpl_t'
    src\spectral\phasevoc.c(132): warning C4305: '=': truncation from 'double' to 'smpl_t'
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\specdesc.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\specdesc.obj
    specdesc.c
    src\spectral\specdesc.c(118): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\specdesc.c(146): warning C4244: 'function': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\specdesc.c(215): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\spectral\specdesc.c(228): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\spectral\specdesc.c(322): warning C4305: 'function': truncation from 'double' to 'smpl_t'
    src\spectral\specdesc.c(323): warning C4305: '=': truncation from 'double' to 'smpl_t'
    src\spectral\specdesc.c(328): warning C4305: 'function': truncation from 'double' to 'smpl_t'
    src\spectral\specdesc.c(329): warning C4305: '=': truncation from 'double' to 'smpl_t'
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\statistics.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\statistics.obj
    statistics.c
    src\spectral\statistics.c(90): warning C4244: 'function': conversion from 'uint_t' to 'float', possible loss of data
    src\spectral\statistics.c(150): warning C4244: '-=': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\statistics.c(160): warning C4244: '-=': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\statistics.c(196): warning C4305: '*=': truncation from 'double' to 'smpl_t'
    src\spectral\statistics.c(202): warning C4244: '=': conversion from 'uint_t' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\spectral\tss.c /Fobuild\temp.win-amd64-cpython-310\Release\src\spectral\tss.obj
    tss.c
    src\spectral\tss.c(60): warning C4244: 'function': conversion from 'double' to 'smpl_t', possible loss of data
    src\spectral\tss.c(76): warning C4244: '=': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\spectral\tss.c(84): warning C4244: '=': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\spectral\tss.c(103): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\synth\sampler.c /Fobuild\temp.win-amd64-cpython-310\Release\src\synth\sampler.obj
    sampler.c
    src\synth\sampler.c(63): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt\string.h(340): note: see declaration of 'strncpy'
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\synth\wavetable.c /Fobuild\temp.win-amd64-cpython-310\Release\src\synth\wavetable.obj
    wavetable.c
    src\synth\wavetable.c(55): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\synth\wavetable.c(62): warning C4244: 'function': conversion from 'double' to 'smpl_t', possible loss of data
    src\synth\wavetable.c(158): warning C4305: 'function': truncation from 'double' to 'smpl_t'
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\tempo\beattracking.c /Fobuild\temp.win-amd64-cpython-310\Release\src\tempo\beattracking.obj
    beattracking.c
    src\tempo\beattracking.c(78): warning C4305: '=': truncation from 'double' to 'smpl_t'
    src\tempo\beattracking.c(82): warning C4244: '=': conversion from 'smpl_t' to 'uint_t', possible loss of data
    src\tempo\beattracking.c(103): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\tempo\beattracking.c(65): warning C4244: 'initializing': conversion from 'double' to 'smpl_t', possible loss of data
    src\tempo\beattracking.c(167): warning C4244: '+=': conversion from 'double' to 'smpl_t', possible loss of data
    src\tempo\beattracking.c(179): warning C4244: '=': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\tempo\beattracking.c(196): warning C4244: '=': conversion from 'float' to 'uint_t', possible loss of data
    src\tempo\beattracking.c(202): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\tempo\beattracking.c(261): warning C4244: '=': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\tempo\beattracking.c(354): warning C4244: 'function': conversion from 'smpl_t' to 'uint_t', possible loss of data
    src\tempo\beattracking.c(357): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\tempo\beattracking.c(370): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\tempo\beattracking.c(427): warning C4244: 'return': conversion from 'double' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\tempo\tempo.c /Fobuild\temp.win-amd64-cpython-310\Release\src\tempo\tempo.obj
    tempo.c
    src\tempo\tempo.c(97): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\tempo\tempo.c(117): warning C4244: 'return': conversion from 'double' to 'smpl_t', possible loss of data
    src\tempo\tempo.c(126): warning C4244: '=': conversion from 'smpl_t' to 'sint_t', possible loss of data
    src\tempo\tempo.c(131): warning C4244: 'function': conversion from 'double' to 'smpl_t', possible loss of data
    src\tempo\tempo.c(143): warning C4244: 'return': conversion from 'double' to 'smpl_t', possible loss of data
    src\tempo\tempo.c(188): warning C4244: 'function': conversion from 'double' to 'uint_t', possible loss of data
    src\tempo\tempo.c(192): warning C4305: '=': truncation from 'double' to 'smpl_t'
    src\tempo\tempo.c(205): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt\string.h(340): note: see declaration of 'strncpy'
    src\tempo\tempo.c(207): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt\string.h(340): note: see declaration of 'strncpy'
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\temporal\a_weighting.c /Fobuild\temp.win-amd64-cpython-310\Release\src\temporal\a_weighting.obj
    a_weighting.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\temporal\biquad.c /Fobuild\temp.win-amd64-cpython-310\Release\src\temporal\biquad.obj
    biquad.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\temporal\c_weighting.c /Fobuild\temp.win-amd64-cpython-310\Release\src\temporal\c_weighting.obj
    c_weighting.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\temporal\filter.c /Fobuild\temp.win-amd64-cpython-310\Release\src\temporal\filter.obj
    filter.c
    src\temporal\filter.c(66): warning C4244: '=': conversion from 'lsmp_t' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\temporal\resampler.c /Fobuild\temp.win-amd64-cpython-310\Release\src\temporal\resampler.obj
    resampler.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\utils\hist.c /Fobuild\temp.win-amd64-cpython-310\Release\src\utils\hist.obj
    hist.c
    src\utils\hist.c(55): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    src\utils\hist.c(57): warning C4244: '=': conversion from 'double' to 'smpl_t', possible loss of data
    src\utils\hist.c(115): warning C4244: 'function': conversion from 'uint_t' to 'smpl_t', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\utils\log.c /Fobuild\temp.win-amd64-cpython-310\Release\src\utils\log.obj
    log.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\utils\parameter.c /Fobuild\temp.win-amd64-cpython-310\Release\src\utils\parameter.obj
    parameter.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\utils\scale.c /Fobuild\temp.win-amd64-cpython-310\Release\src\utils\scale.obj
    scale.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\utils\windll.c /Fobuild\temp.win-amd64-cpython-310\Release\src\utils\windll.obj
    windll.c
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\djstomp\appdata\local\programs\python\python310\include -Ic:\users\djstomp\appdata\local\programs\python\python310\Include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" /Tcsrc\vecutils.c /Fobuild\temp.win-amd64-cpython-310\Release\src\vecutils.obj
    vecutils.c
    src\vecutils.c(24): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\vecutils.c(25): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    src\vecutils.c(28): warning C4244: 'function': conversion from 'double' to 'float', possible loss of data
    "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:c:\users\djstomp\appdata\local\programs\python\python310\libs /LIBPATH:c:\users\djstomp\appdata\local\programs\python\python310 /LIBPATH:c:\users\djstomp\appdata\local\programs\python\python310\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\LIB\amd64" "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\LIB\amd64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" /LIBPATH:C:\cygwin64\lib /EXPORT:PyInit__aubio build\temp.win-amd64-cpython-310\Release\python\ext\aubiomodule.obj build\temp.win-amd64-cpython-310\Release\python\ext\aubioproxy.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-cvec.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-fft.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-filter.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-filterbank.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-musicutils.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-phasevoc.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-sink.obj build\temp.win-amd64-cpython-310\Release\python\ext\py-source.obj build\temp.win-amd64-cpython-310\Release\python\ext\ufuncs.obj build\temp.win-amd64-cpython-310\Release\python\gen\aubio-generated.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-dct.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-mfcc.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-notes.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-onset.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-pitch.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-sampler.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-specdesc.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-tempo.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-tss.obj build\temp.win-amd64-cpython-310\Release\python\gen\gen-wavetable.obj build\temp.win-amd64-cpython-310\Release\src\cvec.obj build\temp.win-amd64-cpython-310\Release\src\fmat.obj build\temp.win-amd64-cpython-310\Release\src\fvec.obj build\temp.win-amd64-cpython-310\Release\src\io\audio_unit.obj build\temp.win-amd64-cpython-310\Release\src\io\ioutils.obj build\temp.win-amd64-cpython-310\Release\src\io\sink.obj build\temp.win-amd64-cpython-310\Release\src\io\sink_apple_audio.obj build\temp.win-amd64-cpython-310\Release\src\io\sink_sndfile.obj build\temp.win-amd64-cpython-310\Release\src\io\sink_wavwrite.obj build\temp.win-amd64-cpython-310\Release\src\io\source.obj build\temp.win-amd64-cpython-310\Release\src\io\source_apple_audio.obj build\temp.win-amd64-cpython-310\Release\src\io\source_avcodec.obj build\temp.win-amd64-cpython-310\Release\src\io\source_sndfile.obj build\temp.win-amd64-cpython-310\Release\src\io\source_wavread.obj build\temp.win-amd64-cpython-310\Release\src\io\utils_apple_audio.obj build\temp.win-amd64-cpython-310\Release\src\lvec.obj build\temp.win-amd64-cpython-310\Release\src\mathutils.obj build\temp.win-amd64-cpython-310\Release\src\musicutils.obj build\temp.win-amd64-cpython-310\Release\src\notes\notes.obj build\temp.win-amd64-cpython-310\Release\src\onset\onset.obj build\temp.win-amd64-cpython-310\Release\src\onset\peakpicker.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitch.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitchfcomb.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitchmcomb.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitchschmitt.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitchspecacf.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitchyin.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitchyinfast.obj build\temp.win-amd64-cpython-310\Release\src\pitch\pitchyinfft.obj build\temp.win-amd64-cpython-310\Release\src\spectral\awhitening.obj build\temp.win-amd64-cpython-310\Release\src\spectral\dct.obj build\temp.win-amd64-cpython-310\Release\src\spectral\dct_accelerate.obj build\temp.win-amd64-cpython-310\Release\src\spectral\dct_fftw.obj build\temp.win-amd64-cpython-310\Release\src\spectral\dct_ipp.obj build\temp.win-amd64-cpython-310\Release\src\spectral\dct_ooura.obj build\temp.win-amd64-cpython-310\Release\src\spectral\dct_plain.obj build\temp.win-amd64-cpython-310\Release\src\spectral\fft.obj build\temp.win-amd64-cpython-310\Release\src\spectral\filterbank.obj build\temp.win-amd64-cpython-310\Release\src\spectral\filterbank_mel.obj build\temp.win-amd64-cpython-310\Release\src\spectral\mfcc.obj build\temp.win-amd64-cpython-310\Release\src\spectral\ooura_fft8g.obj build\temp.win-amd64-cpython-310\Release\src\spectral\phasevoc.obj build\temp.win-amd64-cpython-310\Release\src\spectral\specdesc.obj build\temp.win-amd64-cpython-310\Release\src\spectral\statistics.obj build\temp.win-amd64-cpython-310\Release\src\spectral\tss.obj build\temp.win-amd64-cpython-310\Release\src\synth\sampler.obj build\temp.win-amd64-cpython-310\Release\src\synth\wavetable.obj build\temp.win-amd64-cpython-310\Release\src\tempo\beattracking.obj build\temp.win-amd64-cpython-310\Release\src\tempo\tempo.obj build\temp.win-amd64-cpython-310\Release\src\temporal\a_weighting.obj build\temp.win-amd64-cpython-310\Release\src\temporal\biquad.obj build\temp.win-amd64-cpython-310\Release\src\temporal\c_weighting.obj build\temp.win-amd64-cpython-310\Release\src\temporal\filter.obj build\temp.win-amd64-cpython-310\Release\src\temporal\resampler.obj build\temp.win-amd64-cpython-310\Release\src\utils\hist.obj build\temp.win-amd64-cpython-310\Release\src\utils\log.obj build\temp.win-amd64-cpython-310\Release\src\utils\parameter.obj build\temp.win-amd64-cpython-310\Release\src\utils\scale.obj build\temp.win-amd64-cpython-310\Release\src\utils\windll.obj build\temp.win-amd64-cpython-310\Release\src\vecutils.obj /OUT:build\lib.win-amd64-cpython-310\aubio\_aubio.cp310-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-310\Release\python\ext\_aubio.cp310-win_amd64.lib
    aubiomodule.obj : warning LNK4197: export 'PyInit__aubio' specified multiple times; using first specification
       Creating library build\temp.win-amd64-cpython-310\Release\python\ext\_aubio.cp310-win_amd64.lib and object build\temp.win-amd64-cpython-310\Release\python\ext\_aubio.cp310-win_amd64.exp
    Generating code
    Finished generating code
    LINK : fatal error LNK1158: cannot run 'rc.exe'
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit code 1158
    [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aubio
Running setup.py clean for aubio
Failed to build aubio
ERROR: Could not build wheels for aubio, which is required to install pyproject.toml-based projects

The unabridged output can be found here (Hastebin)

@DJStompZone
Copy link
Author

Environment is as follows:

Windows 10 Pro (build 19045.2728)
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)] on win32
pip 23.1 from c:\users\djstomp\appdata\local\programs\python\python310\lib\site-packages\pip (python 3.10)
Microsoft (R) C/C++ Optimizing Compiler Version 19.32.31332 for x86

@piem
Copy link
Member

piem commented Apr 18, 2023

hi @DJStompZone

thanks for your report. it looks like you are trying to cross compile, but your toolchain is not quite ready for that.

it seems one way to work that around is to copy some binaries in the corresponding folder:

https://stackoverflow.com/questions/35215971/lnk1158-cannot-run-rc-exe-x64-visual-studio

does that help?

another approach would be to compile natively instead of cross compiling.

let us know how it goes.

cheers, piem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants