[Digikam-devel] 0.7.3 tarball up for testing

Gilles Caulier caulier.gilles at free.fr
Mon Jun 20 12:59:14 BST 2005


Le Samedi 18 Juin 2005 12:24 AM, Renchi Raju a écrit :
> here:
> http://pooh.tam.uiuc.edu/digikam/digikam-0.7.3.tar.bz2
>
> the cvsExtract.sh and svn2dist couldn't handle the additional doc/po
> files. fortunately markey (amaroK) had made a ruby script for making
> releases and I could easily adapt it to do some customization. i will
> upload to SVN. i'm not 100% sure whether the docs/gui/po files are
> correctly laid out in the tarball, so its up for testing. if someone with
> another language other than en, check if the showfoto documentation shows
> up translated correctly? only the following languages has the showfoto
> documentation translated currently:
> nl, svn, it, et, pt.
>

Renchi, i have re-created digikamimageplugins 0.7.3 tarballs from SVN. I have 
a problem now about Digikam namespace during compilation :

[digikamimageplugins-0.7.3]$ ./configure  ; make     
...
checking for digiKam in our sources... not found
checking if digiKam is installed... checking digikam/imageplugin.h 
usability... yes
checking digikam/imageplugin.h presence... yes
checking for digikam/imageplugin.h... yes
checking if doc should be compiled... yes
checking if src should be compiled... yes
checking if translations should be compiled... yes
configure: creating ./config.status
fast creating Makefile
...

Good - your configure finished. Start make now

make  all-recursive
make[1]: Entering directory `/home/dcamir/tmp/digikamimageplugins-0.7.3'
Making all in doc
make[2]: Entering directory `/home/dcamir/tmp/digikamimageplugins-0.7.3/doc'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[2]: Leaving directory `/home/dcamir/tmp/digikamimageplugins-0.7.3/doc'
Making all in src
make[2]: Entering directory `/home/dcamir/tmp/digikamimageplugins-0.7.3/src'
Making all in common
make[3]: Entering directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common'
Making all in icons
make[4]: Entering directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/icons'
make[4]: Rien à faire pour « all ».
make[4]: Leaving directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/icons'
Making all in pics
make[4]: Entering directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/pics'
make[4]: Rien à faire pour « all ».
make[4]: Leaving directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/pics'
Making all in tips
make[4]: Entering directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/tips'
make[4]: Rien à faire pour « all ».
make[4]: Leaving directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/tips'
Making all in cimgiface
make[4]: Entering directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/cimgiface'
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ 
-DHAVE_CONFIG_H -I. -I. -I../../.. 
-I../../../digikamimageplugins/common/include -I/usr/lib/qt3//include 
-I/usr/X11R6/include    -Dcimg_OS=-1 -Dcimg_display_type=0  
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef 
-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL 
-DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -MT cimgiface.lo 
-MD -MP -MF ".deps/cimgiface.Tpo" -c -o cimgiface.lo cimgiface.cpp; \
then mv -f ".deps/cimgiface.Tpo" ".deps/cimgiface.Plo"; else rm -f 
".deps/cimgiface.Tpo"; exit 1; fi
cimgiface.cpp:53:28: digikamheaders.h: No such file or directory
In file included from cimgiface.h:33,
                 from cimgiface.cpp:57:
CImg.h: In constructor `cimg_library::CImgException::CImgException(const 
char*, ...)':
CImg.h:623: warning: function might be possible candidate for `printf' format 
attribute
CImg.h: In constructor 
`cimg_library::CImgInstanceException::CImgInstanceException(const 
char*, ...)':
CImg.h:643: warning: function might be possible candidate for `printf' format 
attribute
CImg.h: In constructor 
`cimg_library::CImgArgumentException::CImgArgumentException(const 
char*, ...)':
CImg.h:663: warning: function might be possible candidate for `printf' format 
attribute
CImg.h: In constructor `cimg_library::CImgIOException::CImgIOException(const 
char*, ...)':
CImg.h:681: warning: function might be possible candidate for `printf' format 
attribute
CImg.h: In constructor 
`cimg_library::CImgDisplayException::CImgDisplayException(const char*, ...)':
CImg.h:697: warning: function might be possible candidate for `printf' format 
attribute
cimgiface.cpp: In member function `void 
DigikamImagePlugins::CimgIface::startComputation()':
cimgiface.cpp:180: error: `Digikam' has not been declared
cimgiface.cpp:180: error: `imageData' undeclared (first use this function)
cimgiface.cpp:180: error: (Each undeclared identifier is reported only once 
for each function it appears in.)
cimgiface.cpp:180: error: expected `;' before "imagedata"
cimgiface.cpp:193: error: `imagedata' undeclared (first use this function)
cimgiface.cpp:179: warning: unused variable 'red'
cimgiface.cpp:179: warning: unused variable 'green'
cimgiface.cpp:179: warning: unused variable 'blue'
make[4]: *** [cimgiface.lo] Erreur 1
make[4]: Leaving directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common/cimgiface'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory 
`/home/dcamir/tmp/digikamimageplugins-0.7.3/src/common'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/dcamir/tmp/digikamimageplugins-0.7.3/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/dcamir/tmp/digikamimageplugins-0.7.3'
make: *** [all] Erreur 2
[digikamimageplugins-0.7.3]$     

Tarball have been created using my script sent in this thread.

Gilles



More information about the Digikam-devel mailing list