Skip to content

Instantly share code, notes, and snippets.

@colindean
Created August 31, 2012 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colindean/3546582 to your computer and use it in GitHub Desktop.
Save colindean/3546582 to your computer and use it in GitHub Desktop.
Compiling D-LAN on OSX 10.8.1
OSX 10.8.1
QtCreator 4.8.2
Qt 5.0.0-beta1
20:34:44: Running steps for project Core...
20:34:44: Starting: "/Users/colin/Source/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/bin/qmake" /Users/colin/Source/D-LAN/application/Core.pro -r -spec macx-clang CONFIG+=x86_64 CONFIG+=declarative_debug
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Common/Common.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Common/LogManager/LogManager.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Core/FileManager/FileManager.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
WARNING: Failure to find: priv/FileUpdater/DirWatcherDarwin.h
Reading /Users/colin/Source/D-LAN/application/Core/PeerManager/PeerManager.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Core/UploadManager/UploadManager.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Core/DownloadManager/DownloadManager.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Core/NetworkListener/NetworkListener.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Core/RemoteControlManager/RemoteControlManager.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
Reading /Users/colin/Source/D-LAN/application/Core/Core.pro
Project WARNING: CONFIG+=declarative_debug is deprecated. Use qml_debug or quick1_debug instead!
20:34:46: The process "/Users/colin/Source/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/bin/qmake" exited normally.
20:34:46: Starting: "/usr/bin/make" -f Makefile-Core -w
make: Entering directory `/Users/colin/Source/D-LAN/application'
cd Common/ && ( test -f Makefile || /Users/colin/Source/Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/bin/qmake /Users/colin/Source/D-LAN/application/Common/Common.pro macx-clang macx-clang CONFIG+=x86_64 CONFIG+=declarative_debug -o Makefile ) && /usr/bin/make -f Makefile
make[1]: Entering directory `/Users/colin/Source/D-LAN/application/Common'
clang++ -c -pipe -mmacosx-version-min=10.6 -std=c++11 -std=c++0x -g -gdwarf-2 -fPIC -Wall -Wno-parentheses -DDEBUG -DCOMMON_LIBRARY -DQT_DECLARATIVE_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/mkspecs/macx-clang -I. -I. -I.. -I. -I.. -I../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include -I../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include/QtNetwork -I../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/lib/QtNetwork.framework/Versions/5/Headers -I../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include/QtCore -I../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/lib/QtCore.framework/Versions/5/Headers -I.tmp/debug -o .tmp/debug/Hash.o Hash.cpp
In file included from Hash.cpp:19:
In file included from ../Common/Hash.h:30:
In file included from ../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include/QtCore/QDataStream:1:
In file included from ../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include/QtCore/qdatastream.h:46:
In file included from ../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include/QtCore/qiodevice.h:46:
In file included from ../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include/QtCore/qobject.h:50:
../../../Qt5.0.0beta1/Desktop/Qt/5.0.0-beta1/gcc_64/include/QtCore/qlist.h:52:10: fatal error: 'initializer_list' file not found
#include <initializer_list>
^
1 error generated.
make[1]: *** [.tmp/debug/Hash.o] Error 1
make[1]: Leaving directory `/Users/colin/Source/D-LAN/application/Common'
make: *** [sub-Common-make_first-ordered] Error 2
make: Leaving directory `/Users/colin/Source/D-LAN/application'
20:34:47: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project Core (target: Desktop)
When executing step 'Make'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment