We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I've made a pull request, I have a fork here which solves this problem.
Sorry, something went wrong.
Fixed. Thanks a lot.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: