Digikam withoout KDE - questions

classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Digikam withoout KDE - questions

Fabien-5
[hidden email] wrote:

> On Wed, Dec 06, 2006 at 10:37:35AM +0100, Fabien wrote:
>
>>Hi,
>>
>>[hidden email] wrote:
>>
>>>On Wed, Dec 06, 2006 at 08:55:49AM +0100, Gilles Caulier wrote:
>>>
>>>
>>>>>>>The option is always avaialble on "Image" menu of Album GUI.
>>>>>>
>>>>>>That makes rotating images very clumsy though, one wants to rotate the
>>>>>>thumbnail while looking at that view.
>>>>
>>>>My apologies. I'm talking about all "Batch" kipi-plugins menu entries witch
>>>>have been really removed from the context menu... excepted the Rotate of
>>>>course (:=))). Look here :
>>>>http://digikam3rdparty.free.fr/Screenshots/digikam0.9.0-rc2.png
>>
>>Ok, fine :) I was curious about all this thread because I always see
>>this menu in my digikam ;-)
>>
>>
>>>Yes, this is what I'm *not* seeing even though the JPEGLossLess plugin
>>>appears to be installed correctly.
>>
>>You never told us which version you are using...
>>Could you give us more details ?
>>
>>Check also your ~/.kde/share/config/digikamrc
>>
>>around [KIPI/EnabledPlugin]
>
> All sorted now, see the libkexif thread.   :-)

Yes, I saw that. I was a bit late with my answer :)

Happy to see it's ok now.

--
Fabien

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Can't compile kipi-plugins 0.1.3-beta1 (was Digikam without KDE)

Chris Green
In reply to this post by Gilles Caulier-2
On Wed, Dec 06, 2006 at 10:48:10AM +0100, Gilles Caulier wrote:
> >
> > Whatever, I think I'll stay where I am for the moment until the next
> > major Digikam release.
>
> But you can test the new kipi-plugins 0.1.3-beta1) release witch don't use
> libkexif and add 3 new plugins and a lots of improvements :
>
> http://www.digikam.org/?q=node/198
>
Well I got all daring and built the Digikam 0.9 rc2 and that went OK.
I then built libkipi 1.5 which was OK.

However I get compile errors when I try and build the kipi-plugins
0.1.3-beta1, should these be reported here?

    if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kipi-plugins/common/include                              -I../../kipi-plugins/common/exiv2iface -I/opt/kde/include   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/opt/kde/include -I/usr/lib/qt/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -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  -MT ipodexportdialog.lo -MD -MP -MF ".deps/ipodexportdialog.Tpo" \
              -c -o ipodexportdialog.lo `test -f 'ipodexportdialog.cpp' || echo './'`ipodexportdialog.cpp; \
            then mv -f ".deps/ipodexportdialog.Tpo" ".deps/ipodexportdialog.Plo"; \
            else rm -f ".deps/ipodexportdialog.Tpo"; exit 1; \
            fi
    ipodexportdialog.cpp: In member function `void IpodExport::UploadDialog::startTransfer()':
    ipodexportdialog.cpp:328: error: cannot convert `GError**' to `const gchar*' for argument `3' to `gboolean itdb_photodb_add_photo(Itdb_PhotoDB*, const gchar*, const gchar*)'
    ipodexportdialog.cpp:339: error: `itdb_photodb_photoalbum_add_photo' was not declared in this scope
    ipodexportdialog.cpp:339: warning: unused variable 'itdb_photodb_photoalbum_add_photo'
    ipodexportdialog.cpp: In member function `void IpodExport::UploadDialog::createIpodAlbum()':
    ipodexportdialog.cpp:496: error: `itdb_photodb_photoalbum_create' was not declared in this scope
    ipodexportdialog.cpp:496: warning: unused variable 'itdb_photodb_photoalbum_create'
    ipodexportdialog.cpp: In member function `bool IpodExport::UploadDialog::deleteIpodPhoto(IpodExport::IpodPhotoItem*)':
    ipodexportdialog.cpp:550: error: invalid conversion from `Itdb_PhotoAlbum*' to `gint'
    /usr/include/gpod-1.0/gpod/itdb.h:967: error: too many arguments to function `gboolean itdb_photodb_remove_photo(Itdb_PhotoDB*, gint)'
    ipodexportdialog.cpp:550: error: at this point in file
    ipodexportdialog.cpp:553: error: 'struct _Itdb_PhotoAlbum' has no member named 'album_type'
    ipodexportdialog.cpp: In member function `bool IpodExport::UploadDialog::deleteIpodAlbum(IpodExport::IpodAlbumItem*)':
    ipodexportdialog.cpp:575: error: `itdb_photodb_photoalbum_remove' was not declared in this scope
    ipodexportdialog.cpp:575: warning: unused variable 'itdb_photodb_photoalbum_remove'
    ipodexportdialog.cpp: In member function `bool IpodExport::UploadDialog::openDevice()':
    ipodexportdialog.cpp:736: error: `itdb_photodb_create' was not declared in this scope
    ipodexportdialog.cpp:736: warning: unused variable 'itdb_photodb_create'
    make[3]: *** [ipodexportdialog.lo] Error 1
    make[3]: Leaving directory `/scratch/ins/digikam/kipi-plugins-0.1.3-beta1/kipi-plugins/ipodexport'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/scratch/ins/digikam/kipi-plugins-0.1.3-beta1/kipi-plugins'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/scratch/ins/digikam/kipi-plugins-0.1.3-beta1'
    make: *** [all] Error 2


--
Chris Green ([hidden email])
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't compile kipi-plugins 0.1.3-beta1 (was Digikam without KDE)

Gilles Caulier-2
On Wednesday 06 December 2006 12:46, [hidden email] wrote:

> On Wed, Dec 06, 2006 at 10:48:10AM +0100, Gilles Caulier wrote:
> > > Whatever, I think I'll stay where I am for the moment until the next
> > > major Digikam release.
> >
> > But you can test the new kipi-plugins 0.1.3-beta1) release witch don't
> > use libkexif and add 3 new plugins and a lots of improvements :
> >
> > http://www.digikam.org/?q=node/198
>
> Well I got all daring and built the Digikam 0.9 rc2 and that went OK.
> I then built libkipi 1.5 which was OK.
>
> However I get compile errors when I try and build the kipi-plugins
> 0.1.3-beta1, should these be reported here?

yes. the problem is now. Something is broken with IPodExport plugin. Uninstall
libgpod-devel and restart .configure

Gilles
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't compile kipi-plugins 0.1.3-beta1 (was Digikam without KDE)

Chris Green
On Wed, Dec 06, 2006 at 01:13:32PM +0100, Gilles Caulier wrote:

> On Wednesday 06 December 2006 12:46, [hidden email] wrote:
> > On Wed, Dec 06, 2006 at 10:48:10AM +0100, Gilles Caulier wrote:
> > > > Whatever, I think I'll stay where I am for the moment until the next
> > > > major Digikam release.
> > >
> > > But you can test the new kipi-plugins 0.1.3-beta1) release witch don't
> > > use libkexif and add 3 new plugins and a lots of improvements :
> > >
> > > http://www.digikam.org/?q=node/198
> >
> > Well I got all daring and built the Digikam 0.9 rc2 and that went OK.
> > I then built libkipi 1.5 which was OK.
> >
> > However I get compile errors when I try and build the kipi-plugins
> > 0.1.3-beta1, should these be reported here?
>
> yes. the problem is now. Something is broken with IPodExport plugin. Uninstall
> libgpod-devel and restart .configure
>
The only gpod library I seem to have installed is libgpod-0.4.0-i486-1,
there is no libgpod-devel anywhere.

--
Chris Green ([hidden email])
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't compile kipi-plugins 0.1.3-beta1 (was Digikam without KDE)

Gilles Caulier-2
On Wednesday 06 December 2006 13:49, [hidden email] wrote:

> On Wed, Dec 06, 2006 at 01:13:32PM +0100, Gilles Caulier wrote:
> > On Wednesday 06 December 2006 12:46, [hidden email] wrote:
> > > On Wed, Dec 06, 2006 at 10:48:10AM +0100, Gilles Caulier wrote:
> > > > > Whatever, I think I'll stay where I am for the moment until the
> > > > > next major Digikam release.
> > > >
> > > > But you can test the new kipi-plugins 0.1.3-beta1) release witch
> > > > don't use libkexif and add 3 new plugins and a lots of improvements :
> > > >
> > > > http://www.digikam.org/?q=node/198
> > >
> > > Well I got all daring and built the Digikam 0.9 rc2 and that went OK.
> > > I then built libkipi 1.5 which was OK.
> > >
> > > However I get compile errors when I try and build the kipi-plugins
> > > 0.1.3-beta1, should these be reported here?
> >
> > yes. the problem is now. Something is broken with IPodExport plugin.
> > Uninstall libgpod-devel and restart .configure
>
> The only gpod library I seem to have installed is libgpod-0.4.0-i486-1,
> there is no libgpod-devel anywhere.

Well, you have the devel header file somewhere.

Just disable IPodExport plugin compilation like this :

- go to kipi-plugins source code folder (extracted from tarball)
- edit root Makefile.am file.
- remove ($IPODEXPORTDIR)
- start "make -f Makefile.cvs; ./configure --enable-debug; make"

Gilles
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Can't compile kipi-plugins 0.1.3-beta1 (was Digikam without KDE)

Chris Green
On Wed, Dec 06, 2006 at 01:50:16PM +0100, Gilles Caulier wrote:

> > > > However I get compile errors when I try and build the kipi-plugins
> > > > 0.1.3-beta1, should these be reported here?
> > >
> > > yes. the problem is now. Something is broken with IPodExport plugin.
> > > Uninstall libgpod-devel and restart .configure
> >
> > The only gpod library I seem to have installed is libgpod-0.4.0-i486-1,
> > there is no libgpod-devel anywhere.
>
> Well, you have the devel header file somewhere.
>
The Slackware libgpod-0.4.0-i486-1 must include it for some reason
then, unless something else has installed it.


> Just disable IPodExport plugin compilation like this :
>
> - go to kipi-plugins source code folder (extracted from tarball)
> - edit root Makefile.am file.
> - remove ($IPODEXPORTDIR)

Presumably $(IPODEXPORTDIR) (makes sense looking at the Makefile).


> - start "make -f Makefile.cvs; ./configure --enable-debug; make"
>
OK, that's compiled and installed OK now, thank you.

--
Chris Green ([hidden email])
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
12