nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH 00/10] update autotools & add gnulib support


From: Kamil Dudka
Subject: Re: [Nano-devel] [PATCH 00/10] update autotools & add gnulib support
Date: Mon, 18 Apr 2016 14:24:59 +0200
User-agent: KMail/4.14.10 (Linux/4.5.0-gentoo-r1; KDE/4.14.16; x86_64; ; )

On Monday, April 18, 2016 02:17:35 Mike Frysinger wrote:
> Mike Frysinger (10):
>   configure: require autoconf-2.69/automake-1.14
>   gettext: update to 0.18.3 release
>   add support for gnulib
>   drop various str fallback functions
>   drop getdelim/getline fallback functions
>   drop isblank/iswblank fallback functions
>   assume regex.h support is always available
>   assume getopt_long support is always available
>   drop glib fallback for snprintf/vsnprintf
>   drop wchar.h/wctype.h/stdarg.h checks

My attempt to build it failed on Fedora 23 and Gentoo Linux with the following 
error:

gcc  -g -O2 -Wall   -o nano browser.o chars.o color.o cut.o files.o global.o 
help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o 
@GLIB_LIBS@ ../lib/libgnu.a -lz  -lncursesw 
gcc: error: @GLIB_LIBS@: No such file or directory
Makefile:1321: recipe for target 'nano' failed
make[2]: *** [nano] Error 1
make[2]: Leaving directory '/home/kdudka/git/nano/src'
Makefile:1329: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/kdudka/git/nano'
Makefile:1268: recipe for target 'all' failed
make: *** [all] Error 2


What am I doing wrong?

Full build log from Fedora 23 is attached...

Kamil

Attachment: nano-build-log.txt.gz
Description: application/gzip


reply via email to

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