Bug 67747 - Error compiling TEPty.cpp on tru64 unix 4.0g
Summary: Error compiling TEPty.cpp on tru64 unix 4.0g
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-10 10:36 UTC by greg rudd
Modified: 2005-02-12 20:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description greg rudd 2003-11-10 10:36:17 UTC
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
Comment 1 Kurt Hindenburg 2005-02-12 20:13:17 UTC
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.