acids-ircam / rave_vst

Other
184 stars 28 forks source link

Not compiling on Macbook M1 Pro #25

Open pavbro opened 1 year ago

pavbro commented 1 year ago

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
ZodiacFRA commented 1 year ago

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

scottyeung commented 1 year ago

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

https://defuse.ca/b/ReR1DrXYYen5CmIzdXEvXp

erra12 commented 1 year ago

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

Could maybe someone provide the compiled vst3 for the m1?

scottyeung commented 1 year ago

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

erra12 commented 1 year ago

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

sveinbjornpalsson commented 1 year ago

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 commented 1 year ago

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

scottyeung commented 1 year ago

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 commented 1 year ago

place.

Update your OS could help definitely, and homebrew update

sveinbjornpalsson commented 1 year ago

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)

scottyeung commented 1 year ago

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

sveinbjornpalsson commented 1 year ago

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 commented 1 year ago

-and thank you.