clwe

Results 16 comments of clwe

Nice, `make dep` works now. But I'm still getting an error while building the plugin with `make`: ``` g++ -std=c++11 -Wsuggest-override -Idep/include -Idep/supercollider/include -Idep/supercollider/include/common -Idep/supercollider/lang -Idep/supercollider/common -Idep/supercollider/include/plugin_interface -Idep/vult -Idep/include/libpd -DHAVE_LIBDL...

Installing Boost via pacman works: `pacman -S mingw-w64-x86_64-boost` So that builds successfully. But maybe we should include the Boost header directory via the build command, since it's already "bundled" within...

Some other obseravtions: - On my machine the generated supercollider library is called `liblibsclang.a` and resides in `dep/supercollider/build/lang/liblibsclang.a`. - The HIDAPI Library is in `dep/supercollider/build/external_libraries/hidapi/windows/libhidapi.a`. So make fails to recognize...

I just read your other https://github.com/VCVRack/VCV-Prototype/issues/54#issuecomment-923109721 about the boost headers. That helped! I think we can also add `-Idep/supercollider/external_libraries/boost/` to the `FLAGS `variable to use the boost that is used...

Thanks for reporting. We will check soon on our windows build machine. On my mac it still builds without errors. (Allthough I had to deactivate linking supercollider here!)

On windows MSYS2 the faust engine doesn't compile for me. This is the error: ``` g++ -std=c++11 -Wsuggest-override -Idep/include -Idep/vult -Idep/include/libpd -DHAVE_LIBDL -DPD_INTERNAL -Ofast -DINTERP -fPIC -I../Rack-SDK-1.1.6//include -I../Rack-SDK-1.1.6//dep/include -MMD -MP...

> > > partly solved, trying to build "VCV-Prototype" from git (branch v1) > > The issue with Submodule 'efsw' > > premake4 is missing > > premake4 is not...

> > > I did this: > > ``` > cd Rack/plugins > git clone https://github.com/VCVRack/VCV-Prototype.git > cd VCV-Prototype/ > git submodule update --init --recursive > make dep > >...

When I try to build the supercollider engine on windows MSYS2 I get this error: ``` CMake Error at server/scsynth/CMakeLists.txt:26 (message): Portaudio selected as audio API, but development files not...