| Summary: | SDL_image can be compiled if zlib is in non standard location | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | Patrice Mandin <patmandin> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Patrice Mandin
2007-05-11 15:14:18 UTC
This has been added to SDL_image in revision 3243. Thanks! The CHECK_ZLIB wasn't able to detect cross-compiled libz. From the new SDL_image README: If you have these libraries installed in non-standard places, you can try adding those paths to the configure script, e.g. sh ./configure CPPFLAGS="-I/somewhere/include" LDFLAGS="-L/somewhere/lib" |