[kde-windows] [Bug 340831] New: Error on emerge kdevelop in kcwsh
Michael Gooch
goochmi at gmail.com
Mon Nov 10 19:37:39 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=340831
Bug ID: 340831
Summary: Error on emerge kdevelop in kcwsh
Product: kde-windows
Version: unspecified
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: other
Assignee: kde-windows at kde.org
Reporter: goochmi at gmail.com
[ 79%] [ 82%] Building CXX object
tests/CMakeFiles/terminaltest.dir/terminaltest.cpp.obj
Building CXX object
tests/CMakeFiles/terminaltest.dir/terminaltest_automoc.cpp.obj
q:\kcwsh\tests\terminaltest.cpp: In constructor 'TestTerminal::TestTerminal()':
q:\kcwsh\tests\terminaltest.cpp:61:52: error: 'nullptr' was not declared in
this scope
TestTerminal::TestTerminal() : Terminal(), m_timer(nullptr) {
^
q:\kcwsh\tests\terminaltest.cpp: In member function 'void
TestTerminal::startCmdDelayed(std::vector<std::basic_string<wchar_t> >, int)':
q:\kcwsh\tests\terminaltest.cpp:66:19: error: 'nullptr' was not declared in
this scope
if(m_timer != nullptr) {
^
q:\kcwsh\tests\terminaltest.cpp: In member function 'virtual void
TestTerminal::sizeChanged()':
q:\kcwsh\tests\terminaltest.cpp:138:34: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
c = { 80, 25 };
^
q:\kcwsh\tests\terminaltest.cpp:138:23: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
c = { 80, 25 };
^
q:\kcwsh\tests\terminaltest.cpp:140:44: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
m_testSize = { 162, 52 };
^
q:\kcwsh\tests\terminaltest.cpp:140:32: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
m_testSize = { 162, 52 };
^
q:\kcwsh\tests\terminaltest.cpp:145:44: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
m_testSize = { 160, 50 };
^
q:\kcwsh\tests\terminaltest.cpp:145:32: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
m_testSize = { 160, 50 };
^
q:\kcwsh\tests\terminaltest.cpp:150:49: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
m_testSize = { 10000, 10000 }; // we want to restrict to
the maximum size now
^
q:\kcwsh\tests\terminaltest.cpp:150:32: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
m_testSize = { 10000, 10000 }; // we want to restrict to
the maximum size now
^
q:\kcwsh\tests\terminaltest.cpp: In function 'int main()':
q:\kcwsh\tests\terminaltest.cpp:220:33: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
t.m_testSize = { 80, 25 };
^
q:\kcwsh\tests\terminaltest.cpp:220:22: warning: extended initializer lists
only available with -std=c++11 or -std=gnu++11
t.m_testSize = { 80, 25 };
^
jom:
R:\build\testing\kcwsh\work\mingw-w64-RelWithDebInfo-gitHEAD\tests\CMakeFiles\terminaltest.dir\build.make
[tests\CMakeFiles\terminaltest.dir\terminaltest.cpp.obj] Error 1
jom:
R:\build\testing\kcwsh\work\mingw-w64-RelWithDebInfo-gitHEAD\CMakeFiles\Makefile2
[tests\CMakeFiles\terminaltest.dir\all] Error 2
jom: R:\build\testing\kcwsh\work\mingw-w64-RelWithDebInfo-gitHEAD\Makefile
[all] Error 2
emerge warning: while running make cmd: jom
emerge error: fatal error: package testing/kcwsh all failed
Reproducible: Always
Steps to Reproduce:
emerge konsole
Actual Results:
error as above
Expected Results:
proper compilation of dependencies and konsole itself
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-windows
mailing list