[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.6f fails make on Solaris
From: |
Steven Lembark |
Subject: |
[vile] vile-9.6f fails make on Solaris |
Date: |
Wed, 19 Mar 2008 12:49:52 -0400 |
User-agent: |
Thunderbird 2.0.0.12 (X11/20080303) |
Obvious fix for now avoiding the filters :-)
#!/usr/bin/bash -vx
make distclean;
export PATH="/usr/ccs/bin:$PATH";
export CC='/usr/local/bin/gcc';
export CFLAGS='-L/usr/local/lib';
# no tcap available
./configure \
--prefix=/usr/local/vile/9.6 \
--with-builtin-filters='c,perl,shell' \
--with-loadable-filters='none' \
--with-screen=ncurses \
&& make -k;
$ make -k;
<snip>
cd filters && make --k prefix=/usr/local/vile/9.6 DESTDIR= all
/usr/local/bin/gcc -c -I. -I. -DHAVE_CONFIG_H -I./filters -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64
-DVILE_ICON=\"icons/vile.xbm\" -DVILE_LIBDIR_PATH=\"'/usr/local/vile/9.6/lib/vile'\"
-DVILE_STARTUP_PATH=\"'/usr/local/vile/9.6/share/vile'\" -L/usr/local/lib -DHELP_LOC=\"/usr/local/vile/9.6/share/vile\"
filec.c
filec.c: In function `fillMyBuff':
filec.c:714: error: `environ' undeclared (first use in this function)
filec.c:714: error: (Each undeclared identifier is reported only once
filec.c:714: error: for each function it appears in.)
*** Error code 1
/usr/local/bin/gcc -c -I. -I. -DHAVE_CONFIG_H -I./filters -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64
-DVILE_ICON=\"icons/vile.xbm\" -DVILE_LIBDIR_PATH=\"'/usr/local/vile/9.6/lib/vile'\"
-DVILE_STARTUP_PATH=\"'/usr/local/vile/9.6/share/vile'\" -L/usr/local/lib -DHELP_LOC=\"/usr/local/vile/9.6/share/vile\"
eightbit.c
eightbit.c: In function `vl_init_8bit':
eightbit.c:107: error: `ICONV_CONST' undeclared (first use in this function)
eightbit.c:107: error: (Each undeclared identifier is reported only once
eightbit.c:107: error: for each function it appears in.)
eightbit.c:107: error: parse error before "char"
eightbit.c:109: error: parse error before "char"
eightbit.c:114: error: `ip' undeclared (first use in this function)
eightbit.c:114: error: `op' undeclared (first use in this function)
eightbit.c: In function `vl_mb_getch':
eightbit.c:224: warning: passing arg 2 of `libiconv' from incompatible pointer
type
*** Error code 1
make: Warning: Target `all' not remade because of errors
$ gcc --version
gcc (GCC) 3.4.2
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ uname -a
SunOS sun03 5.9 Generic_117171-07 sun4u sparc SUNW,Ultra-Enterprise
--
Steven Lembark +1 888 359 3508
Workhorse Computing 85-09 90th St
address@hidden Woodhaven, NY 11421
- [vile] vile-9.6f fails make on Solaris,
Steven Lembark <=