darkChild wrote: > > Just wanted to update that after using the latest info from the both of you > (Albrecht, Greg & others) I could build my application using your FLTK > library. I got my application running correctly. Just for clarification, I > used the Cygwin tools, and my OS is Windows XP. Also the "make command" as > Albrecht pointed out doesn't work entirely correctly as there are some > headers that are *INCORRECTLY* included in the jpeg, png e.t.c source files > that would not compile. (I corrected them in my environment, but that is not > an overall solution, of course).
A, yes, that can happen if you have the cygwin jpeg, png, and/or zlib libs (runtime), but not the header files (or some other combinations, maybe). The correct way to compensate _that_ is to run configure manually with: --enable-localjpeg --enable-localpng --enable-localzlib > [...] > But otherwise, I would like to say thank you to everybody. Your support has > been top class! :-D You're welcome, and thanks for the clarification. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

