1 | $ ./configure --disable-all-engines --enable-debug --disable-translation
|
---|
2 |
|
---|
3 | Running ScummVM configure...
|
---|
4 | Looking for C++ compiler... g++
|
---|
5 | Checking for compiler version... clang 11.0.0, ok
|
---|
6 | Building as C++11... yes
|
---|
7 | Checking if C++11 initializer list is available... yes
|
---|
8 | Checking if C++11 std::nullptr_t is available...yes
|
---|
9 | Checking best debug mode... -g
|
---|
10 | Using LLD linker... no
|
---|
11 | Checking for whether C++ compiler accepts -Wglobal-constructors... yes
|
---|
12 | Checking for whether C++ compiler accepts -Wno-undefined-var-template... yes
|
---|
13 | Checking for whether C++ compiler accepts -Wno-pragma-pack... yes
|
---|
14 | Checking endianness... little
|
---|
15 | Checking 64-bitness... yes
|
---|
16 | Type with 1 byte... char
|
---|
17 | Type with 2 bytes... short
|
---|
18 | Type with 4 bytes... int
|
---|
19 | Type with 8 bytes... long
|
---|
20 | Alignment required... no
|
---|
21 | Checking host CPU architecture... x86_64
|
---|
22 | Checking hosttype... darwin18.7.0
|
---|
23 | You seem to be running Homebrew version 3.2.2...adding /usr/local to paths
|
---|
24 | Set staticlib-prefix to /usr/local
|
---|
25 | Set xcodetools-path to /Applications/Xcode.app/Contents/Developer/Tools
|
---|
26 | Checking for macOS deployment target... 10.14
|
---|
27 | Checking for pkg-config... yes
|
---|
28 | Looking for sdl-config... /usr/local/bin/sdl2-config
|
---|
29 | Checking for SDL... yes
|
---|
30 | Checking for SDL_Net... yes
|
---|
31 | Checking if host is POSIX compliant... yes
|
---|
32 | Checking if posix_spawn is supported... yes
|
---|
33 | Checking whether to have a verbose build... no
|
---|
34 | Checking whether building plugins was requested... no
|
---|
35 | Checking if detection features building statically... yes
|
---|
36 | Checking if building detection features for all engines... yes
|
---|
37 | Checking for Ogg... yes
|
---|
38 | Checking for TTS libraries... yes
|
---|
39 | Checking for Vorbis... yes
|
---|
40 | Checking for Tremor... no (Vorbis/Tremor support is mutually exclusive)
|
---|
41 | Checking for OPL2LPT... no
|
---|
42 | Checking for FLAC >= 1.0.1... yes
|
---|
43 | Checking for MAD... yes
|
---|
44 | Checking for ALSA >= 0.9... no
|
---|
45 | Checking for libjpeg >= v6b... yes
|
---|
46 | Checking for PNG >= 1.2.8... yes
|
---|
47 | Checking for GIF >= 5.0.0... yes
|
---|
48 | Checking for libtheoradec >= 1.0... yes
|
---|
49 | Checking for libfaad... yes
|
---|
50 | Checking for SEQ MIDI... yes
|
---|
51 | Checking for sndio... no
|
---|
52 | Checking for TiMidity... yes
|
---|
53 | Checking for zlib... yes
|
---|
54 | Checking for libmpeg2 >= 0.4.0... yes
|
---|
55 | Checking for liba52... No accelerated IMDCT transform found
|
---|
56 | yes
|
---|
57 | Checking for Sparkle... no
|
---|
58 | Looking for curl-config... /usr/bin/curl-config
|
---|
59 | Checking for libcurl... yes
|
---|
60 | Cloud integration... local, servers
|
---|
61 | Checking for DockTilePlugin... yes
|
---|
62 | Checking for FluidSynth... yes
|
---|
63 | Checking for FluidLite... no (FluidSynth/FluidLite support is mutually exclusive)
|
---|
64 | Checking for readline... skipping (text console disabled)
|
---|
65 | Checking for libunity... no
|
---|
66 | Checking for gtk... no
|
---|
67 | Checking for FreeType2... yes
|
---|
68 | Checking for OpenGL... yes (OpenGL)
|
---|
69 | Checking for GL Extension Wrangler (GLEW)... yes
|
---|
70 | Checking for OpenGL for game... yes (shaders enabled)
|
---|
71 | Checking for pandoc... no
|
---|
72 | Checking for FriBidi... yes
|
---|
73 | Test C++11 compatibility during compilation... no
|
---|
74 | Checking for Discord RPC... no
|
---|
75 | Building translation support... no
|
---|
76 | Building taskbar integration support... osx
|
---|
77 | Building system dialogs support... osx
|
---|
78 | Building text-to-speech support... osx
|
---|
79 | Building TinyGL support... yes
|
---|
80 | Building Bink video support... yes
|
---|
81 | Building updates support... no
|
---|
82 | Enabling Address Sanitizer... no
|
---|
83 | Enabling Thread Sanitizer... no
|
---|
84 | Backend... sdl (2.0.14), 16bit color, high resolution, TinyGL, savegame timestamp, HQ and Edge scalers, aspect ratio correction, MT-32 emulator, Lua, Nuked OPL emulator, cloud
|
---|
85 |
|
---|
86 | Engines Skipped:
|
---|
87 | [all of them]
|
---|
88 |
|
---|
89 | Creating engines/engines.mk
|
---|
90 | Creating engines/detection_table.h
|
---|
91 | Creating engines/plugins_table.h
|
---|
92 | Creating config.h
|
---|
93 | Creating config.mk
|
---|
94 |
|
---|
95 | $ otool -L ./scummvm | awk '{print $1}' | sort
|
---|
96 | ./scummvm:
|
---|
97 | /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
|
---|
98 | /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
|
---|
99 | /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
|
---|
100 | /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
|
---|
101 | /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
|
---|
102 | /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
|
---|
103 | /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
|
---|
104 | /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
|
---|
105 | /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
|
---|
106 | /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
|
---|
107 | /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
|
---|
108 | /usr/lib/libSystem.B.dylib
|
---|
109 | /usr/lib/libc++.1.dylib
|
---|
110 | /usr/lib/libcurl.4.dylib
|
---|
111 | /usr/lib/libobjc.A.dylib
|
---|
112 | /usr/lib/libz.1.dylib
|
---|
113 | /usr/local/opt/a52dec/lib/liba52.0.dylib
|
---|
114 | /usr/local/opt/faad2/lib/libfaad.2.dylib
|
---|
115 | /usr/local/opt/flac/lib/libFLAC.8.dylib
|
---|
116 | /usr/local/opt/fluid-synth/lib/libfluidsynth.2.dylib
|
---|
117 | /usr/local/opt/freetype/lib/libfreetype.6.dylib
|
---|
118 | /usr/local/opt/fribidi/lib/libfribidi.0.dylib
|
---|
119 | /usr/local/opt/giflib/lib/libgif.dylib
|
---|
120 | /usr/local/opt/glew/lib/libGLEW.2.2.dylib
|
---|
121 | /usr/local/opt/jpeg/lib/libjpeg.9.dylib
|
---|
122 | /usr/local/opt/libmpeg2/lib/libmpeg2.0.dylib
|
---|
123 | /usr/local/opt/libogg/lib/libogg.0.dylib
|
---|
124 | /usr/local/opt/libpng/lib/libpng16.16.dylib
|
---|
125 | /usr/local/opt/libvorbis/lib/libvorbis.0.dylib
|
---|
126 | /usr/local/opt/libvorbis/lib/libvorbisfile.3.dylib
|
---|
127 | /usr/local/opt/mad/lib/libmad.0.dylib
|
---|
128 | /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib
|
---|
129 | /usr/local/opt/sdl2_net/lib/libSDL2_net-2.0.0.dylib
|
---|
130 | /usr/local/opt/theora/lib/libtheoradec.1.dylib
|
---|