[ros-kernel] KDBG Build Broken?

Filip Navara xnavara at volny.cz
Fri Aug 6 00:19:00 CEST 2004


Alex Ionescu wrote:

>Hi all,
>
>Building with KDBG = 1 gives me this:
>
>bfd.h: No such file or directory
>  bfd.h was first included from dis-asm.h:36
>  dis-asm.h was first included from dbg/i386/i386-dis.c:93
>make[1]: *** [dbg/i386/.i386-dis.d] Error 1
>make: *** [ntoskrnl_implib] Error 2
>
>Any clues?
>  
>
That's flaw in my fast dependency system.

- Filip

Index: ntoskrnl/dbg/i386/dis-asm.h
===================================================================
RCS file: /CVS/ReactOS/reactos/ntoskrnl/dbg/i386/dis-asm.h,v
retrieving revision 1.1
diff -u -r1.1 dis-asm.h
--- ntoskrnl/dbg/i386/dis-asm.h    13 Mar 2004 18:26:13 -0000    1.1
+++ ntoskrnl/dbg/i386/dis-asm.h    5 Aug 2004 21:03:47 -0000
@@ -32,8 +32,8 @@
 #endif
 
 #if 0
-#include <stdio.h>
-#include "bfd.h"
+/* #include <stdio.h> */
+/* #include "bfd.h" */
 #endif
 
 typedef int (*fprintf_ftype) PARAMS((PTR, const char*, ...));



More information about the Ros-kernel mailing list