POV-Ray : Newsgroups : povray.bugreports : change of jpeg handling (jversion.h) broke built : Re: change of jpeg handling (jversion.h) broke built Server Time
19 Apr 2024 18:54:01 EDT (-0400)
  Re: change of jpeg handling (jversion.h) broke built  
From: Le Forgeron
Date: 9 Oct 2016 14:35:41
Message: <57fa8dfd$1@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.