You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making a test. I compile the imlib2 and try to run the examples from terminal and I get some errors. When I run the imlib2_test I get this error
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_image_get_width();
With the parameter:
image
being NULL. Please fix your program.
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_image_get_height();
With the parameter:
image
being NULL. Please fix your program.
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
imlib_free_image();
With the parameter:
image
being NULL. Please fix your program.
I have the libpng, libjpeg and the other libs static and imlib2 static. You have seen this error before?
The text was updated successfully, but these errors were encountered:
I am making a test. I compile the imlib2 and try to run the examples from terminal and I get some errors. When I run the imlib2_test I get this error
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:
I have the libpng, libjpeg and the other libs static and imlib2 static. You have seen this error before?
The text was updated successfully, but these errors were encountered: