sound-example icon indicating copy to clipboard operation
sound-example copied to clipboard

windows 10 wsl support?

Open yalov opened this issue 1 year ago • 0 comments

Hello, is there a way to make it work with the wsl?

now I am stuck on the
D:\sound-example\lib\libsndfile\src\project_libsndfile\configure' is not recognized as an internal or external command, operable program or batch file.

PS D:\sound-example> cmake .
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
-- The C compiler identification is MSVC 19.40.33812.0
-- The CXX compiler identification is MSVC 19.40.33812.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (4.0s)
-- Generating done (0.0s)
-- Build files have been written to: D:/sound-example
PS D:\sound-example> cmake --build . --config Release
MSBuild version 17.10.4+10fbfbf2e for .NET Framework

  1>Checking Build System
  Creating directories for 'project_libsndfile'
  Building Custom Rule D:/sound-example/CMakeLists.txt
  Performing download step (git clone) for 'project_libsndfile'
  Cloning into 'project_libsndfile'...
  Already on 'master'
  Your branch is up to date with 'origin/master'.
  Performing update step for 'project_libsndfile'
  No patch step for 'project_libsndfile'
  Performing configure step for 'project_libsndfile'
  'D:\sound-example\lib\libsndfile\src\project_libsndfile\configure' is not recognized as an internal or external comma
  nd,
  operable program or batch file.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): e
rror MSB8066: Custom build for 'D:\sound-example\CMakeFiles\790bb5f66f4e12f5eecb350ad89afd95\project_libsndfile-mkdir.r
ule;D:\sound-example\CMakeFiles\790bb5f66f4e12f5eecb350ad89afd95\project_libsndfile-download.rule;D:\sound-example\CMak
eFiles\790bb5f66f4e12f5eecb350ad89afd95\project_libsndfile-update.rule;D:\sound-example\CMakeFiles\790bb5f66f4e12f5eecb
350ad89afd95\project_libsndfile-patch.rule;D:\sound-example\CMakeFiles\790bb5f66f4e12f5eecb350ad89afd95\project_libsndf
ile-configure.rule;D:\sound-example\CMakeFiles\790bb5f66f4e12f5eecb350ad89afd95\project_libsndfile-build.rule;D:\sound-
example\CMakeFiles\790bb5f66f4e12f5eecb350ad89afd95\project_libsndfile-install.rule;D:\sound-example\CMakeFiles\08933f2
28dcdef7e29a2ed33a9aee4f0\project_libsndfile-complete.rule;D:\sound-example\CMakeFiles\44791acf502926f6d25d509247fcf6a5
\project_libsndfile.rule;D:\sound-example\CMakeLists.txt' exited with code 9009. [D:\sound-example\project_libsndfile.v
cxproj]
  Creating directories for 'project_portaudio'
  Building Custom Rule D:/sound-example/CMakeLists.txt
  Performing download step (git clone) for 'project_portaudio'
  Cloning into 'project_portaudio'...
  Your branch is up to date with 'origin/master'.
  Already on 'master'
  Performing update step for 'project_portaudio'
  No patch step for 'project_portaudio'
  Performing configure step for 'project_portaudio'
  'D:\sound-example\lib\portaudio\src\project_portaudio\configure' is not recognized as an internal or external command
  ,
  operable program or batch file.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): e
rror MSB8066: Custom build for 'D:\sound-example\CMakeFiles\535d9a96e42cafbc970ce7ed513abb74\project_portaudio-mkdir.ru
le;D:\sound-example\CMakeFiles\535d9a96e42cafbc970ce7ed513abb74\project_portaudio-download.rule;D:\sound-example\CMakeF
iles\535d9a96e42cafbc970ce7ed513abb74\project_portaudio-update.rule;D:\sound-example\CMakeFiles\535d9a96e42cafbc970ce7e
d513abb74\project_portaudio-patch.rule;D:\sound-example\CMakeFiles\535d9a96e42cafbc970ce7ed513abb74\project_portaudio-c
onfigure.rule;D:\sound-example\CMakeFiles\535d9a96e42cafbc970ce7ed513abb74\project_portaudio-build.rule;D:\sound-exampl
e\CMakeFiles\535d9a96e42cafbc970ce7ed513abb74\project_portaudio-install.rule;D:\sound-example\CMakeFiles\08933f228dcdef
7e29a2ed33a9aee4f0\project_portaudio-complete.rule;D:\sound-example\CMakeFiles\44791acf502926f6d25d509247fcf6a5\project
_portaudio.rule;D:\sound-example\CMakeLists.txt' exited with code 9009. [D:\sound-example\project_portaudio.vcxproj]

yalov avatar Jul 31 '24 12:07 yalov