Bug 253862

Summary: compile fails can not find gdk-pixbuf/gdk-pixbuf.h: No such file or directory
Product: [Applications] digikam Reporter: Von Wallace <vonwallace>
Component: Portability-CompilationAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 2.0.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 2.5.0

Description Von Wallace 2010-10-11 18:40:19 UTC
Version:           2.0.0 (using KDE 4.5.2) 
OS:                Linux

Building CXX object kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodExportDialog.o
/home/vonskie/dk/graphics/kipi-plugins/ipodexport/IpodExportDialog.cpp:30: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
compilation terminated.
make[2]: *** [kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodExportDialog.o] Error 1
make[1]: *** [kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/all] Error 2
make: *** [all] Error 2

Trying to complie with ubuntu 10.10 after upgrade from 10.04 lts

did a apt-get build-dep digikam to get everything

apt-get install libgdk-pixbuf2.0-dev
apt-get install lsb-build-desktop3

It will still not compile






Reproducible: Didn't try

Steps to Reproduce:
Try to compile digikam

Actual Results:  
Compile fails

Building CXX object kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodExportDialog.o
/home/vonskie/dk/graphics/kipi-plugins/ipodexport/IpodExportDialog.cpp:30: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
compilation terminated.
make[2]: *** [kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodExportDialog.o] Error 1
make[1]: *** [kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/all] Error 2
make: *** [all] Error 2


Expected Results:  
Compile works

Building CXX object kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodExportDialog.o
/home/vonskie/dk/graphics/kipi-plugins/ipodexport/IpodExportDialog.cpp:30: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
compilation terminated.
make[2]: *** [kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/IpodExportDialog.o] Error 1
make[1]: *** [kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/all] Error 2
make: *** [all] Error 2
Comment 1 Von Wallace 2010-10-11 21:56:58 UTC
Got it to compile

rm the local svn tree on my computer and redownloaded it once again.

Then compiled it without problem
Comment 2 caulier.gilles 2010-10-11 22:07:26 UTC
So, this file is invalid ?

Gilles Caulier