I’m trying to get the lwjgl libraries to work for me. I’ve narrowed the problem down with some image stuff to the libIL.dylib file. I believe something was goofed in the binary. When I try to do a System.loadLibrary, I get this -
resolveUndefined(_jpeg_resync_to_restart) in /xxx/libIL.dylib
Exception in thread “main” java.lang.UnsatisfiedLinkError: /xxx/libIL.dylib:
jpeg_resync_to_restart is listed in il_jpeg.c under the DevIL source tree.
I have no idea how to compile a Mac library. The sourceforge site lists SDK’s for Win/Lin but not Mac. Can anyone help?
Regards,
Dr. A>