Mechanized Assault & eXploration Reloaded



#1 May 27, 2010 9:42 pm
Kallisto Offline
Mitglied
Registered since: May 25, 2010
Posts: 1


Subject: Problem compiling resinstaller
Hello everyone... first of all... one big freakin' KUDOS to the dev team! I was looking around for a tool to extract the content of the RES files and stumbled upon the project. I still have the original disc and still play the game... but now, it's a rare thing to have a chance to play with someone else.

So I wanted to use the stuff on my original disc. I downloaded and ran ./configure on resinstaller (I'm using Ubuntu Lucid), and I got this lengthy result:

Quote:
ogg_encode.cpp:22:30: error: vorbis/vorbisenc.h: No such file or directory
ogg_encode.cpp: In function ‘void encodeWAV(std::string, cWaveFile&)’:
ogg_encode.cpp:37: error: ‘ogg_stream_state’ was not declared in this scope
ogg_encode.cpp:37: error: expected ‘;’ before ‘oggStream’
ogg_encode.cpp:38: error: ‘ogg_page’ was not declared in this scope
ogg_encode.cpp:38: error: expected ‘;’ before ‘oggPage’
ogg_encode.cpp:39: error: ‘ogg_packet’ was not declared in this scope
ogg_encode.cpp:39: error: expected ‘;’ before ‘oggPacket’
ogg_encode.cpp:41: error: ‘vorbis_info’ was not declared in this scope
ogg_encode.cpp:41: error: expected ‘;’ before ‘vorbisInfo’
ogg_encode.cpp:42: error: ‘vorbis_comment’ was not declared in this scope
ogg_encode.cpp:42: error: expected ‘;’ before ‘vorbisComment’
ogg_encode.cpp:43: error: ‘vorbis_dsp_state’ was not declared in this scope
ogg_encode.cpp:43: error: expected ‘;’ before ‘vorbisDSPState’
ogg_encode.cpp:44: error: ‘vorbis_block’ was not declared in this scope
ogg_encode.cpp:44: error: expected ‘;’ before ‘vorbisBlock’
ogg_encode.cpp:69: error: ‘vorbisInfo’ was not declared in this scope
ogg_encode.cpp:69: error: ‘vorbis_info_init’ was not declared in this scope
ogg_encode.cpp:70: error: ‘vorbis_encode_init_vbr’ was not declared in this scope
ogg_encode.cpp:76: error: ‘vorbisComment’ was not declared in this scope
ogg_encode.cpp:76: error: ‘vorbis_comment_init’ was not declared in this scope
ogg_encode.cpp:77: error: ‘vorbisDSPState’ was not declared in this scope
ogg_encode.cpp:77: error: ‘vorbis_analysis_init’ was not declared in this scope
ogg_encode.cpp:78: error: ‘vorbisBlock’ was not declared in this scope
ogg_encode.cpp:78: error: ‘vorbis_block_init’ was not declared in this scope
ogg_encode.cpp:80: error: ‘oggStream’ was not declared in this scope
ogg_encode.cpp:80: error: ‘ogg_stream_init’ was not declared in this scope
ogg_encode.cpp:84: error: expected ‘;’ before ‘header’
ogg_encode.cpp:85: error: expected ‘;’ before ‘header_comm’
ogg_encode.cpp:86: error: expected ‘;’ before ‘header_code’
ogg_encode.cpp:88: error: ‘header’ was not declared in this scope
ogg_encode.cpp:88: error: ‘header_comm’ was not declared in this scope
ogg_encode.cpp:88: error: ‘header_code’ was not declared in this scope
ogg_encode.cpp:88: error: ‘vorbis_analysis_headerout’ was not declared in this scope
ogg_encode.cpp:89: error: ‘ogg_stream_packetin’ was not declared in this scope
ogg_encode.cpp:94: error: ‘oggPage’ was not declared in this scope
ogg_encode.cpp:94: error: ‘ogg_stream_flush’ was not declared in this scope
ogg_encode.cpp:105: error: ‘vorbis_analysis_buffer’ was not declared in this scope
ogg_encode.cpp:120: error: ‘vorbis_analysis_wrote’ was not declared in this scope
ogg_encode.cpp:122: error: ‘vorbis_analysis_blockout’ was not declared in this scope
ogg_encode.cpp:124: error: ‘vorbis_analysis’ was not declared in this scope
ogg_encode.cpp:125: error: ‘vorbis_bitrate_addblock’ was not declared in this scope
ogg_encode.cpp:127: error: ‘oggPacket’ was not declared in this scope
ogg_encode.cpp:127: error: ‘vorbis_bitrate_flushpacket’ was not declared in this scope
ogg_encode.cpp:134: error: ‘oggPage’ was not declared in this scope
ogg_encode.cpp:134: error: ‘ogg_stream_pageout’ was not declared in this scope
ogg_encode.cpp:139: error: ‘ogg_page_eos’ was not declared in this scope
ogg_encode.cpp:148: error: ‘ogg_stream_clear’ was not declared in this scope
ogg_encode.cpp:149: error: ‘vorbis_block_clear’ was not declared in this scope
ogg_encode.cpp:150: error: ‘vorbis_dsp_clear’ was not declared in this scope
ogg_encode.cpp:151: error: ‘vorbis_comment_clear’ was not declared in this scope
ogg_encode.cpp:152: error: ‘vorbis_info_clear’ was not declared in this scope

I guess I'm missing a package but I don't know which... any ideas?
↑  ↓

#2 May 28, 2010 1:44 pm
beko beko Offline
Developer, Administrator
Registered since: Jun 04, 2004
Posts: 2,279


Subject: Re: Problem compiling resinstaller
You're missing vorbis or oggenc dev/header package. Search for both and you're good.
Bernd Kosmahl
"Sir, we are surrounded!" - "Great - we can attack in any direction."
↑  ↓

#3 May 28, 2010 5:39 pm
beko beko Offline
Developer, Administrator
Registered since: Jun 04, 2004
Posts: 2,279


Subject: Re: Problem compiling resinstaller
try apt-get install libvorbis-dev libogg-dev

I looked both up on an ubuntu installation today. One should offer the missing header file Smiling
Bernd Kosmahl
"Sir, we are surrounded!" - "Great - we can attack in any direction."
↑  ↓

Pages (1): 1


All times are GMT +02:00. Current time: 9:39 am.