Re: Fwd: Trying latest KDE 4.9.2

2012-11-01 Thread Albert Astals Cid
El Dijous, 1 de novembre de 2012, a les 19:17:21, mk-li...@email.de va escriure: > I got a compilation error in kactivities-4.9.2/service/main.cpp:79: > --- > static void initSignalCatching() { > #ifndef Q_OS_WIN32 // krazy:skip >struct sigaction action; > >::sigemptyset(&action.sa_mask);

Fwd: Trying latest KDE 4.9.2

2012-11-01 Thread mk-lists
I got a compilation error in kactivities-4.9.2/service/main.cpp:79: --- static void initSignalCatching() { #ifndef Q_OS_WIN32 // krazy:skip struct sigaction action; ::sigemptyset(&action.sa_mask); // << this is line 79 where compiling fails