acids-ircam / rave_vst

Other
184 stars 28 forks source link

Compiling on M1, but build is empty #29

Closed bltzr closed 1 year ago

bltzr commented 1 year ago

Hi there,

I have tried to build on M1, and everything seemed to work fine (log below), but... all compiled artifacts' folders are empty! (see screenshots)

Any hint?

image image
rave_vst % mkdir build; cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is AppleClang 13.1.6.13160021
-- The CXX compiler identification is AppleClang 13.1.6.13160021
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
torch version : 1.11.0
-- Downloading torch C API pre-built
-- [download 0% complete]
(...)
-- [download 100% complete]
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found Torch: /Users/bltzr/dev/rave_vst/build/torch/libtorch/lib/libtorch.dylib  
-- Configuring juceaide
-- Building juceaide
-- Exporting juceaide
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/bltzr/dev/rave_vst/build
bltzr commented 1 year ago

sorry, I had forgotten to actually build (aka cmake --build .), sorry for the noise!