-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels