[Kde-imaging] [Bug 118407] New: dcrawprocess.cpp does not compileon Solaris

aaronw@net.com aaronw at net.com
Thu Dec 15 22:02:34 CET 2005


------- 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=118407         
           Summary: dcrawprocess.cpp does not compileon Solaris
           Product: kipiplugins
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: rawconverter
        AssignedTo: kde-imaging kde org
        ReportedBy: aaronw net com


Version:           0.1.0-rc1 (using KDE KDE 3.5.0)
Installed from:    Compiled From Sources
Compiler:          gcc version 3.3.6
OS:                SunOS (sun4u) release 5.8

dcrawprocess.cpp attempts to include getopt.h.  On Solaris, getopt is defined in stdlib.h according to the man page.

#ifdef USE_SOLARIS
#include <stdlib.h>
#else
#include <getopt.h>
#endif


More information about the Kde-imaging mailing list