I'm having trouble compiling digikam 0.8.1 from source (digikam-0.8.1.tar.bz2 from sourceforge). System: SuSE 9.2 KDE-version: 3.3.0 (standard SuSE 9.2, modified kdemacros.h, see http://bugs.kde.org/show_bug.cgi?id=108458) gcc 3.3.4 (standard SuSE 9.2) make 3.80 (standard SuSE 9.2) ./configure works fine, with no apparent error messages. but make goes wrong. Error message: (.....) In file included from digikamapp.cpp:63: /opt/kde3/include/libkipi/plugin.h:73: warning: `visibility' attribute does not apply to types digikamapp.cpp: In member function `void DigikamApp::slotDownloadImages()': digikamapp.cpp:927: error: 'class KIO::NetAccess' has no member named 'synchronousRun' digikamapp.cpp: In member function `void DigikamApp::slotCameraUmount()': digikamapp.cpp:977: error: 'class KIO::NetAccess' has no member named 'synchronousRun' make[4]: *** [digikamapp.lo] Error 1 make[4]: Leaving directory `/home/stephan/Software/digikam/digikam-0.8.1/digikam/digikam' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/stephan/Software/digikam/digikam-0.8.1/digikam/digikam' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/stephan/Software/digikam/digikam-0.8.1/digikam' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stephan/Software/digikam/digikam-0.8.1' make: *** [all] Error 2 [hidden email]> Solution anyone? Any chance of digikam rpm's for SuSE 9.2 on Packman, Quentin? Greetings, Stephan van den Akker _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Op zaterdag 21 januari 2006 20:25, schreef Stephan van den Akker:
> Hello all, > > I'm having trouble compiling digikam 0.8.1 from source > (digikam-0.8.1.tar.bz2 from sourceforge). > > System: SuSE 9.2 > KDE-version: 3.3.0 (standard SuSE 9.2, modified kdemacros.h, see > http://bugs.kde.org/show_bug.cgi?id=108458) Hmm, there were some changes to the admin folder, try reverting the change and see if it works. > DigikamApp::slotDownloadImages()': digikamapp.cpp:927: error: 'class > KIO::NetAccess' has no member named 'synchronousRun' I wonder if this member was introduced after 3.3.0 or that this is a visibility problem. Tom _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users smime.p7s (2K) Download Attachment |
Op zaterdag 21 januari 2006 20:35, schreef Tom Albers:
> > DigikamApp::slotDownloadImages()': digikamapp.cpp:927: error: 'class > > KIO::NetAccess' has no member named 'synchronousRun' > > I wonder if this member was introduced after 3.3.0 or that this is a > visibility problem. hmm. It was introduced in kde 3.4. I've unintentianally boosted up digikam minimum requirements. You can comment out the line mentioned. I will remove it for 0.8.2 to get back to the regular requirements. Toma _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users smime.p7s (2K) Download Attachment |
Free forum by Nabble | Edit this page |