Alexey I. Froloff wrote:
* A.J.Mechelynck <antoine.mechelynck@> [060831 02:48]:
Hmmm... it seems you configured a nonstandard location for your system vimrc and gvimrc.
I have CFLAGS with escaped quotes.  Backslashes should be escaped
too.

; compiling pathdef.c gives me no errors or warnings whatsoever. How did you configure yours?
CFLAGS="-DSYS_VIMRC_FILE=\"/etc/vim/vimrc\" 
-DSYS_GVIMRC_FILE=\"/etc/vim/gvimrc\""


Try removing that line (undefining $CFLAGS), running "make reconfig" and making soft links, as follows:

        cd /usr/local/vim
        ln -sv /etc/vimrc /etc/gvimrc .

(don't forget the dot at the end). The -v (verbose) is optional; the -s is required to make a "soft" link. This way, when gvim looks for the system vimrc and gvimrc in $VIM, it will find your /etc/vimrc and /etc/gvimrc.


I see a configure argument --prefix, but I guess that's not what you want. The above assumes that you aren't using it, but the principle is the same if you are.


Best regards,
Tony.

Reply via email to