| Summary: | Error compiling TEPty.cpp on tru64 unix 4.0g | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | greg rudd <grudd> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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. |
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