Skip to content

imlib2 question #161

@prfiredragon

Description

@prfiredragon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions