Hello,
I have problems to compile current SVN Digikam from KDE3 branch. I use KDE 3.5.10, gcc 4.2.3 and have updated exiv2, kipi, libkexiv2, libkdcraw, etc. before. Here is the error I get when compiling it: creating librawimport_la.all_cpp.cpp ... if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../digikam/digikam -I../../../../digikam/utilities/imageeditor/editor -I../../../../digikam/libs/histogram -I../../../../digikam/libs/curves -I../../../../digikam/libs/whitebalance -I../../../../digikam/libs/dmetadata -I../../../../digikam/libs/curves -I../../../../digikam/libs/dimg -I../../../../digikam/libs/dimg/filters -I../../../../digikam/libs/dialogs -I../../../../digikam/libs/widgets/common -I../../../../digikam/libs/widgets/iccprofiles -I../../../../digikam/libs/threadimageio -I../../../../digikam/libs/themeengine -I/usr/lib/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -fno-tree-pre -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 -MT librawimport_la.all_cpp.lo -MD -MP -MF ".deps/librawimport_la.all_cpp.Tpo" -c -o librawimport_la.all_cpp.lo librawimport_la.all_cpp.cpp; \ then mv -f ".deps/librawimport_la.all_cpp.Tpo" ".deps/librawimport_la.all_cpp.Plo"; else rm -f ".deps/librawimport_la.all_cpp.Tpo"; exit 1; fi In file included from librawimport_la.all_cpp.cpp:5: rawpostprocessing.cpp:29:25: error: imagelevels.h: No such file or directory In file included from librawimport_la.all_cpp.cpp:5: rawpostprocessing.cpp: In member function 'void Digikam::RawPostProcessing::rawPostProcessing()': rawpostprocessing.cpp:116: error: 'ImageLevels' was not declared in this scope rawpostprocessing.cpp:116: error: expected `;' before 'levels' rawpostprocessing.cpp:120: error: 'levels' was not declared in this scope rawpostprocessing.cpp:126: error: 'levels' was not declared in this scope make[3]: *** [librawimport_la.all_cpp.lo] Error 1 make[3]: Leaving directory `/tmp/digikam-svn20080905/digikam/utilities/imageeditor/rawimport' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/digikam-svn20080905/digikam/utilities/imageeditor' make[1]: *** [all-recursive] Error 1 -- take care! xo,klaus _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel signature.asc (204 bytes) Download Attachment |
Same problem here since yesterday.... although imagelevels.h exists
Gilles, something missing in Makefile.am somewhere? Andi On Saturday 06 September 2008 08:59:21 Klaus Weidenbach wrote: > Hello, > > I have problems to compile current SVN Digikam from KDE3 branch. I use KDE > 3.5.10, gcc 4.2.3 and have updated exiv2, kipi, libkexiv2, libkdcraw, etc. > before. > > Here is the error I get when compiling it: > > creating librawimport_la.all_cpp.cpp ... > if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile > g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../digikam/digikam > -I../../../../digikam/utilities/imageeditor/editor > -I../../../../digikam/libs/histogram -I../../../../digikam/libs/curves > -I../../../../digikam/libs/whitebalance > -I../../../../digikam/libs/dmetadata -I../../../../digikam/libs/curves > -I../../../../digikam/libs/dimg -I../../../../digikam/libs/dimg/filters > -I../../../../digikam/libs/dialogs > -I../../../../digikam/libs/widgets/common > -I../../../../digikam/libs/widgets/iccprofiles > -I../../../../digikam/libs/threadimageio > -I../../../../digikam/libs/themeengine -I/usr/lib/qt/include -I. > -DQT_THREAD_SUPPORT -D_REENTRANT -fno-tree-pre -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 -MT librawimport_la.all_cpp.lo > -MD -MP -MF ".deps/librawimport_la.all_cpp.Tpo" -c -o > librawimport_la.all_cpp.lo librawimport_la.all_cpp.cpp; \ > then > mv -f ".deps/librawimport_la.all_cpp.Tpo" > ".deps/librawimport_la.all_cpp.Plo"; else rm -f > ".deps/librawimport_la.all_cpp.Tpo"; exit 1; fi > In file included from librawimport_la.all_cpp.cpp:5: > rawpostprocessing.cpp:29:25: error: imagelevels.h: No such file or > directory In file included from librawimport_la.all_cpp.cpp:5: > rawpostprocessing.cpp: In member function 'void > Digikam::RawPostProcessing::rawPostProcessing()': > rawpostprocessing.cpp:116: error: 'ImageLevels' was not declared in this > scope rawpostprocessing.cpp:116: error: expected `;' before 'levels' > rawpostprocessing.cpp:120: error: 'levels' was not declared in this scope > rawpostprocessing.cpp:126: error: 'levels' was not declared in this scope > make[3]: *** [librawimport_la.all_cpp.lo] Error 1 > make[3]: Leaving directory > `/tmp/digikam-svn20080905/digikam/utilities/imageeditor/rawimport' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/tmp/digikam-svn20080905/digikam/utilities/imageeditor' > make[1]: *** [all-recursive] Error 1 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Just to mention:
I already did make clean make distclean make -f Makefile.cvs ./configure make force-reedit nothing seems to work. I also cleaned my ccache (sadly), but also no luck. Andi On Saturday 06 September 2008 09:36:16 Andi Clemens wrote: > Same problem here since yesterday.... although imagelevels.h exists > > Gilles, > > something missing in Makefile.am somewhere? > > Andi > > On Saturday 06 September 2008 08:59:21 Klaus Weidenbach wrote: > > Hello, > > > > I have problems to compile current SVN Digikam from KDE3 branch. I use > > KDE 3.5.10, gcc 4.2.3 and have updated exiv2, kipi, libkexiv2, libkdcraw, > > etc. before. > > > > Here is the error I get when compiling it: > > > > creating librawimport_la.all_cpp.cpp ... > > if /bin/sh ../../../../libtool --silent --tag=CXX --mode=compile > > g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../digikam/digikam > > -I../../../../digikam/utilities/imageeditor/editor > > -I../../../../digikam/libs/histogram -I../../../../digikam/libs/curves > > -I../../../../digikam/libs/whitebalance > > -I../../../../digikam/libs/dmetadata -I../../../../digikam/libs/curves > > -I../../../../digikam/libs/dimg -I../../../../digikam/libs/dimg/filters > > -I../../../../digikam/libs/dialogs > > -I../../../../digikam/libs/widgets/common > > -I../../../../digikam/libs/widgets/iccprofiles > > -I../../../../digikam/libs/threadimageio > > -I../../../../digikam/libs/themeengine -I/usr/lib/qt/include -I. > > -DQT_THREAD_SUPPORT -D_REENTRANT -fno-tree-pre -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 -MT librawimport_la.all_cpp.lo > > -MD -MP -MF ".deps/librawimport_la.all_cpp.Tpo" -c -o > > librawimport_la.all_cpp.lo librawimport_la.all_cpp.cpp; \ > > then > > mv -f ".deps/librawimport_la.all_cpp.Tpo" > > ".deps/librawimport_la.all_cpp.Plo"; else rm -f > > ".deps/librawimport_la.all_cpp.Tpo"; exit 1; fi > > In file included from librawimport_la.all_cpp.cpp:5: > > rawpostprocessing.cpp:29:25: error: imagelevels.h: No such file or > > directory In file included from librawimport_la.all_cpp.cpp:5: > > rawpostprocessing.cpp: In member function 'void > > Digikam::RawPostProcessing::rawPostProcessing()': > > rawpostprocessing.cpp:116: error: 'ImageLevels' was not declared in this > > scope rawpostprocessing.cpp:116: error: expected `;' before 'levels' > > rawpostprocessing.cpp:120: error: 'levels' was not declared in this scope > > rawpostprocessing.cpp:126: error: 'levels' was not declared in this scope > > make[3]: *** [librawimport_la.all_cpp.lo] Error 1 > > make[3]: Leaving directory > > `/tmp/digikam-svn20080905/digikam/utilities/imageeditor/rawimport' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory > > `/tmp/digikam-svn20080905/digikam/utilities/imageeditor' > > make[1]: *** [all-recursive] Error 1 > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
2008/9/6 Andi Clemens <[hidden email]> Just to mention: In Makefile.am, check if path to libs/levels is fine for include files. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Hello,
> In Makefile.am, check if path to libs/levels is fine for include files. Thanks... I just had to add "-I$(top_srcdir)/digikam/libs/levels \" in the Makefile.am and everything compiles fine now. :) I have no SVN account, so I hope someone else could commit this. Klaus _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
2008/9/6 Klaus Weidenbach <[hidden email]> Hello, Done in svn Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |