couldnt get the binary to run, because of the previously noted floating point error so I am trying to build it now. which doesnt work either.
cannot build pd, tcl 8.4 and tk 8.4 are there but headers cannot be found
no tcl header found bolding trying without... checking for main in -ltcl85... no checking for main in -ltcl8.5... no checking for main in -ltcl84... no checking for main in -ltcl8.4... yes checking for main in -ltk85... no checking for main in -ltk8.5... no checking for main in -ltk84... no checking for main in -ltk8.4... yes .................... alsa= yes checking for snd_pcm_info in -lasound... yes checking for shm_open in -lrt... yes checking for jack_set_xrun_callback in -ljack... no checking for jack_set_error_function in -ljack... no OPT_CFLAGS --------------- -O6 -funroll-loops -fomit-frame-pointer configure: creating ./config.status config.status: creating makefile
[root@aalto 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="/usr/local" -I. -c -o ../obj/t_main.o t_main.c t_main.c:18:16: error: tk.h: No such file or directory t_main.c:38: error: expected ')' before '*' token t_main.c: In function 'main': t_main.c:59: warning: implicit declaration of function 'Tk_Main' t_main.c:59: error: 'Tcl_AppInit' undeclared (first use in this function) t_main.c:59: error: (Each undeclared identifier is reported only once t_main.c:59: error: for each function it appears in.) t_main.c: At top level: t_main.c:86: warning: function declaration isn't a prototype t_main.c: In function 'Tcl_AppInit': t_main.c:86: error: expected declaration specifiers before 'Tcl_Interp' t_main.c:87: warning: type of 'interp' defaults to 'int' t_main.c:88: error: 'Tk_Window' undeclared (first use in this function) t_main.c:88: error: expected ';' before 'mainwindow' t_main.c:90: warning: implicit declaration of function 'Tcl_Init' t_main.c:90: error: 'TCL_ERROR' undeclared (first use in this function) t_main.c:93: warning: implicit declaration of function 'Tk_Init' t_main.c:99: warning: implicit declaration of function 'pdgui_startup' t_main.c:112: error: 'TCL_OK' undeclared (first use in this function) make: *** [t_main.o] Error 1