wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Building on Windows (#567)


From: Michael Setzer II (@msetzerii)
Subject: Re: wget2 | Building on Windows (#567)
Date: Mon, 29 Nov 2021 09:22:24 +0000



Michael Setzer II commented:


Just testing - Got the same issue when tried to build on Fedora 34, but looked 
at line with dirname.
On my system I found the file in a different place, so changed the lines in 
mingw

# somehow, the GnuTLS build needs a static gcc library. It comes with MinGW, 
but we have to find it's directory.
#/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcc_s_seh-1.dll
#GCCLIB=$(dirname $(find /usr/lib/gcc/$PREFIX -name libgcc_s_seh-1.dll|head -1))
GCCLIB=$(dirname $(find /usr/x86_64-w64-mingw32/sys-root/mingw/bin/ -name 
libgcc_s_seh-1.dll|head -1))

run the build option, and it went thru, but said missing makeinfo at so dnf 
install texinfo
ran again and it said missing gpref so dnf install gpref
ran again and it said missing gtk-doc and gengetopt so dnf install gtk-doc 
gengetopt
message about iconv.h dnf install mingw64-win-iconv
message autogen dnf install autogen
Then ended with failure???
configure: error: 
  ***
  *** Libnettle 3.6 was not found.
Had done clone at 17:44, modified config and then went thru all the builds 
which created the directories each time it was run.

drwxrwxr-x.  3 root root  4096 Nov 29 17:44 unit-tests
drwxrwxr-x.  2 root root  4096 Nov 29 17:52 contrib
drwxrwxr-x.  6 root root  4096 Nov 29 18:22 x86_64-w64-mingw32
drwxrwxr-x. 13 root root  4096 Nov 29 19:03 libunistring
drwxrwxr-x. 17 root root  4096 Nov 29 19:06 libidn2
drwxrwxr-x. 17 root root  4096 Nov 29 19:06 libpsl
drwxrwxr-x. 17 root root 57344 Nov 29 19:07 nettle
drwxrwxr-x. 20 root root  4096 Nov 29 19:13 gnutls
There is a libnettle but it is all lower case?? But message has the L as Cap??
Any clue on how to solve this??  
Thanks.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/567#note_746058444
You're receiving this email because of your account on gitlab.com.




reply via email to

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