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 _______________________________________________ PD-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
