input_main.cpp: In lambda function:
input_main.cpp:100:18: error: 'class CItem' has no member named 'CustomSort'
100 | return i1->CustomSort() == i2->CustomSort() ? i1->GetSubType() < i2->GetSubType() : i1->CustomSort() < i2->CustomSort();
| ^~~~~~~~~~
input_main.cpp:100:38: error: 'class CItem' has no member named 'CustomSort'
100 | return i1->CustomSort() == i2->CustomSort() ? i1->GetSubType() < i2->GetSubType() : i1->CustomSort() < i2->CustomSort();
| ^~~~~~~~~~
input_main.cpp:100:95: error: 'class CItem' has no member named 'CustomSort'
100 | return i1->CustomSort() == i2->CustomSort() ? i1->GetSubType() < i2->GetSubType() : i1->CustomSort() < i2->CustomSort();
| ^~~~~~~~~~
input_main.cpp:100:114: error: 'class CItem' has no member named 'CustomSort'
100 | return i1->CustomSort() == i2->CustomSort() ? i1->GetSubType() < i2->GetSubType() : i1->CustomSort() < i2->CustomSort();
| ^~~~~~~~~~
compiling input_teen.cpp
gmake[1]: *** [Makefile:184: .obj/input_main.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gmake[1]: Leaving directory '/usr/test/srcs/Server/game/src'
gmake: *** [Makefile:111: all] Error 2