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

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