vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] vile-9.6f fails make on Solaris


From: Thomas Dickey
Subject: Re: [vile] vile-9.6f fails make on Solaris
Date: Thu, 20 Mar 2008 20:48:50 -0400
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Wed, Mar 19, 2008 at 12:49:52PM -0400, Steven Lembark wrote:
> 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;

On Solaris 10 -

I'm not seeing a problem with 9.6i - but see in 9.6h this fix:

        + minor fix to configure --with-iconv to handle failure to find iconv.

In detail, if the configure check failed, it would cause lots of interesting
failures in the test-script.  The error messages seem to support that idea.

(The problem was "there" for a while, but my fixes in 9.6c allowed the
configure script to find iconv in some configurations where it wasn't
found before, and exposed this one).

>
>
> $ 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 mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/vile

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]