rave_vst icon indicating copy to clipboard operation
rave_vst copied to clipboard

Not compiling on Macbook M1 Pro

Open pavbro opened this issue 2 years ago • 13 comments

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

pavbro avatar Aug 23 '22 23:08 pavbro

Could you give us the whole log? We can't do much otherwise

ZodiacFRA avatar Aug 24 '22 11:08 ZodiacFRA

Running into same errors and warnings. I captured the whole log.

https://defuse.ca/b/ReR1DrXYYen5CmIzdXEvXp

scottyeung avatar Aug 29 '22 16:08 scottyeung

I get the same error: https://defuse.ca/b/ZPWeOWfeROY74TP4jSbAsA

Could maybe someone provide the compiled vst3 for the m1?

reckm avatar Oct 04 '22 20:10 reckm

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

scottyeung avatar Oct 05 '22 10:10 scottyeung

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

reckm avatar Oct 13 '22 14:10 reckm

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.

sveinbjornpalsson avatar Apr 20 '23 22:04 sveinbjornpalsson

Bounced between protobuf versions, @scottyeung , no dice. And I'd done a fresh python update.

sveinbjornpalsson avatar Apr 20 '23 23:04 sveinbjornpalsson

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

scottyeung avatar Apr 21 '23 12:04 scottyeung

place.

Update your OS could help definitely, and homebrew update

scottyeung avatar Apr 21 '23 12:04 scottyeung

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)

sveinbjornpalsson avatar Apr 21 '23 17:04 sveinbjornpalsson

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: @.***>

scottyeung avatar Apr 21 '23 18:04 scottyeung

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?

sveinbjornpalsson avatar Apr 21 '23 21:04 sveinbjornpalsson

-and thank you.

sveinbjornpalsson avatar Apr 21 '23 21:04 sveinbjornpalsson