Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Last active July 4, 2016 19:58
Show Gist options
  • Save thoraxe/f9c66682c5d68c112800f151af076cb9 to your computer and use it in GitHub Desktop.
Save thoraxe/f9c66682c5d68c112800f151af076cb9 to your computer and use it in GitHub Desktop.
In file included from src/util/math.h:11:0,
from src/util/types.h:4,
from src/analyser.h:4,
from src/analyserwaveform.h:10,
from src/analyserwaveform.cpp:6:
src/util/fpclassify.h:22:20: error: ‘std::util_fpclassify’ has not been declared
#define fpclassify util_fpclassify
^
src/util/fpclassify.h:23:18: error: ‘std::util_isfinite’ has not been declared
#define isfinite util_isfinite
^
src/util/fpclassify.h:20:15: error: ‘std::util_isinf’ has not been declared
#define isinf util_isinf
^
src/util/fpclassify.h:19:15: error: ‘std::util_isnan’ has not been declared
#define isnan util_isnan
^
src/util/fpclassify.h:21:18: error: ‘std::util_isnormal’ has not been declared
#define isnormal util_isnormal
^
In file included from src/util/math.h:11:0,
from src/util/types.h:4,
from src/analyser.h:4,
from src/analyserqueue.h:11,
from src/analyserqueue.cpp:8:
src/util/fpclassify.h:22:20: error: ‘std::util_fpclassify’ has not been declared
#define fpclassify util_fpclassify
^
src/util/fpclassify.h:23:18: error: ‘std::util_isfinite’ has not been declared
#define isfinite util_isfinite
^
src/util/fpclassify.h:20:15: error: ‘std::util_isinf’ has not been declared
#define isinf util_isinf
^
src/util/fpclassify.h:19:15: error: ‘std::util_isnan’ has not been declared
#define isnan util_isnan
^
src/util/fpclassify.h:21:18: error: ‘std::util_isnormal’ has not been declared
#define isnormal util_isnormal
^
[thoraxe:~/Music/mixxx-src] 1.12* ± scons prefix=/home/thoraxe/Music/mixxx -j 8 optimize=native
scons: Reading SConscript files ...
INFO:root:Target Platform: linux
INFO:root:Target Machine: x86_64
INFO:root:Build: debug
INFO:root:Toolchain: gnu
INFO:root:Crosscompile: NO
INFO:root:Qt path: /usr/lib64/qt-3.3
Deleting deprecated build file: /home/thoraxe/Music/mixxx-src/src/build.h
Configuring MixxxCore
Checking for pkg-config (at least version 0.15.0)... yes
Checking for C library X11... yes
Configuring SoundTouch
Configuring ReplayGain
Configuring PortAudio
Checking for C library portaudio... yes
Configuring PortMIDI
Checking for C library porttime... no
Checking for C library libporttime... no
Checking for C header file porttime.h... yes
Checking for C library portmidi... yes
Checking for C header file portmidi.h... yes
Configuring Qt
Checking for QtCore (4.6 or higher)... yes
Configuring TestHeaders
Configuring FidLib
Configuring SndFile
Checking for C library sndfile... yes
Configuring FLAC
Checking for C header file FLAC/stream_decoder.h... yes
Checking for C library libFLAC... yes
Configuring OggVorbis
Checking for C library libvorbisfile... yes
Checking for C library libvorbis... yes
Checking for C library libogg... yes
Checking for C library libvorbisenc... yes
Configuring OpenGL
Checking for C library GL... yes
Checking for C library GLU... yes
Configuring TagLib
Checking for C library tag... yes
Configuring ProtoBuf
Checking for C library libprotobuf-lite... no
Checking for C library protobuf-lite... no
Checking for C library libprotobuf... yes
Configuring Chromaprint
Checking for C library chromaprint... yes
Configuring RubberBand
Checking for C library rubberband... yes
Configuring SecurityFramework
Configuring CoreServices
Configuring FpClassify
Configuring Mad
Checking for C library libmad... yes
Checking for C library libid3tag... yes
Configuring CoreAudio
Configuring MediaFoundation
Configuring HSS1394
Configuring HID
Checking for C library libusb-1.0... yes
Checking for C header file libusb-1.0/libusb.h... yes
Checking for C library pthread... yes
Checking for C library rt... yes
Configuring Bulk
Checking for C library libusb-1.0... yes
Checking for C header file libusb-1.0/libusb.h... yes
Configuring MacAppStoreException
Configuring VinylControl
Configuring Shoutcast
Checking for C library libshout... yes
Configuring Opus
Checking for C library opusfile... no
Checking for C library libopusfile... no
Configuring Profiling
Configuring BuildTime
Configuring QDebug
Configuring Verbose
Configuring Optimize
Configuring FAAD
Configuring WavPack
Configuring ModPlug
Configuring TestSuite
Configuring Vamp
Checking for C library vamp-hostsdk... yes
Checking for C library dl... yes
Checking for C header file fftw3.h... no
Checking for C library fftw3... no
Configuring AutoDjCrates
Configuring ColorDiagnostics
Configuring AddressSanitizer
Configuring LocaleCompare
Checking for C library sqlite3... yes
Configuring PerfTools
Configuring AsmLib
Configuring IPod
Configuring FFMPEG
Features Summary:
================
Mixxx Core Features... Enabled
MAD MP3 Decoder... Enabled
CoreAudio MP3/AAC Decoder... Disabled
Media Foundation AAC Decoder Plugin... Disabled
HSS1394 MIDI device support... Disabled
HID controller support... Enabled
USB Bulk controller support... Enabled
Build for Mac App Store... Disabled
Vinyl Control... Enabled
Shoutcast Broadcasting (OGG/MP3)... Enabled
Opus (RFC 6716) support... Disabled
gprof/Saturn profiling support... Disabled
Use __DATE__ and __TIME__... Enabled
Debugging message output... Enabled
Verbose compilation output... Enabled
Optimization and Tuning... native: tuned for this CPU (x86_64)
FAAD AAC audio file decoder plugin... Disabled
WavPack audio file support plugin... Disabled
Modplug module decoder plugin... Disabled
Mixxx Test Suite... Disabled
Vamp Analysers support... Enabled
Auto-DJ crates (for random tracks)... Enabled
Color Diagnostics... Disabled
Address Sanitizer... Disabled
Locale Aware Compare for SQLite... Enabled
Google PerfTools... Disabled
Agner Fog's ASMLIB... Disabled (due to debug build)
NOT-WORKING iPod Support... Disabled
FFMPEG/LibAV support... Disabled
================
Building with flags: asan=0 autodjcrates=1 buildtime=1 bulk=1 color=0 coreaudio=0 faad=0 ffmpeg=0 hid=1 hss1394=0 ipod=0 localecompare=1 macappstore=0 mad=1 mediafoundation=0 modplug=0 optimize=native opus=0 perftools=0 perftools_profiler=0 profiling=0 qdebug=1 qt_sqlite_plugin=0 shoutcast=1 test=False vamp=1 verbose=1 vinylcontrol=1 wv=0
Building with CC: gcc
Building with CXX: g++
Building with CCFLAGS: -pipe -Wall -Wextra -g -pthread -O3 -ffast-math -funroll-loops -fomit-frame-pointer -march=native
Building with CPPDEFINES: -Dx86_64 -DMIXXX_BUILD_DEBUG -D__LINUX__ -D__UNIX__ -DSETTINGS_PATH=\".mixxx/\" -DSETTINGS_FILE=\"mixxx.cfg\" -DUNIX_SHARE_PATH=\"/home/thoraxe/Music/mixxx/share/mixxx\" -DUNIX_LIB_PATH=\"/home/thoraxe/Music/mixxx/lib/mixxx\" -D__PORTAUDIO__ -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_XML_LIB -DQT_SVG_LIB -DQT_SQL_LIB -DQT_SCRIPT_LIB -DQT_NETWORK_LIB -DQT_SHARED -D__SNDFILE__ -D__MAD__ -D__HID__ -D__BULK__ -D__VINYLCONTROL__ -D__SHOUTCAST__ -D__VAMP__ -D__AUTODJCRATES__ -D__SQLITE3__
Building with CXXFLAGS:
Building with LINKFLAGS: -Wl,-rpath,/usr/lib64 -L/usr/lib64 -pthread
Building with LIBS: X11 portaudio portmidi QtOpenGL QtXml QtSvg QtSql QtXmlPatterns QtNetwork QtTest QtScriptTools QtGui QtScript QtCore sndfile libFLAC libvorbisfile libvorbis libogg libvorbisenc GL GLU tag libprotobuf chromaprint rubberband libmad libid3tag libusb-1.0 pthread rt usb-1.0 libusb-1.0 libshout vamp-hostsdk dl sqlite3
Building with PATH: /usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/thoraxe/.rvm/bin:/home/thoraxe/.local/bin:/home/thoraxe/bin
================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment