hi linux user,
couple weeks ago i desided to delete my win2k from my hd and installed suse8.1
installation went smoothly. all of my hardware was detected automaticly and
are working perfectly. i had a little trouble installing the official nvidia
drivers for my gforce card, but after couple days i got it right (newbie
mistakes)...
i'm learning everyday something new with my gnu/linux, and today it's time for
pd...
here we go:
- downloaded pd-0.36-0 from millers site and unpacked
- logged as root
- [../src] console : "./configure --enable-alsa"
- deleted "-werror" from makefile
- [../src] console : "make depend"
- [../src] console : "make install"
and here are the last lines after "make install" :
s_linux.o: In function `alsa_open_audio':
s_linux.o(.text+0x3634): Warning: start_mode is deprecated, consider to use
start_threshold
s_linux.o(.text+0x3652): Warning: xrun_mode is deprecated, consider to use
stop_threshold
cc -O2 -o ../bin/pd-watchdog s_watchdog.c
cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
-DDL_OPEN -DALSA01 -DINSTALL_PREFIX=\"/usr/local\" -I. -c -o ../obj/t_main.o
t_main.c
cc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
-DDL_OPEN -DALSA01 -DINSTALL_PREFIX=\"/usr/local\" -I. -c -o
../obj/t_tkcmd.o t_tkcmd.c
cc1: warnings being treated as errors
t_tkcmd.c: In function `pdgui_startup':
t_tkcmd.c:349: warning: passing arg 3 of `Tcl_CreateCommand' from incompatible
pointer type
make: *** [t_tkcmd.o] Error 1
i also attached the complete outputs in "pd_make_output"
didn't find more info in the archives and i cant guess what i should do...
if you need more info/files or computer specs, let me know
thanx in advance
-andre
ps. can i compile pd as user using "su" ? i'm quite new to this...
pss. when should i use "make clean" ?