rave_vst
rave_vst copied to clipboard
Not compiling on Macbook M1 Pro
Macbook M1 Pro, MacOS 12.5.1
cmake --build . --config Release -j 4
...
54 warnings and 1 error generated.
make[2]: *** [CMakeFiles/rave-vst.dir/source/PluginEditor.cpp.o] Error 1
make[1]: *** [CMakeFiles/rave-vst.dir/all] Error 2
make: *** [all] Error 2
Could you give us the whole log? We can't do much otherwise
Running into same errors and warnings. I captured the whole log.
https://defuse.ca/b/ReR1DrXYYen5CmIzdXEvXp
I get the same error: https://defuse.ca/b/ZPWeOWfeROY74TP4jSbAsA
Could maybe someone provide the compiled vst3 for the m1?
I get the same error: https://defuse.ca/b/ZPWeOWfeROY74TP4jSbAsA
Could maybe someone provide the compiled vst3 for the m1?
@erra12 It could be Python version not up to date, or downgrade protobuf to v19.x. I managed to compile and run once I get them both fixed
ok thanks, I updated Python but had the same error.. Whar is Protobuf, is it documented somewhere why to downgrade to v19? Checking min is v22
I get the same error: https://defuse.ca/b/ZPWeOWfeROY74TP4jSbAsA Could maybe someone provide the compiled vst3 for the m1?
@erra12 It could be Python version not up to date, or downgrade protobuf to v19.x. I managed to compile and run once I get them both fixed
Can you give instructions? Googling to figure it out but version numbers are all over the place.
Bounced between protobuf versions, @scottyeung , no dice. And I'd done a fresh python update.
I get the same error: https://defuse.ca/b/ZPWeOWfeROY74TP4jSbAsA
Could maybe someone provide the compiled vst3 for the m1?
@erra12 It could be Python version not up to date, or downgrade protobuf to v19.x. I managed to compile and run once I get them both fixed
Can you give instructions? Googling to figure it out but version numbers are all over the place.
I can't compile on my M1 again, probably due to v2 update of libsrave, and nowhere to start
place.
Update your OS could help definitely, and homebrew update
place.
Update your OS could help definitely, and homebrew update
Just did both, same issue.
here's the log: https://pastebin.com/GShv4Hxs
a lot of errors, always. (logs include homebrew upgrade)
https://github.com/QosmoInc/neutone_sdk
Use this instead for now? Their VST supports RAVE V2, and any .ts can be wrapped to use
On Sat, 22 Apr 2023 at 01:55, Sveinbjörn Pálsson @.***> wrote:
place.
Update your OS could help definitely, and homebrew update
Just did both, same issue.
here's the log: https://pastebin.com/GShv4Hxs
a lot of errors, always.
— Reply to this email directly, view it on GitHub https://github.com/acids-ircam/rave_vst/issues/25#issuecomment-1518158186, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTSEO4BNDQMKC5L25AISP3XCLC2NANCNFSM57NKJWSQ . You are receiving this because you were mentioned.Message ID: @.***>
https://github.com/QosmoInc/neutone_sdk Use this instead for now? Their VST supports RAVE V2, and any .ts can be wrapped to use … Oh wow! Works like a charm. Is there anything in the proper Rave VST I am missing? or can I just forget it and use neutrone’s VST?
-and thank you.