[PD-dev] No rule to make target `/usr/include/stdlib.h'

Russell Bryant russell at russellbryant.net
Mon Dec 3 22:32:57 CET 2007


Hans-Christoph Steiner wrote:
> make: *** No rule to make target `/usr/include/stdlib.h', needed by  
> `g_canvas.o'.  Stop

Does /usr/include/stdlib.h exist?

Whatever method you are using to generate the list of file dependencies for make
is including /usr/include/stdlib.h as a dependency that g_canvas.c uses.  If the
file exists, it should work just fine.

By the way, what is the method that this Makefile is using to generate these
dependencies?

--
Russell





More information about the Pd-dev mailing list