kockie69 / SquinkyVCV-main

GNU General Public License v3.0
22 stars 12 forks source link

case sensitivity errors #22

Closed davephillips closed 2 years ago

davephillips commented 2 years ago

Linux Ubuntu 18.04 GCC 7.5.0 VCV Rack CE v2.git.b04e4117

src/ColoredNoiseModule.cpp:11:10: fatal error: ctrl/SQWidgets.h: No such file or directory
 #include "ctrl/SQWidgets.h"

and

src/BootyModule.cpp:6:10: fatal error: ctrl/SQWidgets.h: No such file or directory
 #include "ctrl/SQWidgets.h"

Change to ctrl/SqWidgets.h to remove error on Linux.

kockie69 commented 2 years ago

Thank you, I have changed them in both files.