Totally new to the code base but been using the program for a while and figured out some improvements I wanted to try out but can't seem to make any changes to webaccess/src/webaccess.cpp.
Just tried out adding some cout messages on different places to see if I can get code to run, and I am successful in main/main.cpp but in webaccess/src/webaccess.cpp I have no luck. It's like the file isn't even running but still gives compile errors when I force them.
I'm building the code from the root with make -j4 and running the binary main/qlcplus. Is this the correct method?