mtytel / vital

Spectral warping wavetable synth
GNU General Public License v3.0
1.55k stars 152 forks source link

Compiling fails with fatal error: pluginterfaces/vst2.x/aeffect.h: No such file or directory #8

Closed rajaneesh1973 closed 3 years ago

rajaneesh1973 commented 3 years ago

I see only VST3 SDK...Can you please provide me pointer for VST2

magnetophon commented 3 years ago

The VST2 SDK can no longer be distributed.

This issue is a duplicate of https://github.com/mtytel/vital/issues/2

tank-trax commented 3 years ago

if you have the VST2_SDK just drop it in the same folder as VST3_SDK

Be-ing commented 3 years ago

I think we should replace the build system with a modern system (CMake) that can handle various options without hacking the build system scripts.

rajaneesh1973 commented 3 years ago

Thank.. After dropping VST2_SDK, it compiled correctly..

in Makefile it is mentioned as JUCE_TARGET_APP := vial in path standalone/builds/linux . Was it a typo?

I changed it to vital. It compiled..But while running it gives an error

ERROR: Unable to load Firebase app options ([google-services-desktop.json, google-services.json] are missing or malformed) ERROR: Failed to load default options when attempting to populate missing fields ERROR: App ID and API key must be specified in App options.

rajaneesh1973 commented 3 years ago

It worked well with -DNO_AUTH=1..Thanks...the issue is resolved.

rajaneesh1973 commented 3 years ago

It worked well with -DNO_AUTH=1..Thanks...the issue is resolved.

ricardoalcantara commented 3 years ago

@rajaneesh1973 How to add that -DNO_AUTH=1, I am having the same issue.

tank-trax commented 3 years ago

@ricardoalcantara check my branch for clues

ricardoalcantara commented 3 years ago

@tank-trax your branch worked for me, thanks