Hi, I sent the include files in a separate mail. I see some difference in log.c file. (though you mentioned it has been moved). Looks like the #ifdef is new. If so probably going to else.
#ifdef _POSIX_THREAD_SAFE_FUNCTIONS #define lockStream(stream) flockfile((stream)) #define unlockStream(stream) funlockfile((stream)) #else /* _POSIX_THREAD_SAFE_FUNCTIONS */ #define lockStream(stream) #define unlockStream(stream) #endif /* _POSIX_THREAD_SAFE_FUNCTIONS */ thanks, siju samuel On Fri, Jun 13, 2014 at 10:34 AM, Dave Mielke <[email protected]> wrote: > [quoted lines by Siju Samuel on 2014/06/13 at 09:51 -0500] > > >I was parallelly doing 5.1 and 5.2dev. And few months back I had 4.5+ > >(some development version checked out) and it was compiled and working > >welll with Freeedom Focus. At that time, I have made the necessary set up > >as in README.Windows to use win32-libsub. (Like running brltty.inf > >against the device plug etc.) After that I did not change that part. > > That should be oaky. It wouldn't have any impact on the flockfile() > problem. > > One thing which I'm finding somewhat baffling is why the code compiles > fine for > 4.5 and for 5.1, but not for 5.2dev. That code is the same. The only > change is > that it's been moved. I'm now suspecting, therefore, that it has something > to > do with the order that the headers are being included, or, perhaps, which > headers have been included at the point that the test is made. > > If you don't mind, perhaps you could zip up your MinGW's include directory > and > send it to me off-list so that I can have it for reference. > > -- > Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of > God. > Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ > EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.com/ > _______________________________________________ > This message was sent via the BRLTTY mailing list. > To post a message, send an e-mail to: [email protected] > For general information, go to: http://mielke.cc/mailman/listinfo/brltty >
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
