MantisBT - NetSurf | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002778 | NetSurf | [All Projects] General | public | 2020-06-18 21:50 | 2022-05-27 08:20 |
Reporter | Matheus | ||||
---|---|---|---|---|---|
Assigned To | |||||
Priority | normal | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | 5.4.46-1-lts | OS | Arch linux | OS Version | -- |
Product Version | 3.10 | ||||
Target Version | Fixed in Version | ||||
Fixed in CI build # | |||||
Reported in CI build # | |||||
URL of problem page | |||||
Summary | 0002778: "multiple definition of `fb_regular_sections'" When trying to build. | ||||
Description | Just trying to compile netsurf on arch (specially because I wanted framebuffer but the same happens if i use gtk as a target). I get both those make errors: ´´´ (...) COMPILE: content/handlers/html/box_textarea.c COMPILE: content/handlers/html/css.c COMPILE: content/handlers/html/css_fetcher.c COMPILE: content/handlers/html/dom_event.c COMPILE: content/handlers/html/font.c COMPILE: content/handlers/html/form.c COMPILE: content/handlers/html/forms.c COMPILE: content/handlers/html/html.c content/handlers/html/html.c: In function ‘fire_dom_keyboard_event’: content/handlers/html/html.c:187:8: warning: implicit declaration of function ‘dom_keyboard_event_create’; did you mean ‘dom_keyboard_event_init’? [-Wimplicit-function-declaration] 187 | exc = dom_keyboard_event_create(&evt); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | dom_keyboard_event_init content/handlers/html/html.c:187:8: warning: nested extern declaration of ‘dom_keyboard_event_create’ [-Wnested-externs] content/handlers/html/html.c:195:37: error: macro "dom_keyboard_event_init" passed 14 arguments, but takes just 8 195 | false, false, false, false, false); | ^ In file included from /usr/include/dom/events/events.h:15, from /usr/include/dom/dom.h:100, from ./utils/libdom.h:30, from content/handlers/html/html.c:36: /usr/include/dom/events/keyboard_event.h:70: note: macro "dom_keyboard_event_init" defined here 70 | #define dom_keyboard_event_init(e, t, b, c, v, ki, kl, m) \ | content/handlers/html/html.c:193:8: error: ‘dom_keyboard_event_init’ undeclared (first use in this function); did you mean ‘_dom_keyboard_event_init’? 193 | exc = dom_keyboard_event_init(evt, type, bubbles, cancelable, NULL, | ^~~~~~~~~~~~~~~~~~~~~~~ | _dom_keyboard_event_init content/handlers/html/html.c:193:8: note: each undeclared identifier is reported only once for each function it appears in make: *** [Makefile:864: build/Linux-framebuffer/content_handlers_html_html.o] Error 1 ´´´ | ||||
Steps To Reproduce | git clone https://github.com/netsurf-browser/netsurf.git make | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2020-06-18 21:50 | Matheus | New Issue | |||
2022-03-16 19:30 | Sam James | Note Added: 0002363 | |||
2022-04-20 14:38 | Note Added: 0002372 | ||||
2022-04-30 14:28 | Note Added: 0002385 | ||||
2022-05-27 08:20 | Note Added: 0002391 |