QB64 Phoenix Edition
Some Noob (to QB64) Questions - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: Some Noob (to QB64) Questions (/showthread.php?tid=363)

Pages: 1 2


RE: Some Noob (to QB64) Questions - TarotRedhand - 05-13-2022

Thanks. That's got rid of the IDE syntax problems. However when I go to compile, the compiler says there's a problem. So I look in the compilelog.txt file and don't understand it -


Quote:g++: error: git: No such file or directory
g++: error: 4d85302: No such file or directory
g++: error: _0000000000000.o: No such file or directory
g++: error: libqb\os\win\libqb_0.6.0From: No such file or directory
g++: error: git: No such file or directory
g++: error: 4d85302: No such file or directory
g++: error: _0000000000000.o: No such file or directory


Any ideas?

TR


RE: Some Noob (to QB64) Questions - TarotRedhand - 05-14-2022

Fixed! Something had made something in QB64 corrupt. Spent ~24 hours trying to get it to work. Finally, Just now got it working again.

More questions will follow.

CHARSETS now works but I need to work on the test program to make it work better.

TR