google-code-export / photivo

Automatically exported from code.google.com/p/photivo
GNU General Public License v3.0
3 stars 0 forks source link

Compiling ptDcRaw.cpp #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I got small problem with ptDcRaw.cpp:

compiling ../Sources/ptDcRaw.cpp
../Sources/ptDcRaw.cpp: In member function 'void ptDcRaw::lossy_dng_load_raw()':
../Sources/ptDcRaw.cpp:2297:9: error: 'tile_length' was not declared in this 
scope
../Sources/ptDcRaw.cpp:2303:36: error: 'struct jpeg_decompress_struct' has no 
member named 'output_m_Width'
../Sources/ptDcRaw.cpp:2304:42: error: 'struct jpeg_decompress_struct' has no 
member named 'output_m_Height'
../Sources/ptDcRaw.cpp:2308:31: error: 'struct jpeg_decompress_struct' has no 
member named 'output_m_Width'
../Sources/ptDcRaw.cpp:2309:82: error: invalid types 'uint16_t {aka short 
unsigned int}[JSAMPLE {aka unsigned char}]' for array subscript
../Sources/ptDcRaw.cpp:2313:18: error: 'm_Tile_Width' was not declared in this 
scope
../Sources/ptDcRaw.cpp:2314:15: error: 'm_Tile_Length' was not declared in this 
scope

GCC 4.6.3, Ubuntu 12.04, Photivo default branch, 2012.08.24

Original issue reported on code.google.com by salvadh...@gmail.com on 25 Aug 2012 at 7:31

GoogleCodeExporter commented 9 years ago
I guess this is no longer a problem? Photivo just compiles fine on my system.

Original comment by m...@mm-log.com on 29 Sep 2012 at 11:42