Bug 95530

Summary: 0.7.1-beta1 compiliation failure (bad include path?)
Product: [Applications] digikam Reporter: Rex Dieter <rdieter>
Component: Portability-CompilationAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.7.1   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rex Dieter 2004-12-20 19:38:50 UTC
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
Comment 1 Tom Albers 2004-12-20 20:11:39 UTC
We are working on this one! Thanks for reporting!
Comment 2 Tom Albers 2004-12-20 23:02:51 UTC
Please try the new beta2 tarballs which are now available...
Comment 3 Renchi Raju 2004-12-20 23:04:01 UTC
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