Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Created June 18, 2016 14:32
Show Gist options
  • Save rbtnn/ab8a69bc9389e8c410e310dc6351e123 to your computer and use it in GitHub Desktop.
Save rbtnn/ab8a69bc9389e8c410e310dc6351e123 to your computer and use it in GitHub Desktop.
c:\MinGW\bin\windres.exe: vim.rc:1: syntax error
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