diff notes.txt @ 5930:a0d9bfe304de cygwin

more 64-bit patches for VS, not sure of many of them
author Henry Thompson <ht@markup.co.uk>
date Wed, 09 Dec 2015 10:35:23 +0000
parents f5dfcf2323bc
children 8955a38b8ecb
line wrap: on
line diff
--- a/notes.txt	Tue Dec 08 09:05:19 2015 +0000
+++ b/notes.txt	Wed Dec 09 10:35:23 2015 +0000
@@ -327,3 +327,16 @@
 already.
 Compilation produces _lots_ of warnings about type/size conversions,
 slowly figuring out fixes, possible not all correct :-(
+Some further forward and back hacking wrt timeval and tv_sec, finally
+had to actually edit /c/Program Files (x86)/Windows
+Kits/8.1/Include/um/winsock.h to get things moving :-(
+
+Lots of EMACS_INT (long long) == 8-bytes -> int or long == 4-bytes
+warnings, whose equivalent (long (8) -> int (4)) are _not_ notified by
+Cygwin, are coming up, sort-of overpowering the compiler output, so
+fttb I've set ERROR_CHECK_ALL=0 in config.inc, which turned off -TP
+(CPP, which I thought was raising the warnings), but still getting many
+warnings: down from 567 to 423!
+More small fixes, in process-nt.c very speculative, get me to through
+compilation to (lots of) linking errors
+