-
Notifications
You must be signed in to change notification settings - Fork 88
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
Some issues building with Bullseye #113
Comments
I added those changes but I'm getting this error on the latest Bullseye:
I think in your comment you mentioned src/lib/packet_writer.h twice. One should be src/lib/packet_reader.h |
Replacing this messed up some dependencies. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Goesers,
I'm new to Github so forgive me if I'm not providing build recommendations in the correct context.
To Summarize: Debian Bullseye introduced OpenCV 4 and Project 7 which are incompatible with the existing build. I've had to make a few modifications as follows:
CMakeLists.txt in the main folder.
src/goesproc/CMakeLists.txt
src/lib/packet_reader.h
src/lib/packet_writer.h
src/goesproc/config.cc
src/goesproc/image.cc
And lastly see #83
I hope this is helpful for anyone struggling with compiling goestools with Bullseye.
Thank you.
The text was updated successfully, but these errors were encountered: