Your problems can be sumed up in these two lines:

libmng_types.h:176:18: error: lcms.h: No such file or directory
libmng_types.h:192:76: error: jpeglib.h: No such file or directory

Whenever you see something not compiling with syntax errors, double check it's not missing a header file. In this case, you're missing two. Solution? install development packages for the libs that provide those headers (making sure the devel packages include the libs themselves, otherwise you'll get linking errors.) In this case I think you need libjpeg, and whatever provides lcms.

--Chris

--
Christopher S. Case
Project Head
The Seventh Game: Precursors
http://games.g33xnexus.com/precursors
(716) 785 - 5553(Cellphone)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human. To forgive, divine.
To fix mistakes, now that's an Engineer."
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to