Added patch to fix bug FS#45608
Search Criteria
Package Details: w3m-mouse 0.5.3-5
Package Actions
| Package Base: | w3m-mouse |
|---|---|
| Description: | Text-based Web browser, as well as pager (mouse enabled) |
| Upstream URL: | http://w3m.sourceforge.net/ |
| Category: | network |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | jichuan89 |
| Maintainer: | mauritiusdadd |
| Last Packager: | mauritiusdadd |
| Votes: | 2 |
| First Submitted: | 2012-04-08 21:11 |
| Last Updated: | 2015-07-21 13:36 |
Latest Comments
Comment by mauritiusdadd
Comment by mauritiusdadd
Just adopted the package, I will upload an updated PKGBUILD in few minutes :)
Comment by papungag
can you upload w3m-img package?
Comment by tastyminerals
fix please!
Comment by tastyminerals
main.c:836:23: error: void value not ignored as it ought to be
main.c: In function ‘getChar’:
main.c:2264:5: warning: passing argument 1 of ‘wtf_parse1’ from incompatible pointer type [enabled by default]
In file included from fm.h:44:0,
from main.c:3:
./libwc/wtf.h:71:19: note: expected ‘wc_uchar **’ but argument is of type ‘char **’
main.c: In function ‘handleMailto’:
main.c:2953:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
main.c: In function ‘editScr’:
main.c:2661:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
main.c: In function ‘editBf’:
main.c:2638:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
main.c: In function ‘execsh’:
main.c:2091:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
make: *** [main.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build w3m-mouse.
==> Restart building w3m-mouse ? [y/N]
Comment by sacarde
I try to install on my arch64, but I have error:
...
...
ranlib libwc.a
make[1]: Leaving directory `/tmp/yaourt-tmp-sacarde/aur-w3m-mouse/src/w3m-0.5.3/libwc'
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build w3m-mouse.
thanks
Comment by tastyminerals
w3m with mouse support used to compile just fine...
config.status: creating po/Makefile
gcc -I. -I. -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I./libwc -DHAVE_CONFIG_H -DAUXBIN_DIR=\"/usr/lib/w3m\" -DCGIBIN_DIR=\"/usr/lib/w3m/cgi-bin\" -DHELP_DIR=\"/usr/share/w3m\" -DETC_DIR=\"/usr/etc\" -DCONF_DIR=\"/usr/etc/w3m\" -DRC_DIR=\"~/.w3m\" -DLOCALEDIR=\"/usr/share/locale\" -c -o main.o main.c
main.c: In function ‘main’:
main.c:836:23: error: void value not ignored as it ought to be
main.c: In function ‘getChar’:
main.c:2264:5: warning: passing argument 1 of ‘wtf_parse1’ from incompatible pointer type [enabled by default]
In file included from fm.h:44:0,
from main.c:3:
./libwc/wtf.h:71:19: note: expected ‘wc_uchar **’ but argument is of type ‘char **’
main.c: In function ‘handleMailto’:
main.c:2953:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
main.c: In function ‘editScr’:
main.c:2661:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
main.c: In function ‘editBf’:
main.c:2638:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
main.c: In function ‘execsh’:
main.c:2091:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
make: *** [main.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...