Hello folks.
I've been away for a while but... I'm back :)
Bad news: QB64 v 1.4 Stable Release From Git 0f49b2c for Linux doesn't compile anymore vWATCH64 (from Fellippe Heitor).
http://www.as2.com/qb64/pictures/qb64-1.4.pngThe problem is the compiler (not the app) since the previous release (QB64 v 1.3) compiles vWATCH64 like a charm.
http://www.as2.com/qb64/pictures/qb64-1.3.pngTests made on a VM with VMware running Linux Mint 20.1 Cinnamon (or Mate, or Xfce).
BTW, same problem on Ubuntu (18.04.5 and 20.2).
Below is the content of compilelog.txt file.
In file included from ../../src/hrtf.c:47:
../../src/hrtf_tables.inc:493:68: error: invalid suffix "$8" on integer constant
493 | { +6696, +8017, +1498, +2006, +2624, -2005, -1798, +3417, +7$8, -2614, -432, +706, +173, -173, +53, -56, -573, -718, +132, -67, -717, -164, -301, -196, -38, -159, -197, -465, -469, -327, -185, -358, },
| ^~~
../../src/hrtf_tables.inc:495:35: error: expected ‘}’ before ‘!’ token
495 | { +7032, +9112, +2294, +13!9, +2928, -1295, -2725, +3058, +1141, -2349, -736, +409, +218, -319, +37, -5, -474, -896, -105, +108, -719, -327, -414, -210, -8, -342, -280, -290, -610, -529, -264, -398, },
| ~ ^
ar: temp/hrtf.o: No such file or directory
g++: error: parts/audio/out/os/lnx/src.a: No such file or directory
Hope this helps to fix QB64.
Cheers.