Hi list,
Just as a learning experience I am going through building pd from CVS on a Ubuntu 5.10 box
I hit a bit of a snag at maxlib.
at the moment I actually only really need it so I can use minus in a patch I am building.
I get the following errors when I try to build it:
cc -DPD -DMAXLIB -DUNIX -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wno-unused -Wno-parentheses -Wno-switch -I/usr/local/include -I./include -c src/netclient.c src/netclient.c:29:21: error: s_stuff.h: No such file or directory src/netclient.c:30:19: error: m_imp.h: No such file or directory src/netclient.c: In function ‘netclient_tick’: src/netclient.c:87: warning: implicit declaration of function ‘sys_addpollfn’ src/netclient.c:87: error: ‘t_fdpollfn’ undeclared (first use in this function) src/netclient.c:87: error: (Each undeclared identifier is reported only once src/netclient.c:87: error: for each function it appears in.) src/netclient.c:87: error: syntax error before ‘netclient_rcv’ src/netclient.c: In function ‘netclient_child_connect’: src/netclient.c:110: warning: implicit declaration of function ‘sys_sockerror’ src/netclient.c:131: warning: implicit declaration of function ‘sys_closesocket’src/netclient.c: In function ‘netclient_disconnect’: src/netclient.c:160: warning: implicit declaration of function ‘sys_rmpollfn’ make: *** [maxlib.pd_linux] Error 1
Any suggestions much appreciated.
dominic