[Bug-wget] [bug #48193] Build fails unless -liconv set explicitly in LDFLAGS

2017-02-15 Thread Charles
Follow-up Comment #16, bug #48193 (project wget): I commented out that line. Autoreconf emitted this warning: configure.ac:499: warning: macro 'AM_PATH_GPGME' not found in library Then running ./configure ended with: ./configure: line 44129: syntax error near unexpected token `fi' ./configure:

[Bug-wget] [bug #48193] Build fails unless -liconv set explicitly in LDFLAGS

2017-02-12 Thread Charles
Follow-up Comment #14, bug #48193 (project wget): Ok, I uploaded those two things. ___ Reply to this item at: ___ Message sent via/by Savannah

[Bug-wget] [bug #48193] Build fails unless -liconv set explicitly in LDFLAGS

2017-02-12 Thread Charles
Follow-up Comment #12, bug #48193 (project wget): More info: it seems to be something about this particular set of config flags: --with-ssl=openssl --with-libssl-prefix=/usr/local/ssl --disable-pcre --disable-iri If I simply get rid of the --disable-iri flag, 1.19.1 will build find on macOS

[Bug-wget] [bug #48193] Build fails unless -liconv set explicitly in LDFLAGS

2017-02-11 Thread Charles
Follow-up Comment #11, bug #48193 (project wget): This is not fixed as of 1.19.1. I just tried building it on macOS 10.12.3 and got the exact error that initiated this thread. ___ Reply to this item at:

[Bug-wget] [bug #50223] wget 1.19 will not build on MacOS 10.12.3

2017-02-03 Thread Charles
URL: Summary: wget 1.19 will not build on MacOS 10.12.3 Project: GNU Wget Submitted by: chdiza Submitted on: Fri 03 Feb 2017 04:14:45 PM GMT Category: Build/Install

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.

2014-12-29 Thread Charles Diza
-prefix=/usr/local/ssl was recognized. Cheers, Charles

Re: [Bug-wget] Wget 1.16.1 detection of non-system openssl broken on MacOSX.

2014-12-13 Thread Charles Diza
On Fri, Dec 12, 2014 at 11:15 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Thursday 11 December 2014 11:51:27 Charles Diza wrote: On Thu, Dec 11, 2014 at 4:39 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: On Wednesday 10 December 2014 12:02:32 Charles Diza wrote: Wget 1.16.1 has broken

Re: [Bug-wget] Wget 1.16.1 won't build on Mac OSX 10.10.1 with Xcode 6.1.1.

2014-12-10 Thread Charles Diza
On Wed, Dec 10, 2014 at 4:29 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: Hi Charles, I just pushed a commit to the git repo that checks for pcre.h in combination with pkg-config. If not found, pcre will be automatically disabled. I attach the patch just in case you don't use git. Tim

[Bug-wget] Wget 1.16.1 won't build on Mac OSX 10.10.1 with Xcode 6.1.1.

2014-12-09 Thread Charles Diza
./configure flags were: ./configure --with-ssl=openssl --with-libssl-prefix=/usr/local/ssl -Charles gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALEDIR=\/usr/local/share/locale\ -I. -I../lib -I../lib -I/usr/local/include -DHAVE_LIBSSL -DNDEBUG -MT html-url.o -MD -MP -MF .deps/html

Re: [Bug-wget] post-data works but post-file does not?

2010-09-22 Thread Charles Kozierok
is I've used post-file before without this problem. Maybe the site itself is more finicky. On Wed, Sep 22, 2010 at 11:55 AM, Giuseppe Scrivano gscriv...@gnu.org wrote: so we have: Charles Kozierok charles...@gmail.com writes: broken version: POST /specifications.aspx HTTP/1.0 Referer: http

Re: [Bug-wget] post-data works but post-file does not?

2010-09-21 Thread Charles Kozierok
Identical, I just copy/pasted from the file to the command line. Boggle. On Tue, Sep 21, 2010 at 4:59 PM, Keisial keis...@gmail.com wrote:  Charles Kozierok wrote: Hi, Hoping someone can help me out with this.. I just found a weird case (after banging my head against a wall for a while