| Summary: | gpssync does not get any map just a grey square | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Philippe ROUBACH <philippe.roubach> |
| Component: | Plugin-Generic-GeolocationEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.5.0 | |
| Sentry Crash Report: | |||
| Attachments: | googlemap in action with kipi-plugins 0.1.7 | ||
|
Description
Philippe ROUBACH
2008-11-13 12:47:06 UTC
This problem is normally fixed in current implementation of kipi-plugins from subversion Please compile code and try again. Gilles Caulier thank you any doc on how to get and compile for a non expert as me ? Look here to checkout code : http://www.digikam.org/drupal/download?q=download/svn Note : you need to recompile only kipi-plugins. GPSSync is a plugin. No need to recompile digiKam For the rest, look README file. Gilles Caulier i set the Mandriva 2008.1 Free source package (RPMS) Main release Main updates Contrib release Contrib updates then i installed the following source packages : kdenetwork-devel 3.5.9 kdepim-devel 3.5.9 libkdebase4-devel 3.5.9 libgphoto-devel libxslt-devel libgpod-devel then i follow the statements in http://www.kipi-plugins.org/drupal/node/3 when i execute ./configure --enable-debug=full all seems ok but i worry about this -- libkdcraw configure results ------------------- -- lcms found..................... YES -- compile with OpenMP support.... NO is it a problem ? i don't find any openMP devel package No, it's not a problem. OpenMP is optional. libopenmp is included with GCC but only supported version is for recent GCC. You can forget it. Note: i run too under Mandriva 2008.1 and 2009.0 Gilles Caulier i compiled and installed kipi-plugins with these statements :
export WANT_AUTOCONF_2_5=1
export DIGIKAMDEST=/home/roubach/bin/digikam
export KDEDIRS=$DIGIKAMDEST:/usr
export LD_LIBRARY_PATH=$DIGIKAMDEST/lib:$LD_LIBRARY_PATH
export LDPATH=$DIGIKAMDEST/lib:$LDPATH
export PATH=$DIGIKAMDEST/bin:$PATH
make -f Makefile.cvs
./configure --prefix=$DIGIKAMDEST --enable-debug=full
make
make install
you can see i installed kipi-plugins in a folder in my home
i don't want to destroy my stable kipi-plugins
i add
export KDEDIRS=/home/roubach/bin/digikam:/usr
in ~/.bash_profile
like this
log of the .bash-profile
*******************************************************************************
# .bash_profile
# Initialize keychain if needed
if [ -r $HOME/.ssh/identity -o -r $HOME/.ssh/id_dsa -o -r $HOME/.ssh/id_rsa ]; then
if [ ! -d $HOME/.keychain ]; then
keychain
fi
fi
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
export KDEDIRS=/home/roubach/bin/digikam:/usr
**************************************************************
digikam does not use kipi-plugins 1.6
when i see "about"
there is "kipi-plugin 1.5"
in digikam settings/kipi external module
there is "kipi library version 0.1.5
>when i see "about" there is "kipi-plugin 1.5" in digikam settings/kipi external >module there is "kipi library version 0.1.5
libkipi and kipi-plugins versions are different stuff. it's normal.
I never use local installation. like current implementation is just bugfix, there is no risk to install it in your system.
Gilles Caulier
ok so i compiled and installed kipi-plugins in system folder with these following statements : export WANT_AUTOCONF_2_5=1 export KDEDIRS=/usr make -f Makefile.cvs ./configure --prefix=/usr --enable-debug=full make su make install result: i always use libkipi 0.1.5 ! i checked that i can't get any map >result: i always use libkipi 0.1.5 ! This is normal, if you have installed on kipi-plugins. libkipi is a C++ interface between digiKam and plugins. > i checked that i can't get any map In plugin dialog, go to Help button and show about dialog. Which plugin version you have ? Also, remove your ~/.kde/share/config/kipirc file and try again. Gilles Caulier Gilles kipi-plugins 0.1.6 i deleted kipirc same bad result : no map i have also pb with picasaweb export after connexion it does display my albums list private or public this is "it does not display" instead of "it does display" >kipi-plugins 0.1.6
This is the last stable release of kipi-plugins which do not include my last fix. You must checkout code from subversion repository from KDE3 branch (kipi-plugins 0.1.7), compile and install it.
Gilles Caulier
i used this statement to have kipi-plugins svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/libs to have the last version of all where is the 0.1.7 ? Created attachment 28548 [details]
googlemap in action with kipi-plugins 0.1.7
Look about dialog wher you can find kipi-plugins version. Like you can see, google maps work fine here...
Gilles Caulier
ok i have the 1.7 this does not work; i can't get any map Remove kipirc file again. i'm sure, i do it here to be able to use the plugin. Gilles thank you now it does work Ok, thanks. i close this file now. Gilles Caulier |