comparison notes.txt @ 5929:f5dfcf2323bc cygwin

vs2015_3.patch applied, and some vs64 fixes
author Henry Thompson <ht@markup.co.uk>
date Tue, 08 Dec 2015 09:05:19 +0000
parents 2f34b59f451a
children a0d9bfe304de
comparison
equal deleted inserted replaced
5928:2f34b59f451a 5929:f5dfcf2323bc
306 src/process-unix.c 306 src/process-unix.c
307 src/scrollbar-msw.c 307 src/scrollbar-msw.c
308 src/specifier.c 308 src/specifier.c
309 src/toolbar-msw.c 309 src/toolbar-msw.c
310 src/win32.c 310 src/win32.c
311 ---
312 default branch, abandoned cygwin64 as system-type
313 Trying to compile with vs2015:
314
315 > patch -p 1 < ../xemacs-21.5-upstream/vs2015_3.patch
316 patching file nt/xemacs.mak
317 Hunk #4 FAILED at 796.
318 1 out of 19 hunks FAILED -- saving rejects to file nt/xemacs.mak.rej
319 patching file src/intl-auto-encap-win32.c
320 Hunk #1 FAILED at 36.
321 Hunk #2 succeeded at 3147 with fuzz 2 (offset -199 lines).
322 Hunk #3 succeeded at 3156 with fuzz 2 (offset -199 lines).
323 1 out of 3 hunks FAILED -- saving rejects to file src/intl-auto-encap-win32.c.rej
324 patching file src/s/windowsnt.h
325 patching file src/sysproc.h
326 OK, did first (.mak) by hand, other was there, in a different place,
327 already.
328 Compilation produces _lots_ of warnings about type/size conversions,
329 slowly figuring out fixes, possible not all correct :-(