MAMEWorld >> News
View all threads Index   Flat Mode Flat  

belegdol
Reged: 04/18/04
Posts: 213
Send PM
Re: MAME 0.145u1
02/19/12 08:13 PM


It seems that laserdisc-related tools do not build (tested on linux with make all):

Quote:


src/tools/ldresample.c: In function 'chd_error open_chd(chd_file&, const char*, movie_info&)':
src/tools/ldresample.c:157:74: error: 'chd_error_string' was not declared in this scope
src/tools/ldresample.c:163:11: error: 'chd' was not declared in this scope
src/tools/ldresample.c:166:78: error: 'chd_error_string' was not declared in this scope
src/tools/ldresample.c:181:23: error: base operand of '->' has non-pointer type 'chd_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:26: error: 'class chd_compressor' has no member named 'create'
src/tools/ldresample.c:207:79: error: 'chd_error_string' was not declared in this scope
src/tools/ldresample.c:212:16: error: 'class chd_compressor' has no member named 'clone_all_metadata'
src/tools/ldresample.c:215:74: error: 'chd_error_string' was not declared in this scope
src/tools/ldresample.c:220:16: error: 'class chd_compressor' has no member named 'compress_begin'
src/tools/ldresample.c:223:79: error: 'chd_error_string' was not declared in this scope
src/tools/ldresample.c: In function 'int read_chd(chd_file*, UINT32, movie_info*, UINT32)':
src/tools/ldresample.c:237:2: error: 'av_codec_decompress_config' was not declared in this scope
src/tools/ldresample.c:237:29: error: expected ';' before 'avconfig'
src/tools/ldresample.c:241:2: error: 'avconfig' was not declared in this scope
src/tools/ldresample.c:241:29: error: no match for 'operator*' in '*info->_movie_info::bitmap'
src/tools/ldresample.c:241:49: error: base operand of '->' has non-pointer type 'bitmap_yuy16'
src/tools/ldresample.c:248:25: error: 'AV_CODEC_DECOMPRESS_CONFIG' was not declared in this scope
src/tools/ldresample.c:248:62: error: 'chd_codec_config' was not declared in this scope
src/tools/ldresample.c:251:39: 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:2: error: 'av_codec_compress_config' was not declared in this scope
src/tools/ldresample.c:265:27: error: expected ';' before 'avconfig'
src/tools/ldresample.c:269:2: error: 'avconfig' was not declared in this scope
src/tools/ldresample.c:269:29: error: no match for 'operator*' in '*info->_movie_info::bitmap'
src/tools/ldresample.c:269:49: error: base operand of '->' has non-pointer type 'bitmap_yuy16'
src/tools/ldresample.c:276:25: error: 'AV_CODEC_COMPRESS_CONFIG' was not declared in this scope
src/tools/ldresample.c:276:60: error: 'chd_codec_config' was not declared in this scope
src/tools/ldresample.c:279:49: 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:35: error: 'chd_compress_finish' was not declared in this scope
src/tools/ldresample.c:297:76: error: 'chd_error_string' was not declared in this scope
src/tools/ldresample.c:299:16: 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:24: error: 'chd_free_buffers' was not declared in this scope
src/tools/ldresample.c:311:16: error: 'chd_close' was not declared in this scope
src/tools/ldresample.c: In function 'int main(int, char**)':
src/tools/ldresample.c:536:60: error: cannot convert 'chd_file' to 'chd_file*' for argument '1' to 'int find_edge_near_field(chd_file*, UINT32, movie_info*, int, INT32*)'
src/tools/ldresample.c:548:55: error: invalid initialization of reference of type 'chd_compressor&' from expression of type 'chd_file*'
src/tools/ldresample.c:200:18: error: in passing argument 1 of 'chd_error create_chd(chd_compressor&, const char*, chd_file&, const movie_info&)'
src/tools/ldresample.c:597:50: 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:56: 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:26: error: cannot convert 'chd_file' to 'chd_file*' for argument '1' to 'void close_chd(chd_file*, movie_info*)'
src/tools/ldverify.c: In function 'void* open_chd(const char*, movie_info*)':
src/tools/ldverify.c:212:30: error: 'CHD_OPEN_READ' was not declared in this scope
src/tools/ldverify.c:212:57: error: 'chd_open' was not declared in this scope
src/tools/ldverify.c:215:74: error: 'chd_error_string' was not declared in this scope
src/tools/ldverify.c:220:103: error: 'chd_get_metadata' was not declared in this scope
src/tools/ldverify.c:223:78: error: 'chd_error_string' was not declared in this scope
src/tools/ldverify.c:224:16: error: 'chd_close' was not declared in this scope
src/tools/ldverify.c:232:16: error: 'chd_close' was not declared in this scope
src/tools/ldverify.c:238:38: error: 'chd_get_header' was not declared in this scope
src/tools/ldverify.c: In function 'int read_chd(void*, int, bitmap_yuy16&, INT16*, INT16*, int*)':
src/tools/ldverify.c:263:2: error: 'av_codec_decompress_config' was not declared in this scope
src/tools/ldverify.c:263:29: error: expected ';' before 'avconfig'
src/tools/ldverify.c:275:3: error: 'avconfig' was not declared in this scope
src/tools/ldverify.c:284:38: error: 'AV_CODEC_DECOMPRESS_CONFIG' was not declared in this scope
src/tools/ldverify.c:284:75: error: 'chd_codec_config' was not declared in this scope
src/tools/ldverify.c:287:82: error: 'chd_read' was not declared in this scope
src/tools/ldverify.c: In function 'void close_chd(void*)':
src/tools/ldverify.c:304:28: error: 'chd_close' was not declared in this scope
make: *** [obj/sdl/tools/ldresample.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [obj/sdl/tools/ldverify.o] Error 1









Entire thread
Subject Posted by Posted on
* MAME 0.145u1 redk9258 02/19/12 06:23 PM
. * Re: MAME 0.145u1 kevenz  02/28/12 05:23 AM
. * Re: MAME 0.145u1 B2K24  02/28/12 06:29 AM
. * Re: MAME 0.145u1 CiroConsentino  02/22/12 04:20 PM
. * Re: MAME 0.145u1 etabeta  02/22/12 07:31 PM
. * Re: MAME 0.145u1 CiroConsentino  02/22/12 08:49 PM
. * Re: MAME 0.145u1 Doosh  02/20/12 09:20 PM
. * Re: MAME 0.145u1 AaronGiles  02/20/12 09:29 PM
. * Re: MAME 0.145u1 Llaffer  02/22/12 12:32 AM
. * Re: MAME 0.145u1 B2K24  02/22/12 02:23 AM
. * Re: MAME 0.145u1 Anonymous  02/20/12 10:48 PM
. * Re: MAME 0.145u1 etabeta  02/20/12 09:24 PM
. * Are the CHD changes safe or is it recommended to wait? Pr3tty F1y  02/20/12 07:51 PM
. * Re: Are the CHD changes safe or is it recommended to wait? etabeta  02/20/12 07:59 PM
. * Re: Are the CHD changes safe or is it recommended to wait? krick  02/21/12 04:53 AM
. * Re: Are the CHD changes safe or is it recommended to wait? etabeta  02/21/12 12:00 PM
. * Re: Are the CHD changes safe or is it recommended to wait? R. Belmont  02/21/12 09:57 PM
. * current chdman state... etabeta  02/22/12 10:57 AM
. * Re: current chdman state... R. Belmont  02/22/12 09:41 PM
. * Re: current chdman state... SmitdoggAdministrator  02/22/12 10:11 PM
. * Re: current chdman state... B2K24  02/22/12 10:35 PM
. * Re: current chdman state... SmitdoggAdministrator  02/22/12 10:37 PM
. * Re: current chdman state... Naoki  02/23/12 12:43 AM
. * Re: current chdman state... SmitdoggAdministrator  02/23/12 12:45 AM
. * Re: current chdman state... Naoki  02/23/12 02:10 AM
. * Re: Are the CHD changes safe or is it recommended to wait? BIOS-D  02/21/12 05:25 AM
. * Re: Are the CHD changes safe or is it recommended to wait? R. Belmont  02/21/12 11:03 PM
. * Re: Are the CHD changes safe or is it recommended to wait? Pr3tty F1y  02/21/12 11:56 PM
. * Re: Are the CHD changes safe or is it recommended to wait? CiroConsentino  02/22/12 01:18 AM
. * Re: MAME 0.145u1 CiroConsentino  02/20/12 01:35 PM
. * Re: MAME 0.145u1 krick  02/20/12 05:36 PM
. * Re: MAME 0.145u1 Sune  02/20/12 06:08 PM
. * Re: MAME 0.145u1 TafoidAdministrator  02/20/12 05:43 PM
. * Re: MAME 0.145u1 etabeta  02/20/12 01:39 PM
. * Re: MAME 0.145u1 CiroConsentino  02/20/12 06:01 PM
. * chd update trouble Sune  02/20/12 04:05 AM
. * Re: chd update trouble xibic  02/20/12 02:00 PM
. * Re: chd update trouble Sune  02/20/12 02:43 PM
. * Re: chd update trouble etabeta  02/20/12 02:53 PM
. * Re: chd update trouble Sune  02/20/12 03:31 PM
. * Re: chd update trouble redk9258  02/20/12 04:46 AM
. * Re: MAME 0.145u1 CiroConsentino  02/20/12 01:05 AM
. * CHDMAN Naoki  02/19/12 10:20 PM
. * CHDs inside ZIPs is missing... MASH  02/19/12 10:41 PM
. * Re: CHDs inside ZIPs is missing... redk9258  02/19/12 11:22 PM
. * Re: Test it! MASH  02/19/12 11:32 PM
. * Re: Test it! Naoki  02/20/12 12:32 AM
. * MAME_0.145u1b_32-bit... redk9258  02/19/12 08:36 PM
. * Re: MAME_0.145u1b_32-bit... KingTut  02/19/12 08:58 PM
. * MAME_0.145u1b_64-bit... redk9258  02/19/12 08:27 PM
. * Re: MAME_0.145u1b_64-bit... Dullaron  02/21/12 03:50 AM
. * Re: MAME_0.145u1b_64-bit... redk9258  02/21/12 04:06 AM
. * Re: MAME_0.145u1b_64-bit... CiroConsentino  02/20/12 12:31 PM
. * Thank You (nt) Trebor  02/20/12 05:14 AM
. * Re: MAME 0.145u1 belegdol  02/19/12 08:13 PM
. * Re: MAME 0.145u1 Cyberzinho Punk  02/19/12 08:16 PM
. * Re: MAME 0.145u1 R. Belmont  02/19/12 10:51 PM
. * Re: MAME 0.145u1 belegdol  02/19/12 06:43 PM
. * Re: MAME 0.145u1 redk9258  02/19/12 07:06 PM
. * Re: MAME 0.145u1 Kale  02/19/12 07:30 PM
. * Re: MAME 0.145u1 redk9258  02/19/12 07:38 PM
. * Re: MAME 0.145u1 Kale  02/19/12 07:44 PM
. * Re: MAME 0.145u1 StevieWunderful  02/19/12 11:51 PM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
0 registered and 11 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 8735