It appears your also missing tk dev libraries ALAN BROOKER <[email protected]> wrote:
> Hi Ico > >cd pd/src > >make distclean >aclocal >autoconf >./configure (with flags you wish to use, typically --prefix=/usr >--enable-jack --enable-alsa) >make >cp pd.tk ../bin (old stale one crept into the tarball inside the bin >directory--I will fix this shortly and reupload the tarball) > >at that point you can either: >cd ../bin >./pd > >or (if you feel like this version is worthy being installed system-wide) >make install >pd > > > I have gotten further with compiling but I do get the following error at >make install: > >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:85: 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 > > > > > Thanks for any tips-almost got it going > > > >On Tue, Nov 23, 2010 at 8:37 AM, João Pais <[email protected]> wrote: > >> Hi, >> >> this sounds great. I might have a chance to try it next week (back to dsl), >> if I have a break. But some questions in advance: >> >> - is there a "release program"? are the testers to make sure the >> implementations are working well, or do you still take requests? >> >> - what is going to happen to all this work, hopefully be integrated in >> pd-van/ext? >> >> - will someone put the code to work in all systems? (especially windows) >> >> - will you/your team continue to make improvements here (there are really >> lots of things that can be done), or was this a one-off project? >> >> - is there a feature list, to know how to test the novelties? >> >> - did you look at vvvv? in an informal presentation here one of their >> developers said that he was inspired by pd, but added lots of details that >> make the user experience much faster and easier, sometimes just by >> implementing small details (let the mouse over an outlet to see the values, >> etc.). >> >> >> Best, >> >> João >> >> >> _______________________________________________ >> [email protected] mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
