Log file Viewer
Help
|
Karma
| Search:
#pil logs for Tuesday the 13th of September, 2016
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
18:31:14
] <
loulouxiv
> Hello everybody
[
18:31:42
] <
loulouxiv
> I have i really strange compiler error when trying to build Pillow
[
18:32:16
] <
loulouxiv
> decode.c: In function ‘PyImaging_Jpeg2KDecoderNew’:
[
18:32:16
] <
loulouxiv
> decode.c:859:24: error: ‘OPJ_CODEC_J2K’ undeclared (first use in this function)
[
18:32:17
] <
loulouxiv
> codec_format = OPJ_CODEC_J2K;
[
18:32:17
] <
loulouxiv
> ^
[
18:32:17
] <
loulouxiv
> decode.c:859:24: note: each undeclared identifier is reported only once for each function it appears in
[
18:32:19
] <
loulouxiv
> decode.c:861:24: error: ‘OPJ_CODEC_JPT’ undeclared (first use in this function)
[
18:32:22
] <
loulouxiv
> codec_format = OPJ_CODEC_JPT;
[
18:32:24
] <
loulouxiv
> ^
[
18:32:27
] <
loulouxiv
> decode.c:863:24: error: ‘OPJ_CODEC_JP2’ undeclared (first use in this function)
[
18:32:29
] <
loulouxiv
> codec_format = OPJ_CODEC_JP2;