DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2787
Version: 1.3-current


Apparently the numerous warnings can be ignored, 
    but the 'restrict' error is fatal.

    To get it to compile on this platform, had change 
    this line in pngconf.h:

#      define PNG_ALLOCATED __declspec(restrict)

..to instead read:

#      define PNG_ALLOCATED /* nothing */

    We probably need to hack an #ifdef in there that effectively
    does this when the compiler is pre-VS8, as I believe this 
    'restrict' operator was added in VS8.


Link: http://www.fltk.org/str.php?L2787
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to