Bug 253862 - compile fails can not find gdk-pixbuf/gdk-pixbuf.h: No such file or directory
Summary: compile fails can not find gdk-pixbuf/gdk-pixbuf.h: No such file or directory
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Compilation (show other bugs)
Version: 2.0.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 18:40 UTC by Von Wallace
Modified: 2017-08-19 20:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.5.0


Attachments

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