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?
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?