Version: (using KDE KDE 3.1.4) Installed from: Compiled From Sources Compiler: Compaq C++ V6.5-014 for Digital UNIX V4.0G (Rev. 1530) CXX FLAGS -arch host -ieee -pthread -I/usr/local/include -D_AES_SOURCE -D__USE_STD_IOSTREAM -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -D_GNU_SOURCE OS: Other TEPty.cpp, line 241: a value of type "__sigfp" cannot be assigned to an entity of type "void (*)() C" newsa.sa_handler = SIG_DFL; -------------------^ cxx: Info: 1 error detected in the compilation of "TEPty.cpp" Note that I have also added the following defines before the #include <signal.h> statement to include appropriate prototypes #undef _XOPEN_SOURCE_EXTENDED #define _ANSI_C_SOURCE
Have you tried a more recent version? I would suggest posting to kde-devel mailing list if you are having compilation problems. Reopen if you try a later version KDE 3.3.x or 3.4 and still have problems.