You are not logged in.
i was trying to build w3m from abs with a custom patch to fix a site-specific issue, however i could not get it to compile. after removing my patch i discovered that even vanilla w3m from abs will not compile, generating the same error.
here's a log of makepkg. the "patching file url.c" message is part of the normal abs build.
Offline
That's an odd one, I get it here too. I believe line 836 in main.c needs the following change
- orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
+ orig_GC_warn_proc = GC_get_warn_proc();
+ GC_set_warn_proc(wrap_GC_warn_proc);
EDIT: confirmed, this builds, and runs.
Last edited by Trilby (2013-01-14 21:08:57)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Off to the bugtracker you go...
Offline
filed a bug
Offline