id summary reporter owner description type status priority component version resolution keywords cc game 5570 MIDI compile warnings SF/ezekiel000 fingolfin "{{{#!Markdown I build my own version of ScummVM whenever one of the WIP engines I'm interested in is updated. When I do my own build it builds clean with only one error, the following shows up in the terminal \(only the relevant section and one line before and after\): C++ backends/midi/seq.o backends/midi/seq.cpp: In member function ‘virtual void MidiDriver\_SEQ::send\(uint32\)’: backends/midi/seq.cpp:150: warning: ignoring return value of ‘ssize\_t write\(int, const void\*, size\_t\)’, declared with attribute warn\_unused\_result backends/midi/seq.cpp: In member function ‘virtual void MidiDriver\_SEQ::sysEx\(const byte\*, uint16\)’: backends/midi/seq.cpp:175: warning: ignoring return value of ‘ssize\_t write\(int, const void\*, size\_t\)’, declared with attribute warn\_unused\_result C++ backends/midi/stmidi.o C++ backends/midi/timidity.o backends/midi/timidity.cpp: In member function ‘char\* MidiDriver\_TIMIDITY::timidity\_ctl\_command\(const char\*, ...\)’: backends/midi/timidity.cpp:340: warning: ignoring return value of ‘ssize\_t write\(int, const void\*, size\_t\)’, declared with attribute warn\_unused\_result C++ backends/midi/dmedia.o I use the following to configure my build: ./configure --enable-mohawk --enable-sword25 --disable-he --disable-agi --disable-agos --disable-agos2 --disable-cine --disable-cruise --disable-draci --disable-drascula --disable-gob --disable-groovie --disable-kyra --disable-lure --disable-parallaction --disable-queen --disable-saga --disable-ihnm --disable-sci --disable-sky --disable-teenagent --disable-touche --disable-tucker --disable-debug --disable-mt32emu --disable-mad --disable-flac --disable-fluidsynth --disable-readline --enable-release I have attached the output of configure, I have the options I want built in but disable or don't provide the libs for Flac, Mp3, mpeg2, fluidsynth. I'm running Ubuntu 10.10 amd64 \(quad core\) the latest build I've made \(which all the info comes from\) is SVN 55153. }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#3153076. Ticket imported from: bugs/5570. }}}" defect closed normal Audio: MT32 fixed build