Created
August 9, 2023 21:35
-
-
Save Jayman2000/1c5abe0a5a698003a963f02fc0888e78 to your computer and use it in GitHub Desktop.
A log used for a follow-up to a Xash3D FWGS bug report: <https://github.com/FWGS/xash3d-fwgs/issues/1300>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./waf configure --64bit --enable-lto -T release | |
Setting top to : /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine | |
Setting out to : /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build | |
Build type : release | |
LTO build : yes | |
PolyOpt build : no | |
Checking for 'gcc' (C compiler) : gcc | |
Target OS : linux | |
Target CPU : x86_64 | |
Target binfmt : elf | |
Checking for 'g++' (C++ compiler) : g++ | |
Target OS : linux | |
Target CPU : x86_64 | |
Target binfmt : elf | |
Checking for program 'git' : /home/jayman/.nix-profile/bin/git | |
Checking git hash : 0df89bdd | |
Checking for program 'strip' : strip | |
Checking for program 'objcopy' : objcopy | |
Checking for program 'cmake' : not found | |
Checking if 'gcc' can target 32-bit : no | |
Checking for required C flags : yes | |
Checking for required C++ flags : yes | |
Checking supported flags for gcc in parallel : started | |
... -Werror=incompatible-pointer-types : yes | |
... -Werror=logical-op : yes | |
... -Werror=implicit-fallthrough=2 : yes | |
... -Werror=use-after-free=3 : yes | |
... -Werror=return-type : yes | |
... -Winit-self : yes | |
... -Werror=old-style-definition : yes | |
... -Werror=strict-prototypes : yes | |
... -Werror=duplicated-cond : yes | |
... -Werror=vla : yes | |
... -Werror=packed-not-aligned : yes | |
... -Werror=declaration-after-statement : yes | |
... -Wstringop-overflow : yes | |
... -Werror=sizeof-pointer-memaccess : yes | |
... -Werror=jump-misses-init : yes | |
... -Werror=implicit-int : yes | |
... -Werror=string-compare : yes | |
... -Werror=cast-align=strict : yes | |
... -fnonconst-initializers : no | |
... -Werror=parentheses : yes | |
... -Werror=write-strings : yes | |
... -Wmisleading-indentation : yes | |
... -Werror=unsequenced : no | |
... -Werror=bool-compare : yes | |
... -Werror=sequence-point : yes | |
... -Werror=enum-conversion : yes | |
... -Werror=sizeof-array-div : yes | |
... -Werror=int-conversion : yes | |
... -Werror=implicit-function-declaration : yes | |
... -Wunintialized : no | |
... -Werror=strict-aliasing : yes | |
... -Werror=old-style-declaration : yes | |
... -Werror=tautological-compare : yes | |
... -Werror=packed : yes | |
... -Werror=sizeof-pointer-div : yes | |
... -fdiagnostics-color=always : yes | |
... -Werror=bool-operation : yes | |
-> processing test results : 3 test failed | |
Checking supported flags for g++ in parallel : started | |
... -Wunintialized : no | |
... -Werror=bool-operation : yes | |
... -Werror=sizeof-array-div : yes | |
... -Werror=sizeof-pointer-div : yes | |
... -Werror=vla : yes | |
... -Winit-self : yes | |
... -Wmisleading-indentation : yes | |
... -Werror=packed-not-aligned : yes | |
... -Werror=duplicated-cond : yes | |
... -Werror=use-after-free=3 : yes | |
... -Werror=string-compare : yes | |
... -Werror=return-type : yes | |
... -Werror=sizeof-pointer-memaccess : yes | |
... -Wstringop-overflow : yes | |
... -Werror=strict-aliasing : yes | |
... -Werror=packed : yes | |
... -Werror=tautological-compare : yes | |
... -Werror=parentheses : yes | |
... -Werror=cast-align=strict : yes | |
... -Werror=unsequenced : no | |
... -Werror=implicit-fallthrough=2 : yes | |
... -Werror=sequence-point : yes | |
... -Werror=write-strings : yes | |
... -Werror=bool-compare : yes | |
... -Werror=logical-op : yes | |
... -fdiagnostics-color=always : yes | |
-> processing test results : 2 test failed | |
Checking for header stdint.h : yes | |
Checking for header alloca.h : yes | |
Checking for library dl : yes | |
Checking for library m : yes | |
Checking for header tgmath.h : yes | |
Checking if tgmath.h is usable : yes | |
Checking for strcasestr : no | |
... with _GNU_SOURCE? : yes | |
Checking for strchrnul : yes | |
Checking for program 'pkg-config' : /nix/store/93fy4p3vrjpxkzrliql5lh51flcanx04-pkg-config-wrapper-0.29.2/bin/pkg-config | |
Checking for 'opus' : not found | |
--> public : in progress | |
<-- public : done | |
--> filesystem : in progress | |
<-- filesystem : done | |
--> engine : in progress | |
Checking for SDL2 (pkg-config) : yes | |
Checking for SDL2 sanity : yes | |
Checking if a pthread flag is necessary for compiling : None | |
Checking if a pthread flag is necessary for linking : None | |
<-- engine : done | |
--> 3rdparty/extras : in progress | |
<-- 3rdparty/extras : done | |
--> ref/gl : in progress | |
<-- ref/gl : done | |
--> ref/soft : in progress | |
<-- ref/soft : done | |
--> 3rdparty/mainui : in progress | |
Checking if 'g++' supports C++11 : yes | |
Checking for 'freetype2' : yes | |
Checking for 'freetype2' sanity : yes | |
Checking for 'fontconfig' : yes | |
Checking for 'fontconfig' sanity : yes | |
Checking for library rt : yes | |
<-- 3rdparty/mainui : done | |
--> 3rdparty/vgui_support : in progress | |
Does this architecture support VGUI? : no | |
vgui is not supported on this CPU: x86_64 | |
<-- 3rdparty/vgui_support : done | |
--> game_launch : in progress | |
<-- game_launch : done | |
--> 3rdparty/opus : in progress | |
<-- 3rdparty/opus : done | |
'configure' finished successfully (2.622s) | |
$ ./waf build | |
Build commands will be stored in build/compile_commands.json | |
Waf: Entering directory `/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build' | |
[ 1/409] Compiling public/crtlib.c | |
[ 2/409] Compiling public/build.c | |
[ 3/409] Compiling public/xash3d_mathlib.c | |
[ 4/409] Compiling public/crclib.c | |
[ 5/409] Compiling public/matrixlib.c | |
[ 6/409] Compiling 3rdparty/opus/opus/src/repacketizer.c | |
[ 7/409] Compiling 3rdparty/opus/opus/src/opus_projection_encoder.c | |
[ 8/409] Compiling 3rdparty/opus/opus/src/opus_projection_decoder.c | |
[ 9/409] Compiling 3rdparty/opus/opus/src/opus_multistream_encoder.c | |
[ 10/409] Compiling 3rdparty/opus/opus/src/opus_multistream_decoder.c | |
[ 11/409] Compiling 3rdparty/opus/opus/src/opus_multistream.c | |
[ 12/409] Compiling 3rdparty/opus/opus/src/opus_encoder.c | |
[ 13/409] Compiling 3rdparty/opus/opus/src/opus_decoder.c | |
[ 14/409] Compiling 3rdparty/opus/opus/src/opus.c | |
[ 15/409] Compiling 3rdparty/opus/opus/src/mlp_data.c | |
[ 16/409] Compiling 3rdparty/opus/opus/src/mlp.c | |
[ 17/409] Compiling 3rdparty/opus/opus/src/analysis.c | |
[ 18/409] Compiling 3rdparty/opus/opus/silk/tables_gain.c | |
[ 19/409] Compiling 3rdparty/opus/opus/silk/sum_sqr_shift.c | |
[ 20/409] Compiling 3rdparty/opus/opus/silk/stereo_quant_pred.c | |
[ 21/409] Compiling 3rdparty/opus/opus/silk/table_LSF_cos.c | |
[ 22/409] Compiling 3rdparty/opus/opus/silk/stereo_find_predictor.c | |
[ 23/409] Compiling 3rdparty/opus/opus/silk/stereo_decode_pred.c | |
[ 24/409] Compiling 3rdparty/opus/opus/silk/stereo_LR_to_MS.c | |
[ 25/409] Compiling 3rdparty/opus/opus/silk/stereo_MS_to_LR.c | |
[ 26/409] Compiling 3rdparty/opus/opus/silk/sort.c | |
[ 27/409] Compiling 3rdparty/opus/opus/silk/sigm_Q15.c | |
[ 28/409] Compiling 3rdparty/opus/opus/silk/stereo_encode_pred.c | |
[ 29/409] Compiling 3rdparty/opus/opus/silk/resampler_private_IIR_FIR.c | |
[ 30/409] Compiling 3rdparty/opus/opus/silk/process_NLSFs.c | |
[ 31/409] Compiling 3rdparty/opus/opus/silk/quant_LTP_gains.c | |
[ 32/409] Compiling 3rdparty/opus/opus/silk/resampler.c | |
[ 33/409] Compiling 3rdparty/opus/opus/silk/log2lin.c | |
[ 34/409] Compiling 3rdparty/opus/opus/silk/inner_prod_aligned.c | |
[ 35/409] Compiling 3rdparty/opus/opus/silk/interpolate.c | |
[ 36/409] Compiling 3rdparty/opus/opus/silk/init_decoder.c | |
[ 37/409] Compiling 3rdparty/opus/opus/silk/gain_quant.c | |
[ 38/409] Linking build/public/libpublic.a | |
[ 39/409] Compiling 3rdparty/opus/opus/silk/init_encoder.c | |
[ 40/409] Compiling 3rdparty/opus/opus/silk/float/scale_copy_vector_FLP.c | |
[ 41/409] Compiling 3rdparty/opus/opus/silk/float/scale_vector_FLP.c | |
ar: public/build.c.2.o: plugin needed to handle lto object | |
[ 42/409] Compiling 3rdparty/opus/opus/silk/float/regularize_correlations_FLP.c | |
[ 43/409] Compiling 3rdparty/opus/opus/silk/resampler_rom.c | |
[ 44/409] Compiling 3rdparty/opus/opus/silk/float/schur_FLP.c | |
[ 45/409] Compiling 3rdparty/opus/opus/silk/float/process_gains_FLP.c | |
[ 46/409] Compiling 3rdparty/opus/opus/silk/float/sort_FLP.c | |
[ 47/409] Compiling 3rdparty/opus/opus/silk/float/warped_autocorrelation_FLP.c | |
[ 48/409] Compiling 3rdparty/opus/opus/silk/float/pitch_analysis_core_FLP.c | |
[ 49/409] Compiling 3rdparty/opus/opus/silk/float/find_pred_coefs_FLP.c | |
[ 50/409] Compiling 3rdparty/opus/opus/silk/float/find_pitch_lags_FLP.c | |
[ 51/409] Compiling 3rdparty/opus/opus/silk/float/find_LTP_FLP.c | |
[ 52/409] Compiling 3rdparty/opus/opus/silk/float/energy_FLP.c | |
[ 53/409] Compiling 3rdparty/opus/opus/silk/float/encode_frame_FLP.c | |
[ 54/409] Compiling 3rdparty/opus/opus/silk/float/corrMatrix_FLP.c | |
[ 55/409] Compiling 3rdparty/opus/opus/silk/float/burg_modified_FLP.c | |
[ 56/409] Compiling 3rdparty/opus/opus/silk/float/bwexpander_FLP.c | |
[ 57/409] Compiling 3rdparty/opus/opus/silk/float/LTP_scale_ctrl_FLP.c | |
[ 58/409] Compiling 3rdparty/opus/opus/silk/float/LPC_inv_pred_gain_FLP.c | |
[ 59/409] Compiling 3rdparty/opus/opus/silk/float/LPC_analysis_filter_FLP.c | |
[ 60/409] Compiling 3rdparty/opus/opus/silk/encode_indices.c | |
[ 61/409] Compiling 3rdparty/opus/opus/silk/enc_API.c | |
[ 62/409] Compiling 3rdparty/opus/opus/silk/decoder_set_fs.c | |
[ 63/409] Compiling 3rdparty/opus/opus/silk/decode_pulses.c | |
[ 64/409] Compiling 3rdparty/opus/opus/silk/decode_parameters.c | |
[ 65/409] Compiling 3rdparty/opus/opus/silk/decode_core.c | |
[ 66/409] Compiling 3rdparty/opus/opus/silk/control_audio_bandwidth.c | |
[ 67/409] Compiling 3rdparty/opus/opus/silk/code_signs.c | |
[ 68/409] Compiling 3rdparty/opus/opus/silk/control_SNR.c | |
[ 69/409] Compiling 3rdparty/opus/opus/silk/control_codec.c | |
[ 70/409] Compiling 3rdparty/opus/opus/silk/debug.c | |
[ 71/409] Compiling 3rdparty/opus/opus/silk/VQ_WMat_EC.c | |
[ 72/409] Compiling 3rdparty/opus/opus/silk/PLC.c | |
[ 73/409] Compiling 3rdparty/opus/opus/silk/VAD.c | |
[ 74/409] Compiling 3rdparty/opus/opus/silk/ana_filt_bank_1.c | |
[ 75/409] Compiling 3rdparty/opus/opus/silk/NSQ.c | |
[ 76/409] Compiling 3rdparty/opus/opus/silk/NLSF_encode.c | |
[ 77/409] Compiling 3rdparty/opus/opus/silk/NLSF_VQ_weights_laroia.c | |
[ 78/409] Compiling 3rdparty/opus/opus/silk/NLSF_decode.c | |
[ 79/409] Compiling 3rdparty/opus/opus/silk/NLSF_del_dec_quant.c | |
[ 80/409] Compiling 3rdparty/opus/opus/silk/NLSF_VQ.c | |
[ 81/409] Compiling 3rdparty/opus/opus/silk/NLSF_stabilize.c | |
[ 82/409] Compiling 3rdparty/opus/opus/silk/NLSF2A.c | |
[ 83/409] Compiling 3rdparty/opus/opus/silk/CNG.c | |
[ 84/409] Compiling 3rdparty/opus/opus/silk/A2NLSF.c | |
[ 85/409] Compiling 3rdparty/opus/opus/celt/vq.c | |
[ 86/409] Compiling 3rdparty/opus/opus/celt/rate.c | |
[ 87/409] Compiling 3rdparty/opus/opus/celt/quant_bands.c | |
[ 88/409] Compiling 3rdparty/opus/opus/celt/laplace.c | |
[ 89/409] Compiling 3rdparty/opus/opus/celt/mathops.c | |
[ 90/409] Compiling 3rdparty/opus/opus/celt/kiss_fft.c | |
[ 91/409] Compiling 3rdparty/opus/opus/celt/mdct.c | |
[ 92/409] Compiling 3rdparty/opus/opus/celt/entdec.c | |
[ 93/409] Compiling 3rdparty/opus/opus/celt/entcode.c | |
[ 94/409] Compiling 3rdparty/opus/opus/celt/cwrs.c | |
[ 95/409] Compiling 3rdparty/opus/opus/celt/celt_lpc.c | |
[ 96/409] Compiling 3rdparty/opus/opus/celt/entenc.c | |
[ 97/409] Compiling 3rdparty/opus/opus/celt/celt_decoder.c | |
[ 98/409] Compiling 3rdparty/opus/opus/celt/celt_encoder.c | |
[ 99/409] Compiling 3rdparty/opus/opus/celt/celt.c | |
[100/409] Compiling 3rdparty/opus/opus/silk/decode_pitch.c | |
[101/409] Compiling 3rdparty/opus/opus/celt/bands.c | |
[102/409] Compiling 3rdparty/opus/opus/silk/resampler_private_down_FIR.c | |
[103/409] Compiling 3rdparty/opus/opus/silk/encode_pulses.c | |
[104/409] Compiling 3rdparty/opus/opus/celt/modes.c | |
[105/409] Compiling 3rdparty/opus/opus/celt/pitch.c | |
[106/409] Compiling 3rdparty/opus/opus/silk/float/LTP_analysis_filter_FLP.c | |
[107/409] Compiling 3rdparty/opus/opus/silk/HP_variable_cutoff.c | |
[108/409] Compiling 3rdparty/opus/opus/silk/LPC_analysis_filter.c | |
[109/409] Compiling 3rdparty/opus/opus/silk/LPC_fit.c | |
[110/409] Compiling 3rdparty/opus/opus/silk/float/residual_energy_FLP.c | |
[111/409] Compiling 3rdparty/opus/opus/silk/resampler_private_up2_HQ.c | |
[112/409] Compiling 3rdparty/opus/opus/silk/float/apply_sine_window_FLP.c | |
[113/409] Compiling 3rdparty/opus/opus/silk/float/autocorrelation_FLP.c | |
[114/409] Compiling 3rdparty/opus/opus/silk/LPC_inv_pred_gain.c | |
[115/409] Compiling 3rdparty/opus/opus/silk/tables_other.c | |
[116/409] Compiling 3rdparty/opus/opus/silk/float/find_LPC_FLP.c | |
[117/409] Compiling 3rdparty/opus/opus/silk/float/inner_product_FLP.c | |
[118/409] Compiling 3rdparty/opus/opus/src/mapping_matrix.c | |
[119/409] Compiling 3rdparty/opus/opus/silk/tables_pitch_lag.c | |
[120/409] Compiling 3rdparty/opus/opus/silk/shell_coder.c | |
[121/409] Compiling 3rdparty/opus/opus/silk/float/k2a_FLP.c | |
[122/409] Compiling 3rdparty/opus/opus/silk/LP_variable_cutoff.c | |
[123/409] Compiling 3rdparty/opus/opus/silk/NLSF_unpack.c | |
[124/409] Compiling 3rdparty/opus/opus/silk/float/noise_shape_analysis_FLP.c | |
[125/409] Compiling 3rdparty/opus/opus/silk/tables_LTP.c | |
[126/409] Compiling 3rdparty/opus/opus/silk/float/wrappers_FLP.c | |
[127/409] Compiling 3rdparty/opus/opus/silk/NSQ_del_dec.c | |
[128/409] Compiling 3rdparty/opus/opus/silk/lin2log.c | |
[129/409] Compiling 3rdparty/opus/opus/silk/tables_pulses_per_block.c | |
[130/409] Compiling 3rdparty/opus/opus/silk/tables_NLSF_CB_NB_MB.c | |
[131/409] Compiling 3rdparty/opus/opus/silk/pitch_est_tables.c | |
[132/409] Compiling 3rdparty/opus/opus/silk/biquad_alt.c | |
[133/409] Compiling 3rdparty/opus/opus/silk/resampler_down2.c | |
[134/409] Compiling 3rdparty/opus/opus/silk/bwexpander.c | |
[135/409] Compiling 3rdparty/opus/opus/silk/bwexpander_32.c | |
[136/409] Compiling 3rdparty/opus/opus/silk/tables_NLSF_CB_WB.c | |
[137/409] Compiling 3rdparty/opus/opus/silk/resampler_down2_3.c | |
[138/409] Compiling 3rdparty/opus/opus/silk/check_control_input.c | |
[139/409] Compiling 3rdparty/opus/opus/silk/dec_API.c | |
[140/409] Compiling 3rdparty/opus/opus/silk/resampler_private_AR2.c | |
[141/409] Compiling 3rdparty/opus/opus/silk/decode_frame.c | |
[142/409] Compiling 3rdparty/opus/opus/silk/decode_indices.c | |
[143/409] Compiling filesystem/dir.c | |
[144/409] Compiling filesystem/zip.c | |
[145/409] Compiling filesystem/VFileSystem009.cpp | |
[146/409] Compiling filesystem/pak.c | |
[147/409] Compiling filesystem/filesystem.c | |
In file included from ../3rdparty/opus/opus/silk/float/structs_FLP.h:32, | |
from ../3rdparty/opus/opus/silk/float/main_FLP.h:33, | |
from ../3rdparty/opus/opus/silk/float/wrappers_FLP.c:32: | |
../3rdparty/opus/opus/silk/float/wrappers_FLP.c: In function ‘silk_NSQ_wrapper_FLP’: | |
../3rdparty/opus/opus/silk/main.h:296:18: warning: ‘silk_NSQ_del_dec_c’ reading 64 bytes from a region of size 32 [-Wstringop-overread] | |
296 | ((void)(arch),silk_NSQ_del_dec_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \ | |
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
297 | HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14)) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 6 of type ‘const opus_int16[32]’ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 7 of type ‘const opus_int16[20]’ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 8 of type ‘const opus_int16[96]’ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 9 of type ‘const int[4]’ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 10 of type ‘const int[4]’ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 11 of type ‘const opus_int32[4]’ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 12 of type ‘const opus_int32[4]’ | |
../3rdparty/opus/opus/silk/main.h:296:18: note: referencing argument 13 of type ‘const int[4]’ | |
../3rdparty/opus/opus/silk/main.h:275:6: note: in a call to function ‘silk_NSQ_del_dec_c’ | |
275 | void silk_NSQ_del_dec_c( | |
| ^~~~~~~~~~~~~~~~~~ | |
../3rdparty/opus/opus/silk/main.h:270:18: warning: ‘silk_NSQ_c’ reading 64 bytes from a region of size 32 [-Wstringop-overread] | |
270 | ((void)(arch),silk_NSQ_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \ | |
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
271 | HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14)) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 6 of type ‘const opus_int16[32]’ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 7 of type ‘const opus_int16[20]’ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 8 of type ‘const opus_int16[96]’ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 9 of type ‘const int[4]’ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 10 of type ‘const int[4]’ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 11 of type ‘const opus_int32[4]’ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 12 of type ‘const opus_int32[4]’ | |
../3rdparty/opus/opus/silk/main.h:270:18: note: referencing argument 13 of type ‘const int[4]’ | |
../3rdparty/opus/opus/silk/main.h:249:6: note: in a call to function ‘silk_NSQ_c’ | |
249 | void silk_NSQ_c( | |
| ^~~~~~~~~~ | |
[148/409] Compiling filesystem/wad.c | |
[149/409] Compiling engine/client/in_touch.c | |
[150/409] Compiling engine/client/console.c | |
[151/409] Compiling engine/client/cl_netgraph.c | |
[152/409] Compiling engine/common/soundlib/libmpg/layer3.c | |
[153/409] Compiling engine/common/imagelib/img_dds.c | |
[154/409] Compiling engine/client/cl_main.c | |
[155/409] Compiling engine/common/soundlib/libmpg/index.c | |
[156/409] Linking build/3rdparty/opus/libopus.a | |
[157/409] Compiling engine/client/cl_mobile.c | |
[158/409] Compiling engine/common/imagelib/img_bmp.c | |
ar: 3rdparty/opus/opus/celt/bands.c.1.o: plugin needed to handle lto object | |
[159/409] Compiling engine/common/cfgscript.c | |
[160/409] Compiling engine/client/cl_gameui.c | |
[161/409] Compiling engine/common/soundlib/libmpg/frame.c | |
[162/409] Compiling engine/common/soundlib/libmpg/format.c | |
[163/409] Compiling engine/client/cl_font.c | |
[164/409] Compiling engine/common/soundlib/libmpg/dct64.c | |
[165/409] Linking build/filesystem/filesystem_stdio.so | |
[166/409] Compiling engine/client/cl_efrag.c | |
[167/409] Compiling engine/common/pm_trace.c | |
In file included from ../engine/common/common.h:109, | |
from ../engine/common/imagelib/imagelib.h:19, | |
from ../engine/common/imagelib/img_dds.c:16: | |
../engine/common/imagelib/img_dds.c: In function ‘Image_DXTCalcSize’: | |
../engine/common/com_strings.h:21:33: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] | |
21 | #define S_WARN "^3Warning:^7 " | |
| ^~~~~~~~~~~~~~~ | |
../engine/common/imagelib/img_dds.c:258:30: note: in expansion of macro ‘S_WARN’ | |
258 | Con_DPrintf( S_WARN "Image_LoadDDS: (%s) probably corrupted (%i should be %lu)\n", name, buffsize, filesize ); | |
| ^~~~~~ | |
../engine/common/imagelib/img_dds.c:258:79: note: format string is defined here | |
258 | Con_DPrintf( S_WARN "Image_LoadDDS: (%s) probably corrupted (%i should be %lu)\n", name, buffsize, filesize ); | |
| ~^ | |
| | | |
| int | |
| %li | |
[168/409] Compiling engine/client/cl_cmds.c | |
[169/409] Compiling engine/common/host.c | |
[170/409] Compiling engine/common/hpak.c | |
[171/409] Compiling engine/platform/sdl/s_sdl.c | |
[172/409] Compiling engine/common/pm_surface.c | |
[173/409] Compiling engine/platform/sdl/in_sdl.c | |
../engine/client/cl_main.c: In function ‘CL_SetInfo_f’: | |
../engine/client/cl_main.c:2633:37: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] | |
2633 | Con_Printf( "Total %i symbols\n", Q_strlen( cls.userinfo )); | |
| ~^ | |
| | | |
| int | |
| %li | |
../engine/client/cl_main.c: In function ‘CL_Physinfo_f’: | |
../engine/client/cl_main.c:2669:29: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=] | |
2669 | Con_Printf( "Total %i symbols\n", Q_strlen( cls.physinfo )); | |
| ~^ | |
| | | |
| int | |
| %li | |
[174/409] Compiling engine/platform/sdl/events.c | |
[175/409] Compiling engine/platform/linux/vid_fbdev.c | |
[176/409] Compiling engine/common/net_encode.c | |
[177/409] Compiling engine/common/gamma.c | |
[178/409] Compiling engine/platform/linux/s_alsa.c | |
[179/409] Compiling engine/common/net_chan.c | |
[180/409] Compiling engine/platform/linux/in_evdev.c | |
[181/409] Compiling engine/common/net_buffer.c | |
[182/409] Compiling engine/platform/posix/sys_posix.c | |
[183/409] Compiling engine/platform/linux/sys_linux.c | |
[184/409] Compiling engine/platform/posix/lib_posix.c | |
[185/409] Compiling engine/common/masterlist.c | |
[186/409] Compiling engine/server/sv_world.c | |
[187/409] Compiling engine/common/filesystem_engine.c | |
[188/409] Compiling engine/server/sv_save.c | |
[189/409] Compiling engine/common/mod_studio.c | |
[190/409] Compiling engine/server/sv_query.c | |
../engine/common/net_buffer.c: In function ‘MSG_WriteBits’: | |
../engine/common/net_buffer.c:287:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] | |
287 | while((( uint32_t )pOut & 3 ) != 0 && nBitsLeft >= 8 ) | |
| ^ | |
../engine/common/net_buffer.c: In function ‘MSG_ReadBits’: | |
../engine/common/net_buffer.c:521:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] | |
521 | while((( uint32_t )pOut & 3) != 0 && nBitsLeft >= 8 ) | |
| ^ | |
[191/409] Compiling engine/common/dedicated.c | |
[192/409] Compiling engine/server/sv_pmove.c | |
[193/409] Compiling engine/common/mod_sprite.c | |
[194/409] Compiling engine/server/sv_move.c | |
[195/409] Compiling engine/common/mod_bmodel.c | |
[196/409] Compiling engine/server/sv_phys.c | |
[197/409] Compiling engine/server/sv_log.c | |
[198/409] Compiling engine/server/sv_main.c | |
../filesystem/filesystem_internal.h:115:27: warning: type of ‘g_archives’ does not match original declaration [-Wlto-type-mismatch] | |
115 | extern const fs_archive_t g_archives[]; | |
| ^ | |
../filesystem/filesystem.c:61:20: note: ‘g_archives’ was previously declared here | |
61 | const fs_archive_t g_archives[] = | |
| ^ | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::CreateDirHierarchy(char const*, char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:160: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:61: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::ParseFile(char*, char*, bool*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:399: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::FullPathToRelativePath(char const*, char*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::IsDirectory(char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_FileTime_DIR': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/dir.c:455: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::FindFirst(char const*, int*, char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_VPrintf.part.0': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2184: undefined reference to `Q_vsnprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_FindFile_WAD': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:120: undefined reference to `COM_FileExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:459: undefined reference to `COM_ExtractFilePath' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:474: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:475: undefined reference to `COM_DefaultExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:483: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:466: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:469: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:474: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:475: undefined reference to `COM_DefaultExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_ParseGenericGameInfo': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:653: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:675: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:676: undefined reference to `COM_StripExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:802: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:663: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:887: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:783: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:784: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:686: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:877: undefined reference to `COM_StripExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:883: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:691: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:692: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:703: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:697: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:880: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:709: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:710: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:711: undefined reference to `COM_DefaultExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:758: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:759: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:715: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:752: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:753: undefined reference to `Q_atof' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:767: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:772: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:773: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:866: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:867: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:778: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:779: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:784: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:784: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:792: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:867: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:867: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:861: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:862: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:856: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:857: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:851: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:852: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:862: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:862: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:815: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:816: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:810: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:811: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:816: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:816: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:811: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:811: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:846: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:847: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:837: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:825: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:820: undefined reference to `COM_ParseFileSafe' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:821: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:821: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:821: undefined reference to `Q_atoi' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_OpenFile_DIR': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/dir.c:463: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_InitDirectorySearchpath': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/dir.c:472: undefined reference to `COM_PathSlashFix' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/dir.c:474: undefined reference to `COM_FileExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_FindFile.part.0': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1842: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1843: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::FileExists(char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::OpenFromCacheForRead(char const*, char const*, char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o:/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_GetDiskPath': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2567: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::GetLocalPath(char const*, char*, int)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_GetFullDiskPath': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2591: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::GetFileTime(char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::Open(char const*, char const*, char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o:/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::Size(char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_WriteGameInfo.lto_priv.0': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:502: undefined reference to `Q_buildarch' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:502: undefined reference to `Q_buildos' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:502: undefined reference to `Q_buildcommit' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_FindLibrary': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1283: undefined reference to `Q_tolower' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1287: undefined reference to `COM_DefaultExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1242: undefined reference to `COM_FileExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1311: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CRC32_File': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2417: undefined reference to `CRC32_Init' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2424: undefined reference to `CRC32_ProcessBuffer' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `MD5_HashFile': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2445: undefined reference to `MD5Init' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2449: undefined reference to `MD5Update' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2457: undefined reference to `MD5Update' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2464: undefined reference to `MD5Final' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_AddWad_Fullpath': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:399: undefined reference to `Q_strnlwr' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o:/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:316: undefined reference to `COM_FileWithoutPath' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_AddArchive_Fullpath.part.0': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:332: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::AddPackFile(char const*, char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:459: undefined reference to `COM_FileExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:462: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:463: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:61: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_MountArchive_Fullpath': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:354: undefined reference to `COM_FileExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_Rename': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2681: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2682: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_Delete': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:2719: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_Search_DIR': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/dir.c:432: undefined reference to `matchpattern' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_AddGameDirectory': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:392: undefined reference to `COM_FileExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:397: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::AddSearchPath(char const*, char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `CXashFS::AddSearchPathNoWrite(char const*, char const*)': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/VFileSystem009.cpp:81: undefined reference to `COM_FixSlashes' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_AddGameHierarchy': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1147: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1157: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1154: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1157: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1161: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o:/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/filesystem.c:1442: more undefined references to `Q_snprintf' follow | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_Search_PAK': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/pak.c:254: undefined reference to `matchpattern' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_Search_WAD': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:120: undefined reference to `COM_FileExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:517: undefined reference to `COM_ExtractFilePath' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:518: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:533: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:534: undefined reference to `COM_DefaultExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:551: undefined reference to `matchpattern' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:562: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:563: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:564: undefined reference to `COM_DefaultExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:525: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:528: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:533: undefined reference to `COM_FileBase' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:534: undefined reference to `COM_DefaultExtension' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_PrintInfo_PAK': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/pak.c:302: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans0.ltrans.o: in function `FS_PrintInfo_WAD': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/wad.c:438: undefined reference to `Q_snprintf' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans1.ltrans.o: in function `FS_Search_ZIP': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/zip.c:632: undefined reference to `matchpattern' | |
/nix/store/zkjq96ik8cbv6ijh1lylnkk2bni9qvas-binutils-2.40/bin/ld: /run/user/1000/ccIQLdl9.ltrans1.ltrans.o: in function `FS_PrintInfo_ZIP': | |
/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build/../filesystem/zip.c:575: undefined reference to `Q_snprintf' | |
collect2: error: ld returned 1 exit status | |
In file included from ../engine/common/common.h:109, | |
from ../engine/common/mod_bmodel.c:15: | |
../engine/common/mod_bmodel.c: In function ‘Mod_LoadColoredLighting’: | |
../engine/common/com_strings.h:22:33: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘fs_offset_t’ {aka ‘long int’} [-Wformat=] | |
22 | #define S_ERROR "^1Error:^7 " | |
| ^~~~~~~~~~~~~ | |
../engine/common/mod_bmodel.c:1511:29: note: in expansion of macro ‘S_ERROR’ | |
1511 | Con_Printf( S_ERROR "%s has mismatched size (%llu should be %zu)\n", path, litdatasize, bmod->lightdatasize * 3 ); | |
| ^~~~~~~ | |
../engine/common/mod_bmodel.c:1511:65: note: format string is defined here | |
1511 | Con_Printf( S_ERROR "%s has mismatched size (%llu should be %zu)\n", path, litdatasize, bmod->lightdatasize * 3 ); | |
| ~~~^ | |
| | | |
| long long unsigned int | |
| %lu | |
../engine/common/mod_bmodel.c: In function ‘Mod_LoadDeluxemap’: | |
../engine/common/com_strings.h:22:33: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘fs_offset_t’ {aka ‘long int’} [-Wformat=] | |
22 | #define S_ERROR "^1Error:^7 " | |
| ^~~~~~~~~~~~~ | |
../engine/common/mod_bmodel.c:1566:30: note: in expansion of macro ‘S_ERROR’ | |
1566 | Con_Reportf( S_ERROR "%s has mismatched size (%llu should be %zu)\n", path, deluxdatasize, bmod->lightdatasize ); | |
| ^~~~~~~ | |
../engine/common/mod_bmodel.c:1566:66: note: format string is defined here | |
1566 | Con_Reportf( S_ERROR "%s has mismatched size (%llu should be %zu)\n", path, deluxdatasize, bmod->lightdatasize ); | |
| ~~~^ | |
| | | |
| long long unsigned int | |
| %lu | |
Waf: Leaving directory `/hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build' | |
Build failed | |
-> task in 'filesystem_stdio' failed with exit status 1 (run with -v to display more information) | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment