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
getting this error on a new git pull
make[1]: Entering directory '/home/pi/allsky/src' 2021-10-07 19:34:49 Building capture program... capture.cpp: In function ‘ASI_ERROR_CODE takeOneExposure(int, long int, unsigned char*, long int, long int, ASI_IMG_TYPE)’: capture.cpp:485:6: error: ‘numErrors’ was not declared in this scope numErrors = 0; ^~~~~~~~~ capture.cpp:485:6: note: suggested alternative: ‘cvError’ numErrors = 0; ^~~~~~~~~ cvError make[1]: *** [Makefile:118: capture] Error 1 make[1]: Leaving directory '/home/pi/allsky/src' make: *** [Makefile:24: all] Error 2 Compile failed!
The text was updated successfully, but these errors were encountered:
Looking into this now...
Sorry, something went wrong.
Hi @maserowik -- the PR to fix this was just merged. If it doesn't resolve the issue, please re-open this issue.
Thanks!
Successfully merging a pull request may close this issue.
getting this error on a new git pull
make[1]: Entering directory '/home/pi/allsky/src'
2021-10-07 19:34:49 Building capture program...
capture.cpp: In function ‘ASI_ERROR_CODE takeOneExposure(int, long int, unsigned char*, long int, long int, ASI_IMG_TYPE)’:
capture.cpp:485:6: error: ‘numErrors’ was not declared in this scope
numErrors = 0;
^~~~~~~~~
capture.cpp:485:6: note: suggested alternative: ‘cvError’
numErrors = 0;
^~~~~~~~~
cvError
make[1]: *** [Makefile:118: capture] Error 1
make[1]: Leaving directory '/home/pi/allsky/src'
make: *** [Makefile:24: all] Error 2
Compile failed!
The text was updated successfully, but these errors were encountered: