Dear list,
For those who still have pacience for installation questions:
I've been trying to install pd (test 11) in suse 7.3, but when I try "make", appears the message
cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parenth eses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/t_main.o t_main.c t_main.c:18: tk.h: No such file or directory make: *** [t_main.o] Error 1
,althoug the file t_main.c comes with pd, is in the src folder.
And when I try "make install" comes the message
install -d //usr/local/lib/pd/bin install ../bin/pd-gui //usr/local/lib/pd/bin/pd-gui install: cannot stat `../bin/pd-gui': No such file or directory make: *** [install-bin] Error 1
, although I've created /usr/local/lib/pd/bin/pd-gui myself, the result is always the same.
These happen either as root or as user. Has this happened to somebody?
PS, not related: Do you know how to write in ntfs xp partition?
Thank you,
Jo�o Miguel Pais
jmmmpl@netcabo.pt hat gesagt: // jmmmpl@netcabo.pt wrote:
For those who still have pacience for installation questions:
I've been trying to install pd (test 11) in suse 7.3, but when I try "make", appears the message
cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parenth eses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/t_main.o t_main.c t_main.c:18: tk.h: No such file or directory make: *** [t_main.o] Error 1
,althoug the file t_main.c comes with pd, is in the src folder.
The message "No such file or directory" complains about a missing file "tk.h", not t_main.c. tk.h should live somewhere under /usr/include and it is needed to compile PD. Probably you don't have the tcl/tk developement packages installed. They should have names that end in "-devel", if I remember this correctly. [Our SuSE machine is in the office, at home I am proudly using Debian...]
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\
you need to install the development packages for tcl and tk... i am blissfully ignorant of how to do this "the right way [TM]" in rpm-land.
pix.
On Sat, 23 Feb 2002 13:47:27 -0000 jmmmpl@netcabo.pt wrote:
Dear list,
For those who still have pacience for installation questions:
I've been trying to install pd (test 11) in suse 7.3, but when I try "make", appears the message
cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parenth eses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/t_main.o t_main.c t_main.c:18: tk.h: No such file or directory make: *** [t_main.o] Error 1
,althoug the file t_main.c comes with pd, is in the src folder.
And when I try "make install" comes the message
install -d //usr/local/lib/pd/bin install ../bin/pd-gui //usr/local/lib/pd/bin/pd-gui install: cannot stat `../bin/pd-gui': No such file or directory make: *** [install-bin] Error 1
, although I've created /usr/local/lib/pd/bin/pd-gui myself, the result is always the same.
These happen either as root or as user. Has this happened to somebody?
PS, not related: Do you know how to write in ntfs xp partition?
Thank you,
Jo_o Miguel Pais