[Cs-dev] Emails confused regarding strtok_r
| Date | 2014-05-16 01:18 | 
| From | Michael Gogins | 
| Subject | [Cs-dev] Emails confused regarding strtok_r | 
| Attachments | None None | 
| I inadvertently mixed up threads in my latest email about this problem. It is still the case that Steven's fix doesn't solve the problem with the MinGW build because a macro was unwisely used in pthread.h to define strtok_r. Apologies, Mike -----------------------------------------------------Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com | 
| Date | 2014-05-16 16:55 | 
| From | Steven Yi | 
| Subject | Re: [Cs-dev] Emails confused regarding strtok_r | 
| Hi Michael, I added and #undef for strtok_r. Could you pull and try? I had to do something similar for iOS where the headers for ARM were using a macro for some function instead of a function definition and that sorted it out for that platform. Thanks, steven On Thu, May 15, 2014 at 8:18 PM, Michael Gogins | 
| Date | 2014-05-16 17:01 | 
| From | Michael Gogins | 
| Subject | Re: [Cs-dev] Emails confused regarding strtok_r | 
| Attachments | None None | 
| I will try this tomorrow around noon. Thanks, Mike -----------------------------------------------------Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, May 16, 2014 at 11:55 AM, Steven Yi <stevenyi@gmail.com> wrote: Hi Michael, | 
| Date | 2014-05-17 17:19 | 
| From | Michael Gogins | 
| Subject | Re: [Cs-dev] Emails confused regarding strtok_r | 
| Attachments | None None | 
| Thanks, Steven. Everything builds now. Best, Mike -----------------------------------------------------Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, May 16, 2014 at 12:01 PM, Michael Gogins <michael.gogins@gmail.com> wrote: 
 |