[PD] // t_tkcmd make error with 0.36 //

delire delire at selectparks.net
Sun Dec 29 09:40:40 CET 2002


hi list..

i'm trying out pd 0.36 on a fresh debian box with req libs and get this error on make: 

//-->

s_linux.o(.text+0x3352): In function `alsa_open_audio':
: Warning: start_mode is deprecated, consider to use start_threshold
s_linux.o(.text+0x336f): In function `alsa_open_audio':
: 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.  -I /usr/include/tcl8.4 -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.  -I /usr/include/tcl8.4 -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've been out of the mix for a few months, so i may be missing something here..

anyway, here's the configure results, i've tried it both with and without the alsa flag. gcc --v gives me 3.2.2, but i have tried a compile with 2.95 also. make depend yeilds no joy either.

//-->

dropWorld:/home/delire/downloads/apps/pd-0.36-0/src# ./configure --enable-alsa
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for working const... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for bstring.h... (cached) no
checking whether gcc needs -traditional... (cached) no
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for gettimeofday... (cached) yes
checking for select... (cached) yes
checking for socket... (cached) yes
checking for strerror... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for sin in -lffm... (cached) no
checking for sin in -lm... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for snd_pcm_info in -lasound... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for XCreateWindow in -lX11... (cached) yes
checking for tcl.h... (cached) no
checking for tcl8.1/tcl.h... (cached) no
checking for tcl8.2/tcl.h... (cached) no
checking for tcl8.3/tcl.h... (cached) no
checking for tcl8.4/tcl.h... (cached) yes
checking for main in -ltcl8.7... (cached) no
checking for main in -ltcl8.6... (cached) no
checking for main in -ltcl8.5... (cached) no
checking for main in -ltcl8.4... (cached) yes
checking for main in -ltk8.7... (cached) no
checking for main in -ltk8.6... (cached) no
checking for main in -ltk8.5... (cached) no
checking for main in -ltk8.4... (cached) yes
creating ./config.status
creating makefile

//<--




More information about the Pd-list mailing list