<HTML><BODY><p>Hi! I need to create only plugins_table.h for Symbian build. I have installed Mingw and MSYS, also unzipped scummvm-required-libs-mingw.zip like described in <a href="http://wiki.scummvm.org/index.php/Compiling_ScummVM/MinGW#Installing_MinGW_and_MSYS" data-mce-href="http://wiki.scummvm.org/index.php/Compiling_ScummVM/MinGW#Installing_MinGW_and_MSYS">http://wiki.scummvm.org/index.php/Compiling_ScummVM/MinGW#Installing_MinGW_and_MSYS</a></p><p>I input this command in MSYS shell : "./configure --enable-all-engines". Here log :<br></p><p>$ ./configure --enable-all-engines<br>Running ScummVM configure...<br>Looking for C++ compiler... g++<br>Checking for compiler version... 4.8.1, ok<br>Building as C++11... no<br>Checking for whether -Wglobal-constructors work... no<br>Checking endianness... little<br>Checking 64-bitness... no<br>Type with 1 byte... char<br>Type with 2 bytes... short<br>Type with 4 bytes... int<br>Type with 8 bytes... long long<br>Alignment required... no<br>Checking host CPU architecture... x86<br>Checking hosttype... mingw32<br>Looking for sdl-config... /mingw/bin/sdl-config<br>Checking if host is POSIX compliant... no<br>Checking whether to have a verbose build... no<br>Checking whether building plugins was requested... no<br>Checking for Ogg Vorbis... yes<br>Checking for Tremor... no (Ogg Vorbis/Tremor support is mutually exclusive)<br>Checking for FLAC >= 1.0.1... yes<br>Checking for MAD... yes<br>Checking for ALSA >= 0.9... no<br>Checking for libjpeg >= v6b... yes<br>Checking for PNG >= 1.2.8... yes<br>Checking for libtheoradec >= 1.0... yes<br>Checking for libfaad... yes<br>Checking for SEQ MIDI... no<br>Checking for sndio... no<br>Checking for TiMidity... no<br>Checking for zlib... yes<br>Checking for libmpeg2 >= 0.4.0... yes<br>Checking for Sparkle... no<br>Checking for libfluidsynth... yes<br>Checking for readline... skipping (text console disabled)<br>Checking for libunity... no<br>Looking for freetype-config... none found!<br>Checking for FreeType2... no<br>Checking for OpenGL... yes<br>Checking for nasm... /mingw/bin/nasm<br>Building translation support... yes (with runtime language detection)<br>Building taskbar integration support... win32<br>Building Bink video support... yes<br>Building updates support... no<br>Backend... sdl (1.2.14), assembly routines, 16bit color, savegame timestamp, HQ<br>scalers, MT-32 emu, event recorder<br>WARNING: Disabling engine ZVision because the following dependencies are unmet:<br>FreeType2<br>Employing little gnomes... work is done</p><p>Engines (builtin):<br> SCUMM [all games]<br> AGI<br> AGOS [all games]<br> Lord Avalot d'Argent<br> CGE<br> Cinematique evo 1<br> Magic Composer<br> Cinematique evo 2<br> Dragon History<br> Drascula: The Vampire Strikes Back<br> Dreamweb<br> Full Pipe<br> Gobli*ns<br> Groovie [all games]<br> Hopkins FBI<br> Hugo Trilogy<br> Kyra [all games]<br> The Last Express<br> Lure of the Temptress<br> MADE<br> Mohawk [all games]<br> Mortevielle<br> Neverhood<br> Parallaction<br> The Journeyman Project: Pegasus Prime<br> Flight of the Amazon Queen<br> SAGA [all games]<br> SCI [all games]<br> Beneath a Steel Sky<br> Broken Sword<br> Broken Sword II<br> Broken Sword 2.5<br> Teen Agent<br> TestBed: the Testing framework<br> Tinsel<br> 3 Skulls of the Toltecs<br> Tony Tough and the Night of Roasted Moths<br> Toonstruck<br> Touche: The Adventures of the Fifth Musketeer<br> TsAGE<br> Bud Tucker in Double Trouble<br> Voyeur<br> Wintermute</p><p>Engines Skipped:<br> ZVision</p><p>WARNING: This ScummVM build contains the following UNSTABLE engines:<br> Lord Avalot d'Argent<br> Full Pipe<br> Groovie [Groovie 2 games]<br> The Last Express<br> Mohawk [Where in Time is Carmen Sandiego?] [Myst] [Riven: The Sequel to Myst]<br> SAGA [SAGA 2 games]<br> SCI [SCI32 games]<br> Broken Sword 2.5<br> TestBed: the Testing framework<br> Voyeur</p><p><br>Creating config.h<br>Creating config.mk<br>Creating engines/engines.mk<br>Creating engines/plugins_table.h</p><p><br>I copy freetype-config.in from freetype-2.5.0.1\builds\unix to MinGW\bin and rename to freetype-config. But nothing changes:<br></p><p>$ ./configure --enable-all-engines<br>Running ScummVM configure...<br>Looking for C++ compiler... g++<br>Checking for compiler version... 4.8.1, ok<br>Building as C++11... no<br>Checking for whether -Wglobal-constructors work... no<br>Checking endianness... little<br>Checking 64-bitness... no<br>Type with 1 byte... char<br>Type with 2 bytes... short<br>Type with 4 bytes... int<br>Type with 8 bytes... long long<br>Alignment required... no<br>Checking host CPU architecture... x86<br>Checking hosttype... mingw32<br>Looking for sdl-config... /mingw/bin/sdl-config<br>Checking if host is POSIX compliant... no<br>Checking whether to have a verbose build... no<br>Checking whether building plugins was requested... no<br>Checking for Ogg Vorbis... yes<br>Checking for Tremor... no (Ogg Vorbis/Tremor support is mutually exclusive)<br>Checking for FLAC >= 1.0.1... yes<br>Checking for MAD... yes<br>Checking for ALSA >= 0.9... no<br>Checking for libjpeg >= v6b... yes<br>Checking for PNG >= 1.2.8... yes<br>Checking for libtheoradec >= 1.0... yes<br>Checking for libfaad... yes<br>Checking for SEQ MIDI... no<br>Checking for sndio... no<br>Checking for TiMidity... no<br>Checking for zlib... yes<br>Checking for libmpeg2 >= 0.4.0... yes<br>Checking for Sparkle... no<br>Checking for libfluidsynth... yes<br>Checking for readline... skipping (text console disabled)<br>Checking for libunity... no<br>Looking for freetype-config... /mingw/bin/freetype-config<br>Checking for FreeType2... no<br>Checking for OpenGL... yes<br>Checking for nasm... /mingw/bin/nasm<br>Building translation support... yes (with runtime language detection)<br>Building taskbar integration support... win32<br>Building Bink video support... yes<br>Building updates support... no<br>Backend... sdl (1.2.14), assembly routines, 16bit color, savegame timestamp, HQ<br>scalers, MT-32 emu, event recorder<br>WARNING: Disabling engine ZVision because the following dependencies are unmet:<br>FreeType2<br>Employing little gnomes... work is done</p><p>Engines (builtin):<br> SCUMM [all games]<br> AGI<br> AGOS [all games]<br> Lord Avalot d'Argent<br> CGE<br> Cinematique evo 1<br> Magic Composer<br> Cinematique evo 2<br> Dragon History<br> Drascula: The Vampire Strikes Back<br> Dreamweb<br> Full Pipe<br> Gobli*ns<br> Groovie [all games]<br> Hopkins FBI<br> Hugo Trilogy<br> Kyra [all games]<br> The Last Express<br> Lure of the Temptress<br> MADE<br> Mohawk [all games]<br> Mortevielle<br> Neverhood<br> Parallaction<br> The Journeyman Project: Pegasus Prime<br> Flight of the Amazon Queen<br> SAGA [all games]<br> SCI [all games]<br> Beneath a Steel Sky<br> Broken Sword<br> Broken Sword II<br> Broken Sword 2.5<br> Teen Agent<br> TestBed: the Testing framework<br> Tinsel<br> 3 Skulls of the Toltecs<br> Tony Tough and the Night of Roasted Moths<br> Toonstruck<br> Touche: The Adventures of the Fifth Musketeer<br> TsAGE<br> Bud Tucker in Double Trouble<br> Voyeur<br> Wintermute</p><p>Engines Skipped:<br> ZVision</p><p>WARNING: This ScummVM build contains the following UNSTABLE engines:<br> Lord Avalot d'Argent<br> Full Pipe<br> Groovie [Groovie 2 games]<br> The Last Express<br> Mohawk [Where in Time is Carmen Sandiego?] [Myst] [Riven: The Sequel to Myst]<br> SAGA [SAGA 2 games]<br> SCI [SCI32 games]<br> Broken Sword 2.5<br> TestBed: the Testing framework<br> Voyeur</p><p><br>Creating config.h<br>Creating config.mk<br>Creating engines/engines.mk<br>Creating engines/plugins_table.h</p><p><br><br><br>Always yours, Fedor</p></BODY></HTML>