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
Hi,
you might find this page interesting (or not) -
https://puredata.info/Members/jmmmp/ubuntuinst/. I was trying to do the
same, until it also didn't work anymore, and for the moment I don't have
the time to get on with it. Feel free to change it (for the better) as you
please, or tell me how it went.
Or you can look at this thread, but I don't know if it will help:
http://lists.puredata.info/pipermail/pd-list/2006-03/036835.html
As for the error, I'm sorry that I can't help, but I'm also learning with
linux.
Joao
Am 11.04.2006, 00:29 Uhr, schrieb dominic samuraiskillz@blueyonder.co.uk:
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
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
The error below is because it can't find the pd sources. If you want
to learn, it will be much, much easier if you build against pd 0.39.2.
Lots of relevant docs here:
http://puredata.org/docs/developer
.hc
On Apr 10, 2006, at 6:29 PM, dominic wrote:
Hi list,
Just as a learning experience I am going through building pd from
CVS on a Ubuntu 5.10 boxI 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 1Any suggestions much appreciated.
dominic
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
I spent 33 years and four months in active military service and
during that period I spent most of my time as a high class muscle man
for Big Business, for Wall Street and the bankers.
- General Smedley Butler