On Thu, Mar 1, 2018 at 9:58 PM, Bram Moolenaar <[email protected]> wrote:
>
> Patch 8.0.1554
> Problem: Custom plugins loaded with --clean.
> Solution: Do not include the home directory in 'runtimepath'.
> Files: src/option.c, src/main.c, src/proto/option.pro, src/structs.h,
> src/os_unix.h, src/os_amiga.h, src/os_dos.h, src/os_mac.h,
> runtime/doc/starting.txt
Compile error in main.c in Tiny build but not in Huge build:
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c
main.c: In function ‘main’:
main.c:173:10: error: ‘i’ undeclared (first use in this function)
for (i = 1; i < argc; ++i)
^
main.c:173:10: note: each undeclared identifier is reported only once
for each function it appears in
Makefile:3198: recipe for target 'objects/main.o' failed
make: *** [objects/main.o] Error 1
exit status 2
Best regards,
Tony.
--
--
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.