games/yadex
WAD file editor, for games like Doom and Heretic
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 1.7.0 | 621 | 4.0 | amd64 | gpl2 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064b | info | 2025-12-08 13:34:52.242217 | Test Started |
| m4064b | fail | 2025-12-08 13:35:06.14198 | make build returned non-zero: 1 |
| m4064b | fail | 2025-12-08 13:35:06.88054 | Test complete. |
Log
[1m===> Building for yadex-1.7.0[0m
cp -p obj/0/config.h src/config.h
Generating yadex.dep
scripts/copyright -m docsrc/copyright >cache/copyright.man
scripts/copyright -t docsrc/copyright | sed 's/^./ &/' >cache/copyright.txt
cc scripts/ftime.c -o obj/0/ftime
sed 's/%v/1.7.0/g; s,.*,.B &/yadex.cfg,' obj/0/config.etc >obj/0/files_etc.man
sed 's/%v/1.7.0/g; s,.*,.BI &/ game .ygd,' obj/0/config.share >obj/0/files_share.man
cc scripts/notexist.c -o obj/0/notexist
Generating cache/srcdate
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/acolours.cc -o obj/0/acolours.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/aym.cc -o obj/0/aym.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/bench.cc -o obj/0/bench.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/bitvec.cc -o obj/0/bitvec.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/cfgfile.cc -o obj/0/cfgfile.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/checks.cc -o obj/0/checks.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour1.cc -o obj/0/colour1.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour2.cc -o obj/0/colour2.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour3.cc -o obj/0/colour3.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/colour4.cc -o obj/0/colour4.o
cp -p obj/0/config.cc src/config.cc
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/dependcy.cc -o obj/0/dependcy.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/dialog.cc -o obj/0/dialog.o
Generating src/credits.cc
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/disppic.cc -o obj/0/disppic.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/drawmap.cc -o obj/0/drawmap.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/edisplay.cc -o obj/0/edisplay.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editgrid.cc -o obj/0/editgrid.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editlev.cc -o obj/0/editlev.o
scripts/copyright -c docsrc/copyright >>src/credits.cc
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editloop.cc -o obj/0/editloop.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editobj.cc -o obj/0/editobj.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editsave.cc -o obj/0/editsave.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/endian.cc -o obj/0/endian.o
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/editzoom.cc -o obj/0/editzoom.o
In file included from src/drawmap.cc:30:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/editlev.cc:30:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/drawmap.cc:30:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/editlev.cc:30:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/editgrid.cc:30:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from In file included from src/edisplay.cc:55:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:src/bench.ccIn file included from src/colour3.cc::31:
In file included from src/cfgfile.cc:In file included from In file included from In file included from src/colour1.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?In file included from src/bitvec.cc:7:
31:
In file included from
In file included from src/yadex.h: 145 | isrc/yadex.hsrc/yadex.h:53In file included from nline _LIBCIn file included from src/editgrid.cc:30:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:src/checks.cc29:31:
53In file included from PP_:
:src/yadex.h93:53:
/usr/include/c++/v1/stdlib.h:145:30: In file included from H145src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
error: :unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
:
: 3053:
/usr/include/c++/v1/stdlib.h:145:30::145 | i145 | innline/usr/include/c++/v1/stdlib.h:line _LIB error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?145error: Cunknown type name 'lldiv_t'; did you mean 'ldiv_t'?P:30:
PIDE_FROM_ABI lldiv_t _
div 145 | inline _LIerror: HIDE_F(BCPP_HIDE_FROM__ROM_ABI lldivAlon 145B | I llg longLi_t div(lodi __x,nIBCPP_HIDE_FROMg long __x,v_t div(long long __x, lonerror: g lunknown type name 'lldiv_t'; did you mean 'ldiv_t'?
o long long __y) _NOEXCEPunknown type name 'lldiv_t'; did you mean 'ldiv_t'?
ng T { 145 | inline __y) _NOEXCEPT { return ::lldiv( 145 | inli__x,ne _LIBCPP_HIn file included from I_returnD ::lnEline _LIBC_FROM_ABI lldiv_t div(long long ldiLIBCPP_Hsrc/acolours.cc__xIDE_FROM_ABI lldiv_t div(v:40:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: src/aym.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.hIn file included from src/dependcy.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30:long error: _unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'? 145 | inline _LIB
_y); }
| ^
CP/usr/include/stdlib.h:70:3: note: P_H 145IDE_FRO long __x, lo:145:,PP_HIDE_FROMn_ABI llgM( lod_iABI lldiv_t div(lv_t dng | inlinon'ldiv_t' declared here
__y) _NOEe _LIBCPP_ X70 | } HIDldiv_t;
| ^
E_FRO__M_ABI lldiv_t div(lonx, __y); }g l
oCE g long l| ^
ng __x, long long/usr/include/stdlib.h:In file included from src/checks.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
i 145 | inliv(long ne _LIBCPP_HIlongDE_FROM_A longB __x, long lon__x, g __y) _Nlong OEX70CEPT { returnI long lonlgong __y) _NOEXCEP T { return ::l:3: note: PT { re l__y) _'ldiv_t' declared hereIn file included from :
src/editsave.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30:In file included from src/colour4.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: In file included from src/endian.cc:31:
In file included from src/yadex.h:53:
NOEXIn file included from src/dialog.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145In file included from src/editloop.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
CEPT
o 70 | In file included from :30: src/editobj.cc::lld In file included from isrc/editzoom.ccv(error: :31unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: 145 | inline _LIBCPP_HI: In file included from {D/usr/include/c++/v1/stdlib.h} _src/disppic.cc_x, :30:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: Eerror: __y_F:unknown type name 'lldiv_t'; did you mean 'ldiv_t'?); 145
: 30:tROM_ABI lu}ldrn ::lld ierror: v(unknown type name 'lldiv_t'; did you mean 'ldiv_t'?ldiv_t div(
l/usr/include/c++/v1/stdlib.h__:
return ::lldi 145 | io ng nildli31line145| :
In file included from _LIBCPP_HIDE_FROM_Aerror: | Binline _LIBCunknown type name 'lldiv_t'; did you mean 'ldiv_t'?
vP 145src/yadex.hP145::v53_t div(longv | oinline _LIBCPP_HI_DE_FROM_ABI lldiv_t div(long lon30g __x, lot: I lldng long _:
_/usr/include/c++/v1/stdlib.hy) :145_145 | i_y) _NOEXCEiv_t ndiv(long long __x, Plo;T { retun ~~^error:
: | ^30: _error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
HID
error: /usr/include/stdlib.h:105:9: note: 'ldiv' declared here
unknown type name 'lldiv_t'; did you mean 'ldiv_t'? 105 | ldiv_t ldiv(long,l(_unknown type name 'lldiv_t'; did you mean 'ldiv_t'? Ellong) __pure2;
| _
g l 145 | inline _LIBCPP_HIDE_FROM
_ABIonlg ___oNOEXCx, En_gn ^_y);
g __y) _NOEXCEPT}
| ^
145 | inlinPT {/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
return : 70 | In file included from src/bitvec.cc:} ldivunknown type name 'lldiv_t'; did you mean 'ldiv_t'?
i _t;
145 | inline | ^
d
7:
{In file included from src/yadex.h:e _LIBCPP_HIDE_FR53O:
:l/usr/include/c++/v1/stdlib.hiv(__x, __y); }
y) _NOEXCEnle _In file included from src/colour1.cc::P 145 | i 145rnline _LIBCPPMetur_nABI lldiv_t div(long long __x, l_HIDE_F_LROM_ABI lldiI_Fv_31::
_x, l93In file included from src/yadex.h:L53IBCPP:o:
ROM_ABI/usr/include/c++/v1/stdlib.h:145:93:x, _HIDE_ __y error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?ng long __y) _NOEXerror:
CEPT 145 | inlino member named 'lldiv' in the global namespace; did you mean 'ldiv'?
F 145 | ROM_{nA retBI lldiurnB_ ::lldiv(__x, );v_t div(loneg long __x, lldiv_t div(l} _LIBCPP_HIDEt _
| ^
d_inline _LIBCPP_H_y); }
I | ~~^
D long E_FROM_ACFP/usr/include/stdlib.h:ROM70P/usr/include/stdlib.h_HI:3: note: 'ldiv_t' declared here
i_ABI llBI lldiv_t d 70ong lo | v(long long __x, lonng __x, long} ldiv_t;
| ^
loiv(long lg longo| ^
ng __y/usr/include/stdlib.h:70:__x, long ) _NOEXCEPT { return :long __y) _3: note: 'ldiv_t' declared here
70 | } ldivNOEXCEPT { return ::_oDtE_FROM_ABI lldiv_t div(lT:nlgIn file included from src/cfgfile.cc{ return ::lldiv(__x, __y);ln }
| ^
:g l/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
l 70 | } d29i ldiv_t;
| ^
v(__x, __y); }
| ^
__y) _NOEXCEPT { :/usr/include/stdlib.hn:g __x, long long __y) _NOEXCEPT { returr70eturn ::lldiv(_n ::lldiv(__x, __y); }
105:9: note: 'ldiv' declared here
l 105 | l ong lon| ^
dIn file included from i/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
v 70 | } ldiv_t;
| ^
gsrc/colour3.cc:_t ldiv(longo_ , lnong) __pure2;
g:3: __x, lo n31In file included from src/dialog.cc:
_:_31In file included from src/yadex.h:53:
:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv/usr/include/c++/v1/stdlib.hnote: :145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
'ldiv_t' declared here
| _t div(long long __ 70 | } ldiv_tx, long l;ong __y) _
NOEXCEPx, __y); }
| ^T { return ::lldiv
(__x, __yg) /usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
; }
| 70 | } l145 | inlin ~~^d ^
e/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
long __y) 105 | ldiv_t ldiv(long, long) __pure2;
| ^
_LIBCPP_HI | ^
dDE_FROM_Aiv_t;
| ^
BI lldiv_t div(long long __x, long long _;i
| ^
v_t div(long long __x, long long __y) _NOEXCEPT { rl_y) _NOEXCEPT { return ::lldiv(__x, __yeturn ::lldi); }
ov n(__x, In file included from __y);| ~~^src/disppic.cc In file included from src/dependcy.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
g 145 | i nlIn file included from ine _LIBCsrc/editloop.cc:31:
In file included from _}
_y)/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long)_NOEXCEPT :30{:
:
In file included from return In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:
__pure2;
| ^
:lldiv(:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
In file included from _ 145 | inli_x, __y); }
ne _Lsrc/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: | ~~^IB
CPP_HIDE| ~~^
error: _/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
FROM_ABI ll 105 | ldiv_t ldiv(long, no member named 'lldiv' in the global namespace; did you mean 'ldiv'?div_t divsrc/colour2.cc/usr/include/stdlib.h:105:9(long long _PP_HIDE_FRlong:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:_x, long long __y):OM_ABI lldiv_t ) _NOEXCdEPT { re __pu145:30: turn iv(long long __x, long l:error:
:y) _NOEro note: eXCEPT {'ldiv' declared hereunknown type name 'lldiv_t'; did you mean 'ldiv_t'?
2;
| ^
return 145 | inline ::lldiv(__x, _ng __y) _NOEXCEPT { return ::lldiv(_
_ 105 | ldiv_t LIBCPP_x, __y); }
_y); }_HIDE_FROM_ABI lldiv_t l
ldiv(long, long) __pure | 2;
| ^
ldiv(__| ^
x, __y); }
| ~~^
/usr/include/stdlib.h:105:9 ~~^
:145/usr/include/stdlib.h:105:9: note: d'ldiv' declared herenote: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
105 | ldiv_t ldiv(long,src/yadex.h:53:
/usr/include/c++/v1/stdlib.h: long) __pure2;
| ^
145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI | inline _LIBCPP_HIDE_F lldiv_t divROM_ABI lldiv_t di(lv(long ong lonlong __g __x, long lonx, long long __y) _NOEXCEPT { /usr/include/stdlib.h:g _r70_y): 3e_NOEXCEPT: { retunote: 'ldiv_t' declared here
r n ::l70 | } ldiv_t;
| ^
ldiv(__x,r n ::__y); }
| ~~^
lldiv(/usr/include/stdlib.h:105:9: note: __x, _'ldiv' declared here
105 | ld_y); }
| ^
iv_t ldiv(long, long) __pure2;
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t; lldiv_t div(long long
| ^
__x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
tIn file included from src/editobj.cc:uiv(rn ::31long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
:
/usr/include/stdlib.h:70:3:In file included from l src/yadex.hIn file included from src/acolours.cc:40:
In file included from src/colour4.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
note: 'ldiv_t' declared here
l 70 | } ldiv_t;
di:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?145 | | ^
vIn file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
(inline _LIBCPP_HIDE_FROM_ABI
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(_lon 145 | inl_ lldiv_x, __yg longiIn file included from src/colour2.ccn __x, long long __y) _NOEX:31:
CEPT { returnIn file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h); :145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
}
| ~~^
/usr/include/stdlib.h145 | inl::lldivt div(long(__x, __y); }
| ~~^
l:105:9: note: 'ldiv' declared here
/usr/include/stdlib.h:105:9 105 | ldiv: _note: 'ldiv' declared here
t 105 | long d_iv_t _l ldivdiv(lx, long long __y) e _LIBCPP_HIDE_FROM_ABI lldiv_t div(l_ong long __x, long long __y) _NOonNOEXCEPT { return ::lg, long) __pldiv(ure2;
| ^
__xEX, __y); }
| ~~^
C/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
E PT { retu105 | ldiv_t ldiv(long, long) __pure2;
| ^
rn ::lldiv(__x, _(l_y); }_ong, ABI lldiv_t div(ll
| ~~^
ong) __pure2;
| ^
/usr/include/stdlib.h:ong long __x, long long __y) _NOEXCEPT {105i ne _LIBCPP_HIDE_FROM_ABIr:9: note: 'ldiv' declared here
e 105 | ldturn ::lldiv(__iv_t ldiv(lox, __y); }
ng, long) __pure2;
| ^
lld| /usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
^
iv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/edisplay.cc:55:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long30: ) __pure2;
| ^
error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
div(__x, __y); }
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
_NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/aym.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
In file included from src/editzoom.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, _In file included from src/endian.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__y); }
| _x, __y); }
| ~~^
~~^/usr/include/stdlib.h
:/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
div(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/editsave.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
c++ -c -Iatclib -Iboost -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++98 src/entry.cc -o obj/0/entry.o
In file included from src/editgrid.cc:31:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
87 | typedef struct
| ^
| edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
89 | public :
| ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
128 | } edit_t;
| ^
::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
1 warning and 2 errors generated.
In file included from src/bench.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
gmake: *** [GNUmakefile:734: obj/0/editgrid.o] Error 1
gmake: *** Waiting for unfinished jobs....
2 errors generated.
In file included from src/edisplay.cc:56:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
87 | typedef struct
| ^
| edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
89 | public :
| ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
128 | } edit_t;
| ^
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/dialog.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/acolours.o] Error 1
src/aym.cc:205:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
205 | else
| ^
src/aym.cc:229:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
229 | else
| ^
2 warnings and 2 errors generated.
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/aym.o] Error 1
src/checks.cc:924:33: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
924 | " You need at least %d", DOOM_MIN_DEATHMATCH_STARTS);
| ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
| %lu
src/checks.cc:927:33: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
927 | " You need at least %d", DOOM_MIN_DEATHMATCH_STARTS);
| ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
| %lu
src/checks.cc:930:33: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
929 | sprintf (msg1, "Warning: there are only %d deathmatch starts."
| ~~
| %lu
930 | " You need at least %d", dm, DOOM_MIN_DEATHMATCH_STARTS);
| ^~
src/checks.cc:930:37: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
930 | " You need at least %d", dm, DOOM_MIN_DEATHMATCH_STARTS);
| ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
| %lu
4 warnings and 2 errors generated.
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/colour3.o] Error 1
2 errors generated.
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/checks.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/bitvec.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/dependcy.o] Error 1
In file included from src/editloop.cc:33:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
gmake: *** [GNUmakefile:734: obj/0/colour1.o] Error 1
87 | typedef struct
| ^
| edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
89 | public :
| ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
128 | } edit_t;
| ^
2 errors generated.
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/editsave.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/colour4.o] Error 1
2 errors generated.
In file included from src/editobj.cc:32:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
87 | typedef struct
| ^
| edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
89 | public :
| ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
128 | } edit_t;
| ^
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/colour2.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/endian.o] Error 1
In file included from src/entry.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:30: error: unknown type name 'lldiv_t'; did you mean 'ldiv_t'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ^
/usr/include/stdlib.h:70:3: note: 'ldiv_t' declared here
70 | } ldiv_t;
| ^
In file included from src/entry.cc:31:
In file included from src/yadex.h:53:
/usr/include/c++/v1/stdlib.h:145:93: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'?
145 | inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT { return ::lldiv(__x, __y); }
| ~~^
/usr/include/stdlib.h:105:9: note: 'ldiv' declared here
105 | ldiv_t ldiv(long, long) __pure2;
| ^
src/entry.cc:121:2: warning: add explicit braces to avoid dangling else [-Wdangling-else]
121 | else
| ^
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/entry.o] Error 1
In file included from src/editzoom.cc:33:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
87 | typedef struct
| ^
| edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
89 | public :
| ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
128 | } edit_t;
| ^
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/editzoom.o] Error 1
src/editobj.cc:142:30: warning: if statement has empty body [-Wempty-body]
142 | if (strlen (prompt) > maxlen);
| ^
src/editobj.cc:142:30: note: put the semicolon on a separate line to silence this warning
src/editobj.cc:699:51: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
699 | if (Input2Numbers (-1, -1, "rotation angle ()", "scale (%)",
| ^~~~
3 warnings and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/editobj.o] Error 1
src/editloop.cc:387:20: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
387 | "~Spin things 45 clockwise", 'x', 0,
| ^~~~
src/editloop.cc:388:19: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
388 | "Spin things 45 ~counter-clockwise", 'w', 0,
| ^~~~
In file included from src/drawmap.cc:38:
src/_edit.h:87:15: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]
87 | typedef struct
| ^
| edit_t
src/_edit.h:89:3: note: type is not C-compatible due to this member declaration
89 | public :
| ^~~~~~~~
src/_edit.h:128:3: note: type is given name 'edit_t' for linkage purposes by this typedef declaration
128 | } edit_t;
| ^
src/bench.cc:89:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
89 | unit = "s";
| ^~~~
2 errors generated.
3 warnings and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/cfgfile.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/editloop.o] Error 1
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/edisplay.o] Error 1
1 warning and 2 errors generated.
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/bench.o] Error 1
gmake: *** [GNUmakefile:734: obj/0/disppic.o] Error 1
1 warning and 2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/drawmap.o] Error 1
2 errors generated.
gmake: *** [GNUmakefile:734: obj/0/editlev.o] Error 1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/mports/games/yadex
Links
Depends On
- devel/gmake (build)
- lang/perl5.38 (build)
- x11/libX11 (build)
- x11/libX11 (run)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus