Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5929:f5dfcf2323bc | 5930:a0d9bfe304de |
---|---|
325 patching file src/sysproc.h | 325 patching file src/sysproc.h |
326 OK, did first (.mak) by hand, other was there, in a different place, | 326 OK, did first (.mak) by hand, other was there, in a different place, |
327 already. | 327 already. |
328 Compilation produces _lots_ of warnings about type/size conversions, | 328 Compilation produces _lots_ of warnings about type/size conversions, |
329 slowly figuring out fixes, possible not all correct :-( | 329 slowly figuring out fixes, possible not all correct :-( |
330 Some further forward and back hacking wrt timeval and tv_sec, finally | |
331 had to actually edit /c/Program Files (x86)/Windows | |
332 Kits/8.1/Include/um/winsock.h to get things moving :-( | |
333 | |
334 Lots of EMACS_INT (long long) == 8-bytes -> int or long == 4-bytes | |
335 warnings, whose equivalent (long (8) -> int (4)) are _not_ notified by | |
336 Cygwin, are coming up, sort-of overpowering the compiler output, so | |
337 fttb I've set ERROR_CHECK_ALL=0 in config.inc, which turned off -TP | |
338 (CPP, which I thought was raising the warnings), but still getting many | |
339 warnings: down from 567 to 423! | |
340 More small fixes, in process-nt.c very speculative, get me to through | |
341 compilation to (lots of) linking errors | |
342 |