Package: libcdk5-dev
Version: 5.0.20050424-2
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

  The examples shipped with libcdk5-dev fail to build due to lack of finding
the cdk.h header file in /usr/include/cdk.  The following patch is what I used
to get the examples compiled.


--- /usr/share/doc/libcdk5-dev/examples/Makefile        2005-08-13 
19:02:20.000000000 -0400
+++ ./Makefile  2007-03-25 22:47:16.000000000 -0400
@@ -25,5 +25,5 @@
 
 CFLAGS         = -Wall -g -O2 
-CPPFLAGS       = -DHAVE_CONFIG_H -I../include -I$(srcdir)/../include -I.  
-D_GNU_SOURCE
+CPPFLAGS       = -DHAVE_CONFIG_H -I/usr/include/cdk -I$(srcdir)/../include -I. 
-D_GNU_SOURCE
 LDFLAGS                = -L.. 
 
--- /usr/share/doc/libcdk5-dev/examples/demos/Makefile  2005-08-13 
19:02:20.000000000 -0400
+++ ./demos/Makefile    2007-03-25 22:45:11.000000000 -0400
@@ -25,5 +25,5 @@
 
 CFLAGS         = -Wall -g -O2 
-CPPFLAGS       = -DHAVE_CONFIG_H -I../include -I$(srcdir)/../include -I.  
-D_GNU_SOURCE
+CPPFLAGS       = -DHAVE_CONFIG_H -I/usr/include/cdk -I$(srcdir)/../include -I. 
-D_GNU_SOURCE
 LDFLAGS                = -L.. 



   -- Chris

-- 

Chris Knadle
[EMAIL PROTECTED]



--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.20.4-686-crk1

Debian Release: 4.0
  500 unstable        www.debian-multimedia.org 
  500 unstable        uqm.debian.net 
  500 unstable        mirrors2.kernel.org 
  500 sid             www.osrts.info 

--- Package information. ---
Depends                      (Version) | Installed
======================================-+-===================
libcdk5             (= 5.0.20050424-2) | 5.0.20050424-2
libncurses5-dev                        | 5.5-5




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to