[Digikam-devel] [Bug 142389] New: albumfolderview.cpp Compile Error with svn an 0.9.1 RC2

David Agnese tno1945 at laposte.net
Thu Mar 1 21:02:07 GMT 2007


------- 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=142389         
           Summary: albumfolderview.cpp Compile Error with svn an 0.9.1 RC2
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: tno1945 laposte net


Version:           0.9.1 RC2 & svn (using KDE KDE 3.5.5)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk) 
OS:                Linux

I got an error while compiling svn or 0.9.1 RC2 (didn't try RC1) :

albumfolderview.cpp:1174: error: type specifier omitted for parameter

Was workging with 0.9.0 so I checked the differences.
Replacing line 1174 from :

    KFileDialog dlg(QString(), "inode/directory", this, "importFolder", true);

to

    KFileDialog dlg(QString::null, "inode/directory", this, "importFolder", true);

solved the problem.
I'm no hacker so I don't know if this will have any consequence on Digikam stability some please let me know if I can use Digikam compiled this way or if I should wait for a patch being comitted to svn.

Thanks in advance.



More information about the Digikam-devel mailing list