almostEric / FrozenWasteland

Plugins for VCV Rack
Other
91 stars 18 forks source link

v1 Build, some fixes #28

Closed Coirt closed 5 years ago

Coirt commented 5 years ago
In file included from src/PortlandWeather.cpp:2:
./src/dsp-delay/ringbuffer.hpp:4:10: fatal error: util/common.hpp: No such file or directory
 #include "util/common.hpp"
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [../../compile.mk:62: build/src/PortlandWeather.cpp.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/HairPick.cpp:2:
./src/dsp-delay/ringbuffer.hpp:4:10: fatal error: util/common.hpp: No such file or directory
 #include "util/common.hpp"
          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [../../compile.mk:62: build/src/HairPick.cpp.o] Error 1

In ringbuffer.hpp I think that should be dsp/common.hpp if I'm not mistaken.

Changing the reference fixes but leads to some more errors in Sabonis (which I take is not yet pushed)

src/Sabonis.cpp:2:10: fatal error: dsp/decimator.hpp: No such file or directory
 #include "dsp/decimator.hpp"

This is now in dsp/resampler.hpp

almostEric commented 5 years ago

I have this issue fixed on my local machine. I’m working on other issues. There’s no need to keep mentioning that an unreleased version is not compiling. I’m working on it :)

Coirt commented 5 years ago

Just trying to help as seen as you said you were slammed! You're welcome.