[quoted lines by Siju Samuel on 2013/07/31 at 18:33 -0500] >./brltty.c: In function 'sayWideCharacters': >./brltty.c:823:5: warning: pointer targets in passing argument 2 of >'speech-> >' differ in signedness [-Wpointer-sign] >./brltty.c:823:5: note: expected 'const unsigned char *' but argument is of >t > 'char *'
This warning has already been resolved in a later revision. >In file included from ./program.c:42:0: >./sys_windows.h:33:22: fatal error: ntstatus.h: No such file or directory >compilation terminated. This error, too, has already been resolved in a later revision. So, what you need to do is to update to the latest revision. That being said, there's one more Windows build problem which still needs to be resolved. You'll see it when async.c is being compiled. It's a complaint about the Windows function CancelIoEx() not being found, even though it really does exist. For now, just comment out the call since it's in new code which isn't being actually executed yet. -- 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
