Skip to content
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

incomplete definition of type 'struct quirc' #130

Open
nikolafamit opened this issue Dec 11, 2022 · 0 comments
Open

incomplete definition of type 'struct quirc' #130

nikolafamit opened this issue Dec 11, 2022 · 0 comments

Comments

@nikolafamit
Copy link

When I type make inspect (macOS) I'm getting:

nikolayu@macbookpro quirc-master % make inspect
cc -Ilib -O3 -Wall -fPIC  -o tests/inspect.o -c tests/inspect.c
tests/inspect.c:58:18: error: incomplete definition of type 'struct quirc'
        uint8_t *raw = q->image;
                       ~^
lib/quirc.h:26:8: note: forward declaration of 'struct quirc'
struct quirc;
.
.
.
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [tests/inspect.o] Error 1

make qrtest is ok without error, but i want to inspect because qr recognising is poor. If i add images taken from camera it's unable to recognise. Only scanned qr via scanner device.

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

1 participant