includes need to be changed in directfb.h

Bug #148237 reported by Anselmo L. S. Melo
4
Affects Status Importance Assigned to Milestone
directfb (Ubuntu)
Invalid
Wishlist
Unassigned

Bug Description

Binary package hint: libdirectfb-dev

I have libdirectfb-dev 0.9.25.1-6ubuntu3 (gutsy) installed and I got these errors:

/usr/include/directfb/directfb.h:31:23: error: dfb_types.h: No such file or directory
/usr/include/directfb/directfb.h:34:31: error: directfb_keyboard.h: No such file or directory

It was fixed with the following changes in /usr/include/directfb/directfb.h:

--- directfb.h 2007-10-02 16:31:39.000000000 -0300
+++ directfb.h.old 2007-10-02 16:31:06.000000000 -0300
@@ -28,10 +28,10 @@
 #ifndef __DIRECTFB_H__
 #define __DIRECTFB_H__

-#include <directfb/dfb_types.h>
+#include <dfb_types.h>
 #include <sys/time.h> /* struct timeval */

-#include <directfb/directfb_keyboard.h>
+#include <directfb_keyboard.h>

 #ifdef __cplusplus
 extern "C"

Revision history for this message
Anselmo L. S. Melo (anselmolsm) wrote :

I commited a mistake in the order of files when I made diff of them... In the attached file it is right.

Revision history for this message
Daniel T Chen (crimsun) wrote :

Is this symptom still reproducible in 8.10 RC or later?

Changed in directfb:
importance: Undecided → Wishlist
status: New → Incomplete
Revision history for this message
Pedro Villavicencio (pedro) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to New. Thanks again!.

Changed in directfb:
status: Incomplete → 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.