Hallo, zcwaa22@ucl.ac.uk hat gesagt: // zcwaa22@ucl.ac.uk wrote:
I hope this is the right place to post,
It is!
im trying to install pd onto my laptop running ubuntu breezy 5.10. i get past the ./configure phase and the make depend [ which outputs "nothing to be bone for "depend"" ] but i get errors when i try to make [ or sudo make ]
Here you go:
will@ubuntu:~/downloads/pd_files/pd-0.39-1/src$ make cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DPA_USE_OSS -DPA_LITTLE_ENDIAN -DUNIX -DUNISTD -DUSEAPI_OSS -I../portaudio/pa_common -I../portaudio/pablio -I../portmidi/pm_common -I../portmidi/pm_linux -fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -DINSTALL_PREFIX="/bin" -I. -c -o ../obj/g_canvas.o g_canvas.c Assembler messages: FATAL: can't create ../obj/g_canvas.o: No such file or directory make: *** [g_canvas.o] Error 1
I guess, that the directory "obj" is missing on your machine. Just do:
$ mkdir ~/downloads/pd_files/pd-0.39-1/obj
to fix this and try again.
Frank Barknecht _ ______footils.org_ __goto10.org__