|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
From: Le Forgeron
Subject: Re: change of jpeg handling (jversion.h) broke built
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
|
|
| |
| |
|
|
From: clipka
Subject: Re: change of jpeg handling (jversion.h) broke built
Date: 9 Oct 2016 15:14:17
Message: <57fa9709@news.povray.org>
|
|
|
| |
| |
|
|
Am 09.10.2016 um 20:35 schrieb Le_Forgeron:
> 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
You just happended to have pulled the wrong branch at the wrong time ;)
The issue was also picked up by our automated Unix build test at
Semaphore (https://semaphoreci.com/pov-ray/povray); any build issue
showing up on their radar probably isn't worth reporting, since I'll be
informed about it anyway. And if I'm the one who broke it, you can be
pretty sure I'll do everything to fix it ASAP. ;)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|