Ken Takata wrote: [...]
> > > > Thank you Ken but last error already here. > > > > > > > > > > > > Creating Makefile.new > > > > "type `nmake' to make ruby." > > > > > > > > c:\Ruby_source\ruby>nmake .config.h.time > > > > > > > > Microsoft (R) Program Maintenance Utility Version 14.11.25547.0 > > > > Copyright (C) Microsoft Corporation. Tous droits réservés. > > > > > > > > Creating config.h > > > > .ext\include\i386-mswin32_140\ruby\config.h updated > > > > > > > > c:\Ruby_source\ruby>xcopy /s .ext\include C:\Ruby24\include > > > > Est-ce que C:\Ruby24\include désigne un nom de fichier > > > > ou un nom de répertoire de la destination > > > > (F = fichier, R = répertoire) ? > > > > > > I don't understand this error message, but the destination seems wrong. > > > "Ruby24" should be replaced by "Ruby24-x64", if you use 64-bit version. > > > > > > xcopy /s .ext\include C:\Ruby24-x64\include > > > > > > > > > Regards, > > > Ken Takata > > > > Help installPC.txt should be modified on xcopy line : > > > > xcopy /s .ext\include\x64-mswin64_140 c:\Ruby24\include\ruby-2.4.0\ruby > > I don't think so. > Looking your message again, you might have done something wrong. > > > > > > Microsoft (R) Program Maintenance Utility Version 14.11.25547.0 > > > > Copyright (C) Microsoft Corporation. Tous droits réservés. > > > > > > > > Creating config.h > > > > .ext\include\i386-mswin32_140\ruby\config.h updated > > If you use 64-bit compiler, this message should be: > > Creating config.h > .ext\include\x64-mswin64_140\ruby\config.h updated > > After xcopy, config.h should placed at: > > C:\Ruby24-x64\include\ruby-2.4.0\x64-mswin64_140\ruby\config.h Is a change to INSTALLpc.txt needed? If so please make a patch. -- hundred-and-one symptoms of being an internet addict: 77. The phone company asks you to test drive their new PBX system /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
