[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 100228] New: kdevelop 3.1.92 compile from sources fails (solaris 8)
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2005-02-25 9:22:32
Message-ID: 20050225102231.100228.holger.joukl () LBBW ! de
[Download RAW message or body]

------- 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 <sys/types.h>
#include <sys/fcntl.h>

to
>>>
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>

FIXES THIS for me.

All the best,
Holger


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic