Created
June 18, 2016 14:32
-
-
Save rbtnn/ab8a69bc9389e8c410e310dc6351e123 to your computer and use it in GitHub Desktop.
c:\MinGW\bin\windres.exe: vim.rc:1: syntax error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mingw32-make.exe: Entering directory 'C:/Users/naru1/vim/src' | |
windres --preprocessor="gcc -E -xc" -DRC_INVOKED -DWIN32 -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 -DHAVE_PATHDEF -DFEAT_HUGE -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT -DFEAT_CSCOPE -DFEAT_JOB_CHANNEL -DFEAT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV \ | |
--input-format=rc --output-format=coff -i vim.rc -o obji386/vimrc.o | |
c:\MinGW\bin\windres.exe: vim.rc:1: syntax error | |
プロセスが、存在しないパイプに書き込もうとしました。 | |
vim.rc:17:0: fatal error: when writing output to : Invalid argument | |
// #else | |
^ | |
compilation terminated. | |
c:\MinGW\bin\windres.exe: preprocessing failed. | |
Make_cyg_ming.mak:856: recipe for target 'obji386/vimrc.o' failed | |
mingw32-make.exe: *** [obji386/vimrc.o] Error 1 | |
mingw32-make.exe: Leaving directory 'C:/Users/naru1/vim/src' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment