When I try to compile under Redhat Linux I get the following error:
g++ -lpthread -lrt -funsigned-char src/*.cpp -O2 -oLinuxChatScript
src/dictionarySystem.cpp: In function ‘WORDENTRY* StoreWord(char*, uint64)’:
src/dictionarySystem.cpp:506: warning: comparison is always false due to limited range of data type
src/mainSystem.cpp:1: error: stray ‘\357’ in program
src/mainSystem.cpp:1: error: stray ‘\273’ in program
src/mainSystem.cpp:1: error: stray ‘\277’ in program
src/scriptCompile.cpp: In function ‘MEANING AlreadyInferred(MEANING)’:
src/scriptCompile.cpp:2810: warning: converting to non-pointer type ‘MEANING’ from NULL
The binary is not built. Thanks in advance!