Package Details: weex 2.8.3-1

Git Clone URL: https://aur.archlinux.org/weex.git (read-only, click to copy)
Package Base: weex
Description: non-interactive FTP client for updating web pages
Upstream URL: http://weex.sourceforge.net/
Keywords: files ftp sync web
Licenses: GPL
Submitter: Snowman
Maintainer: None
Last Packager: TrialnError
Votes: 13
Popularity: 0.173837
First Submitted: 2007-12-14 06:26 (UTC)
Last Updated: 2024-06-05 20:19 (UTC)

Latest Comments

TrialnError commented on 2024-06-05 20:20 (UTC)

Build is broken due to outdated autotools files. Either autoconf 2.69 needs to be used or patch added which updates the stuff for 2.7x

gabu commented on 2014-07-16 16:35 (UTC)

compiles and runs OK now. Thanks.

aaronfischer commented on 2014-07-14 08:12 (UTC)

@gabu: Thanks to falconindy the problem is solved now. Try again please. For reference: https://bbs.archlinux.org/viewtopic.php?id=184195

gabu commented on 2014-07-13 10:24 (UTC)

I am still getting that configure error

aaronfischer commented on 2014-07-07 20:45 (UTC)

Thanks, mibli! I've fixed the package with your help.

mibli commented on 2014-07-07 16:28 (UTC)

configure: error: GNU regex library is not installed It's missing regex lib from gnulib. I managed to install it by manually downloading lib_regex.h (http://www.gnu.org/software/gnulib/MODULES.html#module=regex), putting it in root of the source and then running pkgbuild -s. Installing gnulib or gnulib-git from repositories doesn't fix it. Please update this package.