-
Notifications
You must be signed in to change notification settings - Fork 287
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
png file not reading and returning error: in function `cimg_library::cimg::Mutex_static::trylock(unsigned int)': #354
Comments
Hello.
When you say it is generating an error, what kind of error ? |
i have the same issue in CodeBlocks raspberry pi Raspbian bullseye. cant compile code with line 2 ways here :
|
But what error does it raise in CodeBlocks? Still interested to know! |
code in CodeBlocks:
here`s build log:
|
I was trying to read and show
.png
image, Ubuntu 22.04. I simply added theCImg.h
to my C++ project. Tried with g++ compiler, as well as CLion CMake Project. I tried in all possible way to read and show the image. But each time it is generating errorin function cimg_library::cimg::Mutex_static::trylock(unsigned int):
. What I am doing wrong?The text was updated successfully, but these errors were encountered: