Ticket #12737: scummvm_trac_12737_config_and_libs.txt

File scummvm_trac_12737_config_and_libs.txt, 5.1 KB (added by dwatteau, 3 years ago)

configure output and list of enabled libs (from Homebrew), if this matters

Line 
1$ ./configure --disable-all-engines --enable-debug --disable-translation
2
3Running ScummVM configure...
4Looking for C++ compiler... g++
5Checking for compiler version... clang 11.0.0, ok
6Building as C++11... yes
7Checking if C++11 initializer list is available... yes
8Checking if C++11 std::nullptr_t is available...yes
9Checking best debug mode... -g
10Using LLD linker... no
11Checking for whether C++ compiler accepts -Wglobal-constructors... yes
12Checking for whether C++ compiler accepts -Wno-undefined-var-template... yes
13Checking for whether C++ compiler accepts -Wno-pragma-pack... yes
14Checking endianness... little
15Checking 64-bitness... yes
16Type with 1 byte... char
17Type with 2 bytes... short
18Type with 4 bytes... int
19Type with 8 bytes... long
20Alignment required... no
21Checking host CPU architecture... x86_64
22Checking hosttype... darwin18.7.0
23You seem to be running Homebrew version 3.2.2...adding /usr/local to paths
24Set staticlib-prefix to /usr/local
25Set xcodetools-path to /Applications/Xcode.app/Contents/Developer/Tools
26Checking for macOS deployment target... 10.14
27Checking for pkg-config... yes
28Looking for sdl-config... /usr/local/bin/sdl2-config
29Checking for SDL... yes
30Checking for SDL_Net... yes
31Checking if host is POSIX compliant... yes
32Checking if posix_spawn is supported... yes
33Checking whether to have a verbose build... no
34Checking whether building plugins was requested... no
35Checking if detection features building statically... yes
36Checking if building detection features for all engines... yes
37Checking for Ogg... yes
38Checking for TTS libraries... yes
39Checking for Vorbis... yes
40Checking for Tremor... no (Vorbis/Tremor support is mutually exclusive)
41Checking for OPL2LPT... no
42Checking for FLAC >= 1.0.1... yes
43Checking for MAD... yes
44Checking for ALSA >= 0.9... no
45Checking for libjpeg >= v6b... yes
46Checking for PNG >= 1.2.8... yes
47Checking for GIF >= 5.0.0... yes
48Checking for libtheoradec >= 1.0... yes
49Checking for libfaad... yes
50Checking for SEQ MIDI... yes
51Checking for sndio... no
52Checking for TiMidity... yes
53Checking for zlib... yes
54Checking for libmpeg2 >= 0.4.0... yes
55Checking for liba52... No accelerated IMDCT transform found
56yes
57Checking for Sparkle... no
58Looking for curl-config... /usr/bin/curl-config
59Checking for libcurl... yes
60Cloud integration... local, servers
61Checking for DockTilePlugin... yes
62Checking for FluidSynth... yes
63Checking for FluidLite... no (FluidSynth/FluidLite support is mutually exclusive)
64Checking for readline... skipping (text console disabled)
65Checking for libunity... no
66Checking for gtk... no
67Checking for FreeType2... yes
68Checking for OpenGL... yes (OpenGL)
69Checking for GL Extension Wrangler (GLEW)... yes
70Checking for OpenGL for game... yes (shaders enabled)
71Checking for pandoc... no
72Checking for FriBidi... yes
73Test C++11 compatibility during compilation... no
74Checking for Discord RPC... no
75Building translation support... no
76Building taskbar integration support... osx
77Building system dialogs support... osx
78Building text-to-speech support... osx
79Building TinyGL support... yes
80Building Bink video support... yes
81Building updates support... no
82Enabling Address Sanitizer... no
83Enabling Thread Sanitizer... no
84Backend... 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
86Engines Skipped:
87 [all of them]
88
89Creating engines/engines.mk
90Creating engines/detection_table.h
91Creating engines/plugins_table.h
92Creating config.h
93Creating 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