Schematic file visualiser
#15
[ 65%] Building CXX object CMakeFiles/SchematicToPng.dir/src/BlockColors.cpp.o
In file included from /usr/include/c++/4.8/mutex:35:0,
from /home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/CriticalSection.h:3,
from /home/monowii/Downloads/MCSchematicToPng/src/Globals.h:212,
from /home/monowii/Downloads/MCSchematicToPng/src/BlockColors.cpp:9:
/usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
In file included from /home/monowii/Downloads/MCSchematicToPng/src/Globals.h:212:0,
from /home/monowii/Downloads/MCSchematicToPng/src/BlockColors.cpp:9:
/home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/CriticalSection.h:34:2: error: ‘recursive_mutex’ in namespace ‘std’ does not name a type
std::recursive_mutex m_Mutex;
^
In file included from /home/monowii/Downloads/MCSchematicToPng/src/Globals.h:213:0,
from /home/monowii/Downloads/MCSchematicToPng/src/BlockColors.cpp:9:
/home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/Event.h:43:2: error: ‘mutex’ in namespace ‘std’ does not name a type
std::mutex m_Mutex;
^
/home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/Event.h:46:2: error: ‘condition_variable’ in namespace ‘std’ does not name a type
std::condition_variable m_CondVar;
^
In file included from /home/monowii/Downloads/MCSchematicToPng/src/Globals.h:214:0,
from /home/monowii/Downloads/MCSchematicToPng/src/BlockColors.cpp:9:
/home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/IsThread.h:57:2: error: ‘thread’ in namespace ‘std’ does not name a type
std::thread m_Thread;
^
/home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/IsThread.h: In member function ‘bool cIsThread::IsCurrentThread() const’:
/home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/IsThread.h:53:49: error: ‘std::this_thread’ has not been declared
bool IsCurrentThread(void) const { return std::this_thread::get_id() == m_Thread.get_id(); }
^
/home/monowii/Downloads/MCSchematicToPng/src/Shared/OSSupport/IsThread.h:53:74: error: ‘m_Thread’ was not declared in this scope
bool IsCurrentThread(void) const { return std::this_thread::get_id() == m_Thread.get_id(); }
^
make[2]: *** [CMakeFiles/SchematicToPng.dir/src/BlockColors.cpp.o] Error 1
make[1]: *** [CMakeFiles/SchematicToPng.dir/all] Error 2
make: *** [all] Error 2
Reply
Thanks given by:


Messages In This Thread
Schematic file visualiser - by xoft - 04-05-2015, 05:54 AM
RE: Schematic file visualiser - by NiLSPACE - 04-05-2015, 06:09 AM
RE: Schematic file visualiser - by xoft - 04-05-2015, 06:17 AM
RE: Schematic file visualiser - by tigerw - 04-05-2015, 07:05 AM
RE: Schematic file visualiser - by Seadragon91 - 04-05-2015, 03:39 PM
RE: Schematic file visualiser - by xoft - 04-05-2015, 03:58 PM
RE: Schematic file visualiser - by xoft - 04-08-2015, 02:13 AM
RE: Schematic file visualiser - by tigerw - 04-08-2015, 02:28 AM
RE: Schematic file visualiser - by NiLSPACE - 04-08-2015, 03:06 AM
RE: Schematic file visualiser - by xoft - 04-08-2015, 06:08 AM
RE: Schematic file visualiser - by xoft - 04-08-2015, 06:30 AM
RE: Schematic file visualiser - by xoft - 04-08-2015, 07:00 AM
RE: Schematic file visualiser - by xoft - 04-08-2015, 07:31 AM
RE: Schematic file visualiser - by DiamondToaster - 04-08-2015, 09:26 AM
RE: Schematic file visualiser - by monowii - 04-08-2015, 07:30 PM
RE: Schematic file visualiser - by xoft - 04-08-2015, 07:46 PM
RE: Schematic file visualiser - by monowii - 04-09-2015, 12:50 AM
RE: Schematic file visualiser - by xoft - 04-09-2015, 06:09 AM
RE: Schematic file visualiser - by NiLSPACE - 04-09-2015, 06:21 AM
RE: Schematic file visualiser - by monowii - 04-09-2015, 06:31 AM
RE: Schematic file visualiser - by NiLSPACE - 04-09-2015, 06:34 AM
RE: Schematic file visualiser - by xoft - 04-09-2015, 06:52 AM
RE: Schematic file visualiser - by NiLSPACE - 04-09-2015, 06:53 AM
RE: Schematic file visualiser - by xoft - 04-09-2015, 06:57 AM
RE: Schematic file visualiser - by xoft - 04-09-2015, 06:58 AM
RE: Schematic file visualiser - by DiamondToaster - 04-09-2015, 09:04 AM
RE: Schematic file visualiser - by flow969 - 01-18-2016, 07:05 PM
RE: Schematic file visualiser - by NiLSPACE - 01-18-2016, 07:12 PM
RE: Schematic file visualiser - by flow969 - 01-18-2016, 08:15 PM
RE: Schematic file visualiser - by NiLSPACE - 01-18-2016, 08:20 PM
RE: Schematic file visualiser - by Seadragon91 - 01-18-2016, 08:28 PM
RE: Schematic file visualiser - by flow969 - 01-18-2016, 08:38 PM
RE: Schematic file visualiser - by NiLSPACE - 01-18-2016, 08:41 PM
RE: Schematic file visualiser - by Schwertspize - 01-18-2016, 09:09 PM
RE: Schematic file visualiser - by xoft - 01-19-2016, 05:05 AM



Users browsing this thread: 1 Guest(s)