On Tue, 17 Jun 2003, Tomasz Sztejka wrote:

>  I recently started to moving from old DOS'like development to
> makefiles and makedepend. Now I have found some problems with
> makedepend. Am I correct, that this tool belongs to Xfree86 (I mean,
> Xfree86 is maintaing it) or there is another place where I should ask
> about problems with makedepend?

>  Now to the problem itself. I have a file:

> FILE : z.h
> #ifndef Z_H1
> #define Z_H1
>  #include "z2.h"
> #endif

>  and

> FILE: z2.h - empty.

> when I run:
>   makedepend -f- z.h

> the dependency list is empty, but when I change file to:
> FILE : z.h
> #ifndef Z_H1
> #define Z_H1
> #include "z2.h"
> #endif

>  and run the same, output is correct. Did you noticed the difference?
> It appears no space nor tab is allowed in front of #include.
>  Can anybody confirm it or correct me if I'm wrong? I'm using Cygwin
> now, so it may be related to it.

This works fine for me.  What version of XFree86 are you using?

Marc.

+----------------------------------+-----------------------------------+
|  Marc Aurele La France           |  work:   1-780-492-9310           |
|  Computing and Network Services  |  fax:    1-780-492-1729           |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]          |
|  University of Alberta           +-----------------------------------+
|  Edmonton, Alberta               |                                   |
|  T6G 2H1                         |     Standard disclaimers apply    |
|  CANADA                          |                                   |
+----------------------------------+-----------------------------------+
XFree86 Core Team member.  ATI driver and X server internals.

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to