From kdevelop-bugs Fri Feb 25 09:22:32 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Fri, 25 Feb 2005 09:22:32 +0000 To: kdevelop-bugs Subject: [Bug 100228] New: kdevelop 3.1.92 compile from sources fails (solaris 8) Message-Id: <20050225102231.100228.holger.joukl () LBBW ! de> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306934506584 ------- 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