Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04697 Compiling Major Always Feb 19, 2012, 23:08 Feb 20, 2012, 18:05
Tester Tafoid View Status Public Platform MAME (Self-compiled)
Assigned To aaron Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.145u1 Fixed in Version 0.145u2 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 04697: Unable to compile LDRESAMPLE.exe tool
Description
Compiling src/tools/ldresample.c...
src/tools/ldresample.c: In function 'chd_error open_chd(chd_file&, const char*,
movie_info&)':
src/tools/ldresample.c:157: error: 'chd_error_string' was not declared in this s
cope
src/tools/ldresample.c:163: error: 'chd' was not declared in this scope
src/tools/ldresample.c:166: error: 'chd_error_string' was not declared in this s
cope
src/tools/ldresample.c:181: error: base operand of '->' has non-pointer type 'ch
d_file'
src/tools/ldresample.c: In function 'chd_error create_chd(chd_compressor&, const
 char*, chd_file&, const movie_info&)':
src/tools/ldresample.c:204: error: 'class chd_compressor' has no member named 'c
reate'
src/tools/ldresample.c:207: error: 'chd_error_string' was not declared in this s
cope
src/tools/ldresample.c:212: error: 'class chd_compressor' has no member named 'c
lone_all_metadata'
src/tools/ldresample.c:215: error: 'chd_error_string' was not declared in this s
cope
src/tools/ldresample.c:220: error: 'class chd_compressor' has no member named 'c
ompress_begin'
src/tools/ldresample.c:223: error: 'chd_error_string' was not declared in this s
cope
src/tools/ldresample.c: In function 'int read_chd(chd_file*, UINT32, movie_info*
, UINT32)':
src/tools/ldresample.c:237: error: 'av_codec_decompress_config' was not declared
 in this scope
src/tools/ldresample.c:237: error: expected ';' before 'avconfig'
src/tools/ldresample.c:241: error: 'avconfig' was not declared in this scope
src/tools/ldresample.c:241: error: no match for 'operator*' in '*info->_movie_in
fo::bitmap'
src/tools/ldresample.c:241: error: base operand of '->' has non-pointer type 'bi
tmap_yuy16'
src/tools/ldresample.c:248: error: 'AV_CODEC_DECOMPRESS_CONFIG' was not declared
 in this scope
src/tools/ldresample.c:248: error: 'chd_codec_config' was not declared in this s
cope
src/tools/ldresample.c:251: error: 'chd_read' was not declared in this scope
src/tools/ldresample.c: In function 'int write_chd(chd_file*, UINT32, movie_info
*)':
src/tools/ldresample.c:265: error: 'av_codec_compress_config' was not declared i
n this scope
src/tools/ldresample.c:265: error: expected ';' before 'avconfig'
src/tools/ldresample.c:269: error: 'avconfig' was not declared in this scope
src/tools/ldresample.c:269: error: no match for 'operator*' in '*info->_movie_in
fo::bitmap'
src/tools/ldresample.c:269: error: base operand of '->' has non-pointer type 'bi
tmap_yuy16'
src/tools/ldresample.c:276: error: 'AV_CODEC_COMPRESS_CONFIG' was not declared i
n this scope
src/tools/ldresample.c:276: error: 'chd_codec_config' was not declared in this s
cope
src/tools/ldresample.c:279: error: 'chd_compress_hunk' was not declared in this
scope
src/tools/ldresample.c: In function 'void create_close_chd(chd_file*)':
src/tools/ldresample.c:295: error: 'chd_compress_finish' was not declared in thi
s scope
src/tools/ldresample.c:297: error: 'chd_error_string' was not declared in this s
cope
src/tools/ldresample.c:299: error: 'chd_close' was not declared in this scope
src/tools/ldresample.c: In function 'void close_chd(chd_file*, movie_info*)':
src/tools/ldresample.c:310: error: 'chd_free_buffers' was not declared in this s
cope
src/tools/ldresample.c:311: error: 'chd_close' was not declared in this scope
In file included from src/tools/ldresample.c:45:
src/lib/util/bitmap.h: In copy constructor 'bitmap16_t::bitmap16_t(const bitmap1
6_t&)':
src/lib/util/bitmap.h:133: error: 'bitmap_t::bitmap_t(const bitmap_t&)' is priva
te
src/lib/util/bitmap.h:228: error: within this context
src/lib/util/bitmap.h: In copy constructor 'bitmap_yuy16::bitmap_yuy16(const bit
map_yuy16&)':
src/lib/util/bitmap.h:371: note: synthesized method 'bitmap16_t::bitmap16_t(cons
t bitmap16_t&)' first required here
src/tools/ldresample.c: In function 'int utf8_main(int, char**)':
src/tools/ldresample.c:489: note: synthesized method 'bitmap_yuy16::bitmap_yuy16
(const bitmap_yuy16&)' first required here
src/lib/util/coretmpl.h:57: error: 'dynamic_array<_ElementType>::dynamic_array(c
onst dynamic_array<_ElementType>&) [with _ElementType = short int]' is private
src/tools/ldresample.c:489: error: within this context
src/lib/util/coretmpl.h:57: error: 'dynamic_array<_ElementType>::dynamic_array(c
onst dynamic_array<_ElementType>&) [with _ElementType = short int]' is private
src/tools/ldresample.c:489: error: within this context
src/tools/ldresample.c:536: error: cannot convert 'chd_file' to 'chd_file*' for
argument '1' to 'int find_edge_near_field(chd_file*, UINT32, movie_info*, int, I
NT32*)'
src/tools/ldresample.c:548: error: invalid initialization of reference of type '
chd_compressor&' from expression of type 'chd_file*'
src/tools/ldresample.c:200: error: in passing argument 1 of 'chd_error create_chd(chd_compressor&, const char*, chd_file&, const movie_info&)'
src/tools/ldresample.c:597: error: cannot convert 'chd_file' to 'chd_file*' for
argument '1' to 'int read_chd(chd_file*, UINT32, movie_info*, UINT32)'
src/tools/ldresample.c:619: error: cannot convert 'chd_file' to 'chd_file*' for
argument '1' to 'int read_chd(chd_file*, UINT32, movie_info*, UINT32)'
src/tools/ldresample.c:630: error: cannot convert 'chd_file' to 'chd_file*' for
argument '1' to 'void close_chd(chd_file*, movie_info*)'
make: *** [obj/windows/tools/ldresample.o] Error 1
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.145u1
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.