|
 |
Le 09/10/2016 à 20:26, Le_Forgeron a écrit :
> 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);
>
Seem fixed in 29d52514953fc37f25a620c0d8746d455105f5e5 (ref of git commit)
Thanks
Post a reply to this message
|
 |