Skip to content

Instantly share code, notes, and snippets.

@Roboron3042
Created July 7, 2021 13:53
Show Gist options
  • Save Roboron3042/fc7fbeb8c7caaea2227b41598060ae36 to your computer and use it in GitHub Desktop.
Save Roboron3042/fc7fbeb8c7caaea2227b41598060ae36 to your computer and use it in GitHub Desktop.
-- The C compiler identification is GNU 11.1.0
-- The CXX compiler identification is GNU 11.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/i686-w64-mingw32-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking whether system has ANSI C header files
-- Looking for 8 include files dlfcn.h, ..., float.h
-- Looking for 8 include files dlfcn.h, ..., float.h - not found
-- ANSI C header files - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for DIR in sys/stat.h;sys/types.h;dirent.h
-- Looking for DIR in sys/stat.h;sys/types.h;dirent.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for stdio.h
-- Looking for stdio.h - found
-- Looking for math.h
-- Looking for math.h - found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - not found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - not found
-- Looking for netinet/tcp.h
-- Looking for netinet/tcp.h - not found
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - not found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of long long
-- Check size of long long - done
-- Performing Test _have_inline
-- Performing Test _have_inline - Success
-- Performing Test _have_vla
-- Performing Test _have_vla - Success
-- Performing Test HAVE_INCOMPATIBLE_POINTER_TYPES
-- Performing Test HAVE_INCOMPATIBLE_POINTER_TYPES - Success
-- Targetting Windows Version 0x0400
-- Looking for windows.h
-- Looking for windows.h - found
-- Looking for io.h
-- Looking for io.h - found
-- Looking for dsound.h
-- Looking for dsound.h - found
-- Looking for include files windows.h, mmsystem.h
-- Looking for include files windows.h, mmsystem.h - found
-- Looking for include files mmdeviceapi.h, audioclient.h
-- Looking for include files mmdeviceapi.h, audioclient.h - found
-- Looking for objbase.h
-- Looking for objbase.h - found
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3")
-- Checking for modules 'glib-2.0>=2.6.5;gthread-2.0>=2.6.5'
-- Found glib-2.0, version 2.68.3
-- Found gthread-2.0, version 2.68.3
-- Checking for module 'libinstpatch-1.0>=1.1.0'
-- Package 'libinstpatch-1.0', required by 'virtual:world', not found
-- Found OpenMP 201511
-- Looking for sinf
-- Looking for sinf - found
-- Looking for cosf
-- Looking for cosf - found
-- Looking for fabsf
-- Looking for fabsf - found
-- Looking for powf
-- Looking for powf - found
-- Looking for sqrtf
-- Looking for sqrtf - found
-- Looking for logf
-- Looking for logf - found
-- Looking for inet_ntop
-- Looking for inet_ntop - not found
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
--
**************************************************************
Build Summary:
Build type: RelWithDebInfo
Install Prefix: /usr/i686-w64-mingw32
Audio / MIDI driver support:
ALSA: no
CoreAudio: no
CoreMIDI: no
DSound: yes
JACK: no
MidiShare: no
Oboe: no
OpenSLES: no
OS/2 DART: no
OSS: no
PortAudio: no
PulseAudio: no
SDL2: no
WASAPI: yes
WaveOut: no
WinMidi: no
Support for SF3 files: no (libsndfile not found)
Support for DLS files: no (libinstpatch not found)
Audio to file rendering: no
libsndfile: no (RAW PCM rendering only)
Miscellaneous support:
D-Bus: no
LADSPA support: no
LASH support: no
NETWORK Support: no
IPV6 Support: no
Readline: no
systemd: no
getopt: yes
Developer nerds info:
Samples type: double
Multithread rendering: yes
OpenMP 4.0: yes
Profiling: no
Debug Build: no
Trap on FPE (debug): no
Check FPE (debug): no
UBSan (debug): no
Coverage: no
**************************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment