rogue
rogue copied to clipboard
dereferencing pointer to incomplete type on make
Hi! After running ./configure, this issue on make:
$ make gcc -g -O2 -DHAVE_CONFIG_H -c mdport.c mdport.c: In function ‘md_hasclreol’: mdport.c:264:17: error: dereferencing pointer to incomplete type ‘TERMINAL {aka struct term}’ if (cur_term->type.Strings == NULL) ^~ Makefile:130: recipe for target 'mdport.o' failed make: *** [mdport.o] Error 1
I've made a pull request, I have a fork here which solves this problem.
Fixed. Thanks a lot.