nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] [PATCH] search ncurses via pkg-config first


From: Mike Frysinger
Subject: Re: [Nano-devel] [PATCH] search ncurses via pkg-config first
Date: Tue, 01 Apr 2014 16:38:15 -0400
User-agent: KMail/4.12.3 (Linux/3.13.0; KDE/4.12.3; x86_64; ; )

On Tue 01 Apr 2014 13:55:06 Chris Allegretta wrote:
> Heh.  pkg-config I do have installed, but am still getting the error I
> mentioned:
> 
> address@hidden:~/nano$ autoreconf
> address@hidden:~/nano$ make 2>&1 | tail -5
> checking for _doprnt... no
> checking for getopt_long... yes
> ./configure: line 7768: syntax error near unexpected token `NCURSESW,'
> ./configure: line 7768: `     PKG_CHECK_MODULES(NCURSESW, ncursesw,'
> make: *** [config.status] Error 2
> address@hidden:~/nano$ locate pkg.m4
> /usr/share/aclocal/pkg.m4
> 
> I thought you meant there was a separate dev package required, my
> apologies.  is there a specific minimum version required?

try using the -f/-i flags with autoreconf.  if that doesn't work, you can run 
`aclocal --verbose` and make sure it's picking up the various PKG_xxx macros 
from pkg.m4.  if it isn't, then maybe try clearing out all your local 
autotools files first (rm -rf autom4te.cache *.m4 && autoreconf -f -i).
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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