wrong include in directfb header file

Bug #395106 reported by B. Harendt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
directfb (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: libdirectfb-dev

1. Ubuntu version: Ubuntu 9.04

2. Package version:

$ apt-cache policy libdirectfb-dev
libdirectfb-dev:
  Installiert: 1.0.1-11ubuntu1
  Kandidat: 1.0.1-11ubuntu1
  Versions-Tabelle:
 *** 1.0.1-11ubuntu1 0
        500 http://de.archive.ubuntu.com jaunty/main Packages
        100 /var/lib/dpkg/status

3. The error:

When I try to compile a C-code-file which includes /usr/include/directfb/directfb.h using

#include <directfb/directfb.h>

then I get the following error message

/usr/include/directfb/directfb.h:32:23: Fehler: dfb_types.h: No such file or directory
/usr/include/directfb/directfb.h:35:31: Fehler: directfb_keyboard.h: No such file or directory

I could fix this problem using the following patch on /usr/include/directfb/directfb.h

32c32
< #include <dfb_types.h>
---
> #include <directfb/dfb_types.h>
35c35
< #include <directfb_keyboard.h>
---
> #include <directfb/directfb_keyboard.h>

Revision history for this message
B. Harendt (b.harendt) wrote :
Revision history for this message
B. Harendt (b.harendt) wrote :

I guess it's not a bug. To compile you can easily use `directfb-config --cflags`

Changed in directfb (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.