Version: 0.7.1-beta1 (using KDE KDE 3.3.2) Installed from: RedHat RPMs Compiler: gcc-3.2.2 OS: Linux make[4]: Entering directory `/usr/local/tmp/BUILD/digikam-0.7.1-beta1/digikam' if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../digikam/sqlite -I../digikam/libs/guibuilder -I../digikam/libs/histogram -I ../digikam/libs/levels -I../digikam/libs/curves -I../digikam/libs/themeengine -I../digikam/libs/widgets -I../digikam/utilities/cameragui -I../digikam/utilities/imageedi tor -I../digikam/utilities/splashscreen -I../digikam/utilities/setup -I../digikam/ -I/usr/include/kde -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -MT albumdb.lo -MD -MP -MF ".deps/albumdb.Tpo" -c -o albumdb.lo albumdb.cpp; \ then mv -f ".deps/albumdb.Tpo" ".deps/albumdb.Plo"; else rm -f ".deps/albumdb.Tpo"; exit 1; fi albumdb.cpp:34:20: sqlite.h: No such file or directory I believe that -I../digikam/sqlite should be just -I../sqlite Several other include paths are wrong too, like -I../digikam/libs/themeengine should be -I../libs/themeengine
We are working on this one! Thanks for reporting!
Please try the new beta2 tarballs which are now available...
note to release coordinators, use cvs2dist instead of cvsextract to build tarballs (as cvsextract messes up the directory layout). Additionally, make sure to build the tarballs once you package them to see if they actually build