04-30-2021, 01:38 PM
(04-30-2021, 04:44 AM)SamuraiCrow Wrote: Update: I've added a test using a For...Next loop. It seems to generate the correct code but when compiled with GCC 10 under Linux it goes into an unexpected infinite loop.If i want to make it, i get following message.
make
g++ -c -Wall -std=c++11 -fno-rtti -fno-exceptions -Os yabCodeStructures.cpp -o build/yabCodeStructures.o
In file included from /boot/home/Desktop/expand/Yab2Cpp-master/yabCodeStructures.cpp:9:
/boot/home/Desktop/expand/Yab2Cpp-master/yab2cpp.h:14: unordered_map: No such file or directory
Makefile:38: recipe for target 'build/yabCodeStructures.o' failed
make: *** [build/yabCodeStructures.o] Error 1
how to solve this.