View Single Post
Old 03 October 2017, 14:20   #80
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 1,993
Quote:
Originally Posted by grelbfarlk View Post
I'm getting to that, I'm getting to that. I compiled libImage_wos.a yesterday but it didn't occur to me to get anything out of it I need libPNG.a and libz.a (or zlib?) and libJPeg.a and so on.
If you have missed my private message:

You need to enable the modules in SDL_Image. Looking at what I got from you, you didn't. The .o files don't contain code, except for the main one (which includes stuff like giving out the not supported messages). So add -DLOAD_<format> to the makefile.

If you only add like -DLOAD_LBM and -DLOAD_GIF you should be able to test the lib already as those formats don't need something external (only JPEG/PNG/TIFF).
Hedeon is offline  
 
Page generated in 0.05710 seconds with 11 queries