Hi All
I generated project with the tool. Running CMake gives me a cmake error related to “add_custom_command”.
The commandline and output is here:
C:\Users\tkn\dev\vtkn\build>cmake -S …\ -B . -G “MinGW Makefiles”
– The C compiler identification is GNU 8.1.0
– The CXX compiler identification is GNU 8.1.0
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.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/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/g++.exe - skipped
– Detecting CXX compile features
– Detecting CXX compile features - done
– [SMTG] SMTG_VSTGUI_SOURCE_DIR is set to: C:/Users/tkn/dev/steinberg/vst-sdk_3.7.12_build-20_2024-07-23/VST_SDK/vst3sdk/vstgui4
– Found EXPAT: C:/Strawberry/c/lib/libexpat.a (found version “2.2.6”)
– VSTGUI will use the Expat library at C:/Strawberry/c/lib/libexpat.a
– VSTGUI will use the Expat header found in C:/Strawberry/c/include
– [SMTG] SMTG_AAX_SDK_PATH is not set. If you need it, please download the AAX SDK!
– Found LIBJACK: C:/Program Files/JACK2/lib/libjack64.dll.a;C:/Program Files/JACK2/lib/libjackserver64.dll.a
– Performing Test SMTG_USE_STDATOMIC_H
– Performing Test SMTG_USE_STDATOMIC_H - Failed
– [SMTG] Setup running moduleinfotool for vtkn
– [SMTG] Setup running validator for vtkn
– [SMTG] SMTG_PLUGIN_TARGET_PATH is set to: C:\Users\tkn\AppData\Local\Programs\Common\VST3
CMake Error at C:/Users/tkn/dev/steinberg/vst-sdk_3.7.12_build-20_2024-07-23/VST_SDK/vst3sdk/cmake/modules/SMTG_AddSMTGLibrary.cmake:492 (add_custom_command):
add_custom_command called with OUTPUT containing a “<”. This character is
not allowed.
Call Stack (most recent call first):
C:/Users/tkn/dev/steinberg/vst-sdk_3.7.12_build-20_2024-07-23/VST_SDK/vst3sdk/cmake/modules/SMTG_AddSMTGLibrary.cmake:571 (smtg_target_add_plugin_resource)
CMakeLists.txt:46 (smtg_target_add_plugin_resources)
CMake Error at C:/Users/tkn/dev/steinberg/vst-sdk_3.7.12_build-20_2024-07-23/VST_SDK/vst3sdk/cmake/modules/SMTG_AddSMTGLibrary.cmake:492 (add_custom_command):
add_custom_command called with OUTPUT containing a “<”. This character is
not allowed.
Call Stack (most recent call first):
C:/Users/tkn/dev/steinberg/vst-sdk_3.7.12_build-20_2024-07-23/VST_SDK/vst3sdk/cmake/modules/SMTG_AddSMTGLibrary.cmake:543 (smtg_target_add_plugin_resource)
CMakeLists.txt:53 (smtg_target_add_plugin_snapshots)
CMake Error at C:/Users/tkn/dev/steinberg/vst-sdk_3.7.12_build-20_2024-07-23/VST_SDK/vst3sdk/cmake/modules/SMTG_AddSMTGLibrary.cmake:492 (add_custom_command):
add_custom_command called with OUTPUT containing a “<”. This character is
not allowed.
Call Stack (most recent call first):
C:/Users/tkn/dev/steinberg/vst-sdk_3.7.12_build-20_2024-07-23/VST_SDK/vst3sdk/cmake/modules/SMTG_AddSMTGLibrary.cmake:543 (smtg_target_add_plugin_resource)
CMakeLists.txt:53 (smtg_target_add_plugin_snapshots)
– Configuring incomplete, errors occurred!
See also “C:/Users/tkn/dev/vtkn/build/CMakeFiles/CMakeOutput.log”.
See also “C:/Users/tkn/dev/vtkn/build/CMakeFiles/CMakeError.log”.
C:\Users\tkn\dev\vtkn\build>