almostEric / FrozenWasteland

Plugins for VCV Rack
Other
91 stars 18 forks source link

build fail on v1 #27

Closed davephillips closed 5 years ago

davephillips commented 5 years ago

Fedora 23 Linux Rack v1.dev.0517cc2

Hi Eric, This error appears to be a repeat of an error I reported and resolved for 0.6.2c but I'm not sure how to fix it for the latest v1:

In file included from src/HairPick.cpp:2:0:
./src/dsp-delay/ringbuffer.hpp:4:27: fatal error: util/common.hpp: No such file or directory
compilation terminated.
src/Sabonis.cpp:2:29: fatal error: dsp/decimator.hpp: No such file or directory
compilation terminated.
../../compile.mk:61: recipe for target 'build/src/HairPick.cpp.o' failed
make: *** [build/src/HairPick.cpp.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/PortlandWeather.cpp:2:0:
./src/dsp-delay/ringbuffer.hpp:4:27: fatal error: util/common.hpp: No such file or directory
compilation terminated.
../../compile.mk:61: recipe for target 'build/src/Sabonis.cpp.o' failed
make: *** [build/src/Sabonis.cpp.o] Error 1
../../compile.mk:61: recipe for target 'build/src/PortlandWeather.cpp.o' failed
make: *** [build/src/PortlandWeather.cpp.o] Error 1

Any suggestions for a fix ?

almostEric commented 5 years ago

It's missing a file that I need to push. I would hold off a but, I am still in the middle of my port to v1 and I haven't built against the latest APIs (admittedly they were released a day after I did my pull of vcv)

davephillips commented 5 years ago

Thanks for the heads-up, Eric, much appreciated.

NielsMayer commented 5 years ago

I too face compilation problems using "VCV Rack v1.dev.26abab6"

See attached file. FrozenWasteland.compile.txt

almostEric commented 5 years ago

Please read above comment. This is not a released version

NielsMayer commented 5 years ago

I saw that. But it is a different error than OP's if you're interested...

almostEric commented 5 years ago

Not at the moment I am still in the middle of refactoring and hunting down my own bugs. If you find something after it is released, you can be sure I'll bust my ass fixing it. :)

Thanks! I am slammed at work right now

Coirt commented 5 years ago

28

almostEric commented 5 years ago

code moved to master branch. builds in vcv build server