[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libidn-1.8 install failed
From: |
Simon Josefsson |
Subject: |
Re: libidn-1.8 install failed |
Date: |
Mon, 30 Mar 2009 12:21:08 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux) |
唐倚天 <address@hidden> writes:
> hey:
> when I make libidn-1.8 and get error :
> ../../lib/nfkc.c:658: `a' undeclared (first use in this function)
How did you build libidn? Please try:
tar xfz libidn-*.tar.gz
cd libidn-*
./configure
make check
Btw, libidn 1.13 is the latest release.
/Simon