digikam svn doesn't compile today: rawdecodingsettings.h

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

digikam svn doesn't compile today: rawdecodingsettings.h

Pedro Venda-3
hi everyone,

digikam doesn't compile today...
digikam/libs/histogram seems to need <libkdcraw/rawdecodingsettings.h> but
can't find it.

replacing line 38 of digikam/libs/dimg/dimg.h with
#include "rawdecodingsettings.h"
doesn't seem to fix the problem. Although rawdecodingsettings.h is on that
directory (digikam/libs/dimg/), it is actually empty.

make[4]: Entering directory
`/mnt/storage/src/digikam-trunk/graphics/digikam/libs/histogram'
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../digikam/libs/dimg -I../../../digikam/digikam -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/local/digikam-trunk/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -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 -DQT_CLEAN_NAMESPACE -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT
imagehistogram.lo -MD -MP -MF ".deps/imagehistogram.Tpo" -c -o
imagehistogram.lo imagehistogram.cpp; \
        then mv -f ".deps/imagehistogram.Tpo" ".deps/imagehistogram.Plo"; else
rm -f ".deps/imagehistogram.Tpo"; exit 1; fi
In file included from imagehistogram.cpp:42:
../../../digikam/libs/dimg/dimg.h:38:43: error:
libkdcraw/rawdecodingsettings.h: No such file or directory
../../../digikam/libs/dimg/dimg.h:101: error: 'KDcrawIface' has not been
declared
../../../digikam/libs/dimg/dimg.h:101: error: expected ',' or '...'
before 'rawDecodingSettings'
../../../digikam/libs/dimg/dimg.h:168: error: 'KDcrawIface' has not been
declared
../../../digikam/libs/dimg/dimg.h:168: error: expected ',' or '...'
before 'rawDecodingSettings'
../../../digikam/libs/dimg/dimg.h:101: error: default argument missing for
parameter 3 of 'Digikam::DImg::DImg(const QString&,
Digikam::DImgLoaderObserver*, int)'
../../../digikam/libs/dimg/dimg.h:168: error: default argument missing for
parameter 3 of 'bool Digikam::DImg::load(const QString&,
Digikam::DImgLoaderObserver*, int)'
make[4]: *** [imagehistogram.lo] Error 1
make[4]: Leaving directory
`/mnt/storage/src/digikam-trunk/graphics/digikam/libs/histogram'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/mnt/storage/src/digikam-trunk/graphics/digikam/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/storage/src/digikam-trunk/graphics/digikam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/storage/src/digikam-trunk/graphics'
make: *** [all] Error 2

Best regards,
--

Pedro João Lopes Venda
email: pjvenda at pjvenda org
http://www.pjvenda.org

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

attachment0 (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: digikam svn doesn't compile today: rawdecodingsettings.h

Gilles Caulier-4
Pedro,

read the README file. digikam depand of libkdcraw now. libkdcraw is hosted by extragear/libs. Look my blog for more info :

http://www.digikam.org/?q=node/208

Just compile and install libkdcraw (at the same time than kipi-plugins/likexiv2 and likipi) and all will be fine.

Gilles

2007/3/12, Pedro Venda <[hidden email]>:
hi everyone,

digikam doesn't compile today...
digikam/libs/histogram seems to need <libkdcraw/rawdecodingsettings.h> but
can't find it.

replacing line 38 of digikam/libs/dimg/dimg.h with
#include "rawdecodingsettings.h"
doesn't seem to fix the problem. Although rawdecodingsettings.h is on that
directory (digikam/libs/dimg/), it is actually empty.

make[4]: Entering directory
`/mnt/storage/src/digikam-trunk/graphics/digikam/libs/histogram'
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../digikam/libs/dimg -I../../../digikam/digikam -I/usr/kde/3.5/include -I/usr/qt/3/include -I.  -I/usr/local/digikam-trunk/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -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 -DQT_CLEAN_NAMESPACE -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT
imagehistogram.lo -MD -MP -MF ".deps/imagehistogram.Tpo" -c -o
imagehistogram.lo imagehistogram.cpp; \
        then mv -f ".deps/imagehistogram.Tpo" ".deps/imagehistogram.Plo"; else
rm -f ".deps/imagehistogram.Tpo"; exit 1; fi
In file included from imagehistogram.cpp:42:
../../../digikam/libs/dimg/dimg.h:38:43: error:
libkdcraw/rawdecodingsettings.h: No such file or directory
../../../digikam/libs/dimg/dimg.h:101: error: 'KDcrawIface' has not been
declared
../../../digikam/libs/dimg/dimg.h:101: error: expected ',' or '...'
before 'rawDecodingSettings'
../../../digikam/libs/dimg/dimg.h:168: error: 'KDcrawIface' has not been
declared
../../../digikam/libs/dimg/dimg.h:168: error: expected ',' or '...'
before 'rawDecodingSettings'
../../../digikam/libs/dimg/dimg.h:101: error: default argument missing for
parameter 3 of 'Digikam::DImg::DImg(const QString&,
Digikam::DImgLoaderObserver*, int)'
../../../digikam/libs/dimg/dimg.h:168: error: default argument missing for
parameter 3 of 'bool Digikam::DImg::load(const QString&,
Digikam::DImgLoaderObserver*, int)'
make[4]: *** [imagehistogram.lo] Error 1
make[4]: Leaving directory
`/mnt/storage/src/digikam-trunk/graphics/digikam/libs/histogram'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/mnt/storage/src/digikam-trunk/graphics/digikam/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/storage/src/digikam-trunk/graphics/digikam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/storage/src/digikam-trunk/graphics'
make: *** [all] Error 2

Best regards,
--

Pedro João Lopes Venda
email: pjvenda at pjvenda org
http://www.pjvenda.org

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: digikam svn doesn't compile today: rawdecodingsettings.h

Pedro Venda-3
On Monday 12 March 2007 18:53:15 Gilles Caulier wrote:
> Pedro,
>
> read the README file. digikam depand of libkdcraw now. libkdcraw is hosted
> by extragear/libs. Look my blog for more info :
>
> http://www.digikam.org/?q=node/208
>
> Just compile and install libkdcraw (at the same time than
> kipi-plugins/likexiv2 and likipi) and all will be fine.

I understand. I removed the whole installation tree and wasn't installing the
libs before compiling digikam - DUH!

sorry for the noise.
Cheers,
--

Pedro João Lopes Venda
email: pjvenda at pjvenda org
http://www.pjvenda.org

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

attachment0 (196 bytes) Download Attachment