Update of /cvsroot/pure-data/externals/moonlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22206/moonlib
Modified Files: dinlet~.c joystik.c wac.c Log Message: got moonlib compiling with some minor tweaks
Index: dinlet~.c =================================================================== RCS file: /cvsroot/pure-data/externals/moonlib/dinlet~.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dinlet~.c 9 Jul 2007 20:45:57 -0000 1.1.1.1 --- dinlet~.c 9 Jul 2007 20:57:12 -0000 1.2 *************** *** 122,126 **** t_vinlet *x = (t_vinlet *)pd_new(vinlet_class); x->x_canvas = canvas_getcurrent(); ! x->x_inlet = canvas_addinlet(x->x_canvas, &x->x_obj.ob_pd, &s_signal,0); x->x_endbuf = x->x_buf = (t_float *)getbytes(0); x->x_bufsize = 0; --- 122,126 ---- t_vinlet *x = (t_vinlet *)pd_new(vinlet_class); x->x_canvas = canvas_getcurrent(); ! x->x_inlet = canvas_addinlet(x->x_canvas, &x->x_obj.ob_pd, &s_signal); x->x_endbuf = x->x_buf = (t_float *)getbytes(0); x->x_bufsize = 0;
Index: joystik.c =================================================================== RCS file: /cvsroot/pure-data/externals/moonlib/joystik.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** joystik.c 9 Jul 2007 20:45:57 -0000 1.1.1.1 --- joystik.c 9 Jul 2007 20:57:12 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + #ifdef __gnu_linux__ /* 'pd_joystik' (An external library for Miller Puckette's 'PD' software *************** *** 190,191 **** --- 191,193 ---- }
+ #endif /* __gnu_linux__ */
Index: wac.c =================================================================== RCS file: /cvsroot/pure-data/externals/moonlib/wac.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** wac.c 9 Jul 2007 20:45:58 -0000 1.1.1.1 --- wac.c 9 Jul 2007 20:57:12 -0000 1.2 *************** *** 3,7 **** */
! #include <m_imp.h>
#include <sys/types.h> --- 3,8 ---- */
! #include <m_pd.h> ! #include <s_stuff.h>
#include <sys/types.h>