2011/11/12 Mathieu Bouchard <[email protected]> > Le 2011-11-12 à 18:56:00, tim vets a écrit : > > > it's stretching my knowledge quite far now, >> but gave it a shot anyway, and interpreted what you wrote as: >> find the line " gl_frame_cond = (pthread_cond_t) >> malloc(sizeof(pthread_mutex_t)**);" >> (in fux_kinect.cpp) >> and remove the "*" from that line. >> > > Ok, never mind removing "*", put it back and just replace the struct name > so that it matches : > > gl_frame_cond = (pthread_cond_t *) malloc(sizeof(pthread_cond_t))**; > > > or am I getting it wrong? >> > > Yes... and it's more changes than what I had listed... so nevermind that > one. But surely the author would know what I mean. > > In the meantime, let's stick to the shortest possible fix. > > bingo thanks :) can't test with the Kinect connected yet though... but at least pd does not hang anymore but instead just reports: [fux_kinect]: kinect initiated [fux_kinect]: Number of devices found: 0 [fux_kinect]: Could not open device gr, Tim
> ______________________________**______________________________** > __________ > | Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC >
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
