Hello,
I'm reaching the following compilation error message:
graywolf/src/Ylib/dset.c:456:11: note: use '==' to turn this assignment into an equality
comparison
if( ptr = (ELEMENTPTR) Yrbtree_search( dset->dtree, &dummy )){
^
make[2]: [src/Ylib/CMakeFiles/ycadgraywolf.dir/draw.c.o] Error 1
make[2]: Waiting for unfinished jobs....
Hello, I'm reaching the following compilation error message: