You are not logged in.

#1 2013-01-14 20:48:44

idonthack
Member
Registered: 2010-04-04
Posts: 7

trying to build w3m from abs, does not compile

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.

http://ompldr.org/vaDJxdw/makepkg.log

Offline

#2 2013-01-14 20:59:53

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,441
Website

Re: trying to build w3m from abs, does not compile

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

#3 2013-01-14 21:03:47

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: trying to build w3m from abs, does not compile

Off to the bugtracker you go...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2013-01-15 00:58:20

idonthack
Member
Registered: 2010-04-04
Posts: 7

Re: trying to build w3m from abs, does not compile

Offline

Board footer

Powered by FluxBB