rogue icon indicating copy to clipboard operation
rogue copied to clipboard

dereferencing pointer to incomplete type on make

Open FedericoRocca opened this issue 6 years ago • 2 comments

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

configure.log

FedericoRocca avatar Jan 17 '19 18:01 FedericoRocca

I've made a pull request, I have a fork here which solves this problem.

gillesdami avatar Mar 20 '19 09:03 gillesdami

Fixed. Thanks a lot.

FedericoRocca avatar May 06 '19 14:05 FedericoRocca