I am facing code::blocks for the first time, so mine could be a boring question.
I found nothing in the forum about this message in the build log.
g++: error: obj/Debug/remmina_devel/Remmina/remmina/CMakeFiles/remmina.dir/src/remmina_string_array.c.o.o: File o directory non esistente
the linker is searching object files with the wrong path
CMakeFiles/remmina.dir/ is added inside the path and the object file has a surplus of .o
remmina is compiling object files in the correct root: obj/xxxxxx
probably I am missing a basic setup
thanks in advance