bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [PATCH] Fix for #43785 (ngettext with Solaris 10)


From: Kiyoshi KANAZAWA
Subject: Re: [Bug-wget] [PATCH] Fix for #43785 (ngettext with Solaris 10)
Date: Thu, 5 Feb 2015 19:07:31 +0900 (JST)

Hi, Tim.

I'm afraid I missed your E-mail with tarball on 12 Dec 2014.
Tried with one you sent me today.

make with nls passed, but had many fails in make check.
On the other hand, make fails without nls.

% ./configure --prefix=/opt/local --with-ssl=openssl 
--with-libiconv-prefix=/opt/local/locale 
--with-libintl-prefix=/opt/local/locale --with-libssl-prefix=/opt/openssl 
--with-libidn=/opt/local CC=gcc
(I have GNU software in /opt/local, libiconv & libintl in /opt/local/locale 
separately.)
% make
Passed.
%make check
Had many fails. (see attached file.)


But, with --disable-nls, make fails.
% ./configure --prefix=/opt/local --with-ssl=openssl --disable-nls 
--with-libssl-prefix=/opt/openssl --with-libidn=/opt/local CC=gcc
% make
  :
gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/opt/local/etc/wgetrc\" 
-DLOCALEDIR=\"/opt/local/share/locale\" -I.  -I../lib -I../lib -D_REENTRANT 
-I/opt/openssl/include -I/opt/local/include  -I/opt/local/amd64/include   
-DNDEBUG  -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c
In file included from http.c:32:0:
/usr/include/libintl.h:62:14: error: expected identifier or '(' before 'char'
 extern char *ngettext(const char *, const char *, unsigned long int);


Seems to try include libintl.h in /usr/include/.

Regard,

--- Kiyoshi

Attachment: check_log.gcc.gz
Description: Unix tar archive


reply via email to

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