| Bug#: 77846 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: games@gentoo.org | Reported By: master_up@post.cz | |
| Component: Games | |||
| URL: | |||
| Summary: lsdldoom compiling error | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-01-13 08:52 0000 | |||
| Description: | Opened: 2005-01-13 08:52 0000 |
lsdldoom 1.4.4.4 could not be compiled.
in source code are sequences (for example):
switch (x) {
case x:
action();
default:
}
but gcc not work with labels at end of compound statement.
it must be for example:
switch (x) {
case x:
action();
default:
break;
}
this work.
in source code is this in many places, it is needed patch it.
gcc 3.4.3
Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" globaly
2.emerge lsdldoom
3.
fixed that and other errors in the ebuild / package thanks