lindenbergresearch / LRTRack

LRT Audio-Modules for VCVRack
Other
57 stars 10 forks source link

build fail with Rack v1 #47

Closed davephillips closed 5 years ago

davephillips commented 5 years ago

Fedora 23 Linux GCC 5.3.1 VCV Rack v1.dev.0517cc2 (May 23)

Hi Patrick ! I've hit this snag during the build:

In file included from src/LRModule.cpp:18:0:
src/LRComponents.hpp: In member function ‘virtual void lrt::ScrewLight::onGestaltChange(lrt::LREventGestaltChange&)’:
src/LRComponents.hpp:760:9: error: ‘dirty’ was not declared in this scope
         dirty = true;
         ^
../../compile.mk:61: recipe for target 'build/src/LRModule.cpp.o' failed
make: *** [build/src/LRModule.cpp.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from src/LRModuleWidget.cpp:18:0:
src/LRComponents.hpp: In member function ‘virtual void lrt::ScrewLight::onGestaltChange(lrt::LREventGestaltChange&)’:
src/LRComponents.hpp:760:9: error: ‘dirty’ was not declared in this scope
         dirty = true;
         ^
../../compile.mk:61: recipe for target 'build/src/LRModuleWidget.cpp.o' failed
make: *** [build/src/LRModuleWidget.cpp.o] Error 1

Any suggestions ?

lindenbergresearch commented 5 years ago

Hi Dave, nevermind, a lot of stuff are changing currently due the migration to v1. Check it later please :)

Sent from my iPhone

On 23. May 2019, at 12:29, davephillips notifications@github.com wrote:

Fedora 23 Linux GCC 5.3.1 VCV Rack v1.dev.0517cc2 (May 23)

Hi Patrick ! I've hit this snag during the build:

In file included from src/LRModule.cpp:18:0: src/LRComponents.hpp: In member function ‘virtual void lrt::ScrewLight::onGestaltChange(lrt::LREventGestaltChange&)’: src/LRComponents.hpp:760:9: error: ‘dirty’ was not declared in this scope dirty = true; ^ ../../compile.mk:61: recipe for target 'build/src/LRModule.cpp.o' failed make: [build/src/LRModule.cpp.o] Error 1 make: Waiting for unfinished jobs.... In file included from src/LRModuleWidget.cpp:18:0: src/LRComponents.hpp: In member function ‘virtual void lrt::ScrewLight::onGestaltChange(lrt::LREventGestaltChange&)’: src/LRComponents.hpp:760:9: error: ‘dirty’ was not declared in this scope dirty = true; ^ ../../compile.mk:61: recipe for target 'build/src/LRModuleWidget.cpp.o' failed make: *** [build/src/LRModuleWidget.cpp.o] Error 1 Any suggestions ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

lindenbergresearch commented 5 years ago

I updated the v1 branch today and it should compile now, please check. All modules except the VC mixer have been migrated, but there are still issues to fix!