------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=100228 Summary: kdevelop 3.1.92 compile from sources fails (solaris 8) Product: kdevelop Version: 3.1.92 Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: lang: ruby AssignedTo: kdevelop-bugs kdevelop org ReportedBy: holger.joukl LBBW de Version: 3.1.92 (using KDE KDE 3.3.2) Installed from: Compiled From Sources Compiler: gcc 2.95.2 OS: Solaris Compilation of kdevelop 3.1.92 fails on Solaris 8 sun box when compiling languages/ruby/debugger/rdbcontroller.cpp: ... rdbcontroller.cpp: In method `void RDBDebugger::RDBController::slotAcceptConnection(Int)': rdbcontroller.cpp:1183: implicit declaration of function ìnt RDBDebugger::fcntl(...)' make[4]: *** [rdbcontroller.lo] Error 1 ... Fix: Changing the lines <<< #include #include to >>> #include #include #include FIXES THIS for me. All the best, Holger