Hello,
I just attempted to update my copy of vim 7.2 with:
(date && hg pull -u) 2>&1 |tee -a ../hg-vim.log
I followed that up with a gmake distclean
and ./configure --with-features=huge
--enable-gui=gtk2 --enable-perlinterp --enable-pythoninterp
--enable-gnome-check --enable-cscope
Configure failed with the following message:
checking size of off_t... configure: error: in
`/home/cec/.SW/VIM/Merc/vim/src':
configure: error: cannot compute sizeof (off_t)
Here's some excerpts from config.log: (a centos 5.2 system)
hostname = xorn.gsfc.nasa.gov
uname -m = x86_64
uname -r = 2.6.18-194.3.1.el5
uname -s = Linux
uname -v = #1 SMP Thu May 13 13:08:30 EDT 2010
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
...
configure:11492: checking size of off_t
configure:11497: gcc -o conftest -g -O2 -Wl,-E
-Wl,-rpath,/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE
-L/usr/local/lib conftest.c -lm -lncurses -lelf -lnsl -lselinux -lacl
-lattr -lgpm >&5
In file included from /usr/include/inttypes.h:28,
from conftest.c:164:
/usr/include/stdint.h:52: error: duplicate 'unsigned'
/usr/include/stdint.h:52: error: two or more data types in declaration
specifiers
configure:11497: $? = 1
configure: program exited with status 1
Here's an excerpt from /usr/include/stdint.h, starting at line 51:
#ifndef __uint32_t_defined
typedef unsigned int uint32_t;
# define __uint32_t_defined
#endif
Vim 7.3 configured&compiled ok before this pull, and FWIW vim 7.2
configures and builds ok (with patches 1-444).
Regards,
Chip Campbell
--
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