http://bugs.freedesktop.org/show_bug.cgi?id=19827





--- Comment #1 from Dan Nicholson <[email protected]>  2009-01-30 06:47:05 
PST ---
It's not a big deal if makedepend can't find it. If gcc can't find it during
the build, then that's a real problem.

Anyway, the issue is that /usr/include/limits.h goes to pull in gcc's limits.h.
It should be in the directory `gcc -print-file-name=include`. Pretty easy to
test it out if you're concerned.

echo '#include <limits.h>' > dummy.c
touch dummy.dep
makedepend -f dummy.dep dummy.c
makedepend -f dummy.dep -I `gcc -print-file-name=include` dummy.c


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to