|
 |
Change of today seems to have a problem (official master branch):
backend/povray.cpp(403): error: identifier "JPEG_LIB_VERSION_MAJOR" is
undefined
const char *tempstr = pov_tsprintf("LibJPEG %i.%i,
Copyright 1991-2016 Thomas G. Lane, Guido Vollbeding",
JPEG_LIB_VERSION_MAJOR, JPEG_LIB_VERSION_MINOR);
^
backend/povray.cpp(403): error: identifier "JPEG_LIB_VERSION_MINOR" is
undefined
const char *tempstr = pov_tsprintf("LibJPEG %i.%i,
Copyright 1991-2016 Thomas G. Lane, Guido Vollbeding",
JPEG_LIB_VERSION_MAJOR, JPEG_LIB_VERSION_MINOR);
Post a reply to this message
|
 |