Hello,
I've just tried to compile a new version of kipi-plugins, but the make-command stops with some errors... Here the configure-results: -------------- 8-< ----------------- -- Kipi-Plugins configure results ------------------- -- libkipi found.................. YES -- libkexiv2 library found........ YES -- libkdcraw library found........ YES -- gphoto2 found.................. YES -- libtiff library found.......... YES -- libkcal found.................. YES -- OpenGL found................... YES -- libxslt found.................. YES -- libgpod found.................. NO iPodExport plugin needs the libgpod library, version 0.4.2 or greater. This plugin will not be compiled! To complile this plugin, please install libgpod development package. libgpod website is at http://gtkpod.org/libgpod.html -- Enabled kipi plugins: + Acquire Images (acquireimages) + Batch Process Images (batchprocessimages) + Calendar (calendar) + CD Archiving (cdarchiving) + Find Images (findimages) + Flickr Exporter (flickrexport) + Remote Gallery Export (galleryexport) + GPS Synchronization (gpssync) + HTML Gallery (htmlexport) + Viewer (imageviewer) + JPEG Lossless (jpeglossless) + Kamera Klient (kameraklient) + Metadata Editor (metadataedit) + MPEG Encoder (mpegencoder) + Picasaweb Exporter (picasawebexport) + Print Wizard (printwizard) + RAW converter (rawconverter) + Send Images (sendimages) + Simple Viewer (simpleviewerexport) + Slideshow (slideshow) + Date & Time Adjust (timeadjust) + Wallpaper (wallpaper) -- Disabled kipi plugins: - iPod Export (ipodexport) - dependencies: libgpod ---------- 8-< ---------- And the results during make... ---------- 8-< ---------- make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/usr/src/kipi-plugins-0.1.7/kipi-plugins/common' make[3]: Leaving directory `/usr/src/kipi-plugins-0.1.7/kipi-plugins/common' Making all in acquireimages make[3]: Entering directory `/usr/src/kipi-plugins-0.1.7/kipi-plugins/acquireimages' /bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -L../../kipi-plugins/common/libkipiplugins -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde3/lib -R /opt/kde3/lib -R /usr/lib/qt3//lib -L/opt/kde3/lib -L/usr/lib/qt3//lib -lkipiplugins -o kipiplugin_acquireimages.la -rpath /opt/kde3/lib/kde3 plugin_acquireimages.lo acquireimagedialog.lo screenshotdialog.lo -ltiff -lX11 -L/opt/kde3/lib -lkipi -lkio -lkdeui -lkdecore -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread grep: /usr/lib/libXft.la: No such file or directory /usr/bin/sed: can't read /usr/lib/libXft.la: No such file or directory libtool: link: `/usr/lib/libXft.la' is not a valid libtool archive make[3]: *** [kipiplugin_acquireimages.la] Fehler 1 make[3]: Leaving directory `/usr/src/kipi-plugins-0.1.7/kipi-plugins/acquireimages' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/usr/src/kipi-plugins-0.1.7/kipi-plugins' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/usr/src/kipi-plugins-0.1.7' make: *** [all] Fehler 2 What is wrong here? Thanx Greetz, Christoph -- GPG-Fingerprint: 171A 6F66 52E5 A6CE D664 2427 832F E711 7442 8261 _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users signature.asc (204 bytes) Download Attachment |
Hmm,
this looks like an easy one... > grep: /usr/lib/libXft.la: No such file or directory > /usr/bin/sed: can't read /usr/lib/libXft.la: No such file or directory > libtool: link: `/usr/lib/libXft.la' is not a valid libtool archive > This plugin needs libxft. So i would advice to use your packaging system, to install this library. Perhaps you will also need the corresponding devel package. I could not give you any further hints because you did not tell us which distribution you are using Oliver _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by cool.chris65
Have you tried to disable the ipodexport module when you have made the ./configure ? In my case, it miss me the libkcal for the calendar module, and if I don't add --disable-calendar (or something like that, you just have to see the ./configure -help), make and make install doesn't do any install. Nicolas Le Sat, 27 Dec 2008 18:55:01 +0100, <[hidden email]> a écrit: > Hello, > > I've just tried to compile a new version of kipi-plugins, but the > make-command > stops with some errors... > > Here the configure-results: > -------------- 8-< ----------------- > -- Kipi-Plugins configure results ------------------- > -- libkipi found.................. YES > -- libkexiv2 library found........ YES > -- libkdcraw library found........ YES > -- gphoto2 found.................. YES > -- libtiff library found.......... YES > -- libkcal found.................. YES > -- OpenGL found................... YES > -- libxslt found.................. YES > -- libgpod found.................. NO > > iPodExport plugin needs the libgpod library, version 0.4.2 or greater. > This > plugin will not be compiled! > To complile this plugin, please install libgpod development package. > libgpod website is at http://gtkpod.org/libgpod.html > > > -- Enabled kipi plugins: > + Acquire Images (acquireimages) > + Batch Process Images (batchprocessimages) > + Calendar (calendar) > + CD Archiving (cdarchiving) > + Find Images (findimages) > + Flickr Exporter (flickrexport) > + Remote Gallery Export (galleryexport) > + GPS Synchronization (gpssync) > + HTML Gallery (htmlexport) > + Viewer (imageviewer) > + JPEG Lossless (jpeglossless) > + Kamera Klient (kameraklient) > + Metadata Editor (metadataedit) > + MPEG Encoder (mpegencoder) > + Picasaweb Exporter (picasawebexport) > + Print Wizard (printwizard) > + RAW converter (rawconverter) > + Send Images (sendimages) > + Simple Viewer (simpleviewerexport) > + Slideshow (slideshow) > + Date & Time Adjust (timeadjust) > + Wallpaper (wallpaper) > > -- Disabled kipi plugins: > - iPod Export (ipodexport) - dependencies: libgpod > ---------- 8-< ---------- > > And the results during make... > ---------- 8-< ---------- > make[4]: Für das Ziel »all-am« ist nichts zu tun. > make[4]: Leaving directory > `/usr/src/kipi-plugins-0.1.7/kipi-plugins/common' > make[3]: Leaving directory > `/usr/src/kipi-plugins-0.1.7/kipi-plugins/common' > Making all in acquireimages > make[3]: Entering directory > `/usr/src/kipi-plugins-0.1.7/kipi-plugins/acquireimages' > /bin/sh ../../libtool --silent --tag=CXX --mode=link > g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE > -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 > -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor > -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE > -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION > -L../../kipi-plugins/common/libkipiplugins -module -avoid-version > -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R > /opt/kde3/lib -R /opt/kde3/lib -R /usr/lib/qt3//lib -L/opt/kde3/lib > -L/usr/lib/qt3//lib -lkipiplugins -o > kipiplugin_acquireimages.la -rpath /opt/kde3/lib/kde3 > plugin_acquireimages.lo > acquireimagedialog.lo > screenshotdialog.lo -ltiff -lX11 -L/opt/kde3/lib -lkipi -lkio -lkdeui > -lkdecore -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread > grep: /usr/lib/libXft.la: No such file or directory > /usr/bin/sed: can't read /usr/lib/libXft.la: No such file or directory > libtool: link: `/usr/lib/libXft.la' is not a valid libtool archive > make[3]: *** [kipiplugin_acquireimages.la] Fehler 1 > make[3]: Leaving directory > `/usr/src/kipi-plugins-0.1.7/kipi-plugins/acquireimages' > make[2]: *** [all-recursive] Fehler 1 > make[2]: Leaving directory `/usr/src/kipi-plugins-0.1.7/kipi-plugins' > make[1]: *** [all-recursive] Fehler 1 > make[1]: Leaving directory `/usr/src/kipi-plugins-0.1.7' > make: *** [all] Fehler 2 > > What is wrong here? > > Thanx > > Greetz, Christoph -- Nicolas Boulesteix - Chasseur de lueurs - http://www.photonoxx.fr _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Oliver Dörr
Hey,
sorry, my system: Linux julia2008 2.6.25.18-0.2-default #1 SMP 2008-10-21 16:30:26 +0200 i686 athlon i386 GNU/Linux OSS 11.0 with patches Problem seems to be fixed - it was a corrupted devel-package, just installed again, and another make runs fine... Thanx to all Am Saturday 27 December 2008 19:21:44 schrieb Oliver Dörr: > Hmm, > > this looks like an easy one... > > > grep: /usr/lib/libXft.la: No such file or directory > > /usr/bin/sed: can't read /usr/lib/libXft.la: No such file or directory > > libtool: link: `/usr/lib/libXft.la' is not a valid libtool archive > > This plugin needs libxft. So i would advice to use your packaging > system, to install this library. Perhaps you will also need the > corresponding devel package. > > I could not give you any further hints because you did not tell us which > distribution you are using > > Oliver > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users -- GPG-Fingerprint: 171A 6F66 52E5 A6CE D664 2427 832F E711 7442 8261 _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users signature.asc (204 bytes) Download Attachment |
In reply to this post by Photonoxx-3
I downloaded the new 0.10.0 beta 7 for KDE4. I untarred it but cannot
install it from the file that was created. I tried ./configure, make install but nothing I know about installing did anything. Is there something I'm missing? Is there a simple HOWTO to install this version of Digikam? Errol _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Sunday 28 December 2008 16:17:24 Errol Sapir wrote:
> I downloaded the new 0.10.0 beta 7 for KDE4. I untarred it but cannot > install it from the file that was created. I tried ./configure, make > install but nothing I know about installing did anything. Is there > something I'm missing? Is there a simple HOWTO to install this version > of Digikam? Yes there is, go to the digikam website->Download section. At its end you'll find commands to issue for KDE4. KDE4 version (0.10xxx) compiles with cmake, not with configure. You also need a KDE4 development environment, it won't compile under KDE3 alone. Gerhard > Errol > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |