float wSearch = TextRender()->TextWidth..
to float SearchWidth = ..
.
I spent the entire morning working on https://github.com/ddnet/ddnet/pull/8151. Meaning I was using clang to dump out all local variables that offended the camel case style guide. So I decided to fi...git init && git add . && git commit -m init && git remote add origin git@github.com:nob/dotfiles
!htoprc
or whatever rc file you have there"is_player":false
mean?/home/duck/.local/share/Steam/steamapps/common/DDraceNetwork/ddnet/DDNet: error while loading shared libraries: libGLEW.so.2.2: cannot open shared object file: No such file or directory
If I reset LD_LIBRARY_PRELOAD
and LD_LIBRARY
it gives the same error but with curl instead.cmake -DSTEAM=ON .. && make
on Arch Linux (edited)cmake -DSTEAM=ON .. && make
on Arch Linux (edited)-DPREFER_BUNDLED_LIBS=ON
gives following error:
/home/duck/Projects/duck-ddnet/src/engine/client/sound.cpp: In member function ‘bool CSound::DecodeWV(CSample&, const void*, unsigned int) const’:
/home/duck/Projects/duck-ddnet/src/engine/client/sound.cpp:497:17: error: ‘WavpackCloseFile’ was not declared in this scope; did you mean ‘WavpackConfig’?
497 | WavpackCloseFile(pContext);
| ^~~~~~~~~~~~~~~~
| WavpackConfig
File is unmodified in my mod ⬆️ (edited)cmake ..
is not the same as cmake ..
in an empty build directory for some reason...? Problem fixed I guesscmake ..
is not the same as cmake ..
in an empty build directory for some reason...? Problem fixed I guess