[linux] Re: makedepend vraag
Daniel von Asmuth
asmuth op bakunin.xs4all.nl
Ma Aug 27 12:45:58 CEST 2007
On Fri, Aug 24, 2007 at 10:31:17PM +0200, Wybo Dekker wrote:
> Al heel lang geen C meer gebruikt, maar probeer een oud programma weer
> tot leven te wekken. Als dit het juiste platform niet is hoor ik het
> wel...
>
> testprogrammaatje:
>
> #include <stdio.h>
> #include <string.h>
> int main(int argc, char **argv) {
> char *s = "vier";
> printf("%d\n",strlen(s));
> }
>
> compileert probleemloos, maar in het programma waar het om gaat heb ik
> een makefile nodig waaraan de dependencies met makedepend moeten
> worden toegevoegd. Probleem is dan dat makedepend een reeks
> foutmeldingen produceert:
>
> $ makedepend mytest.c
> makedepend: warning: mytest.c (reading /usr/include/stdio.h, line
> 34): cannot find include file "stddef.h"
> not in /usr/include/stddef.h
> Kan iemand me uitleggen wat hier het probleem is? Ik gebruik toch
> alleen standaard include-files?
Eh, bij mij zit die file in /usr/include/linux/stddef.h
Het zou kunnen zijn dat makedepend die directory niet kent of dat
je de kernel headers niet hebt geinstalleerd.
Suc6,
Daniel von Asmuth
--
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
< Smoking shortens the Life expectancy of your Cigarettes >
\_________________________________________________________/
More information about the Linux
mailing list