Bug 95530 - 0.7.1-beta1 compiliation failure (bad include path?)
Summary: 0.7.1-beta1 compiliation failure (bad include path?)
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Compilation (show other bugs)
Version: 0.7.1
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-20 19:38 UTC by Rex Dieter
Modified: 2017-08-19 20:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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