Skip to content

dereferencing pointer to incomplete type on make #2

New issue

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

Open
FedericoRocca opened this issue Jan 17, 2019 · 2 comments
Open

dereferencing pointer to incomplete type on make #2

FedericoRocca opened this issue Jan 17, 2019 · 2 comments

Comments

@FedericoRocca
Copy link

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

@gillesdami
Copy link

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

@FedericoRocca
Copy link
Author

Fixed. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants