On Tue, Nov 17, 2009 at 9:27 AM, Steve Hall <[email protected]> wrote: > fileio.c: In function `vim_settempdir': > fileio.c:7012: error: `vim_tempdir' undeclared (first use in this > function) > fileio.c:7012: error: (Each undeclared identifier is reported only > once > fileio.c:7012: error: for each function it appears in.) > make: *** [obj/fileio.o] Error 1
This is a result of my 7.2.294 patch. vim_settempdir was introduced in that patch and is using vim_tempdir without an "#ifdef TEMPDIRNAMES" check. I can work on a patch later today. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
