mtytel / vital

Spectral warping wavetable synth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rajaneesh1973 opened this issue · comments

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

The VST2 SDK can no longer be distributed.

This issue is a duplicate of #2

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

commented

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

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.

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

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

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

@ricardoalcantara check my branch for clues

@tank-trax your branch worked for me, thanks