examples.o:
not a dynamic executable
[nightmare@nightmare-tufgamingfx505gtfx505gt python.operate_noiser]$ python3 vk_audio_renamer.py
Traceback (most recent call last):
File "/run/media/nightmare/2DEDC4C311647F4A/Workspace/python.operate_noiser/vk_audio_renamer.py", line 4, in <module>
vk_session.auth()
File "/home/nightmare/.local/lib/python3.10/site-packages/vk_api/vk_api.py", line 166, in auth
raise LoginRequired('Login is required to auth')
vk_api.exceptions.LoginRequired: Login is required to auth
self.setWindowModality(QtCore.Qt.WindowModal)
// #ifdef __linux__
#include <byteswap.h>
// #undef min
// #undef max
// #endif
/// \brief Reverses bytes in a 16-bit value
/// \param value the 16-bit value to reverse
/// \details ByteReverse calls bswap if available. Otherwise the function
/// performs a 8-bit rotate on the word16.
inline word16 ByteReverse(word16 value)
{
#if defined(CRYPTOPP_BYTESWAP_AVAILABLE)
return bswap_16(value);
#elif (_MSC_VER >= 1400) || (defined(_MSC_VER) && !defined(_DLL))
return _byteswap_ushort(value);
#else
return rotlFixed(value, 8U);
#endif
}
In file included from ../deps/cryptopp/secblock.h:11,
from ../deps/cryptopp/md2.h:11,
from ../src/Machinarium/Utils/String.cpp:132:
../deps/cryptopp/misc.h: In function ‘CryptoPP::word16 CryptoPP::ByteReverse(CryptoPP::word16)’:
../deps/cryptopp/misc.h:2039:9: error: ‘bswap_16’ was not declared in this scope
2039 | return bswap_16(value);
| ^~~~~~~~~
compilation terminated due to -Wfatal-errors.
make[1]: *** [Garrys Mod 10.make:355: obj/Debug/Garrys Mod 10/String.o] Error 1
make: *** [Makefile:51: Garrys Mod 10] Error 2
In file included from ../deps/cryptopp/secblock.h:11,
from ../deps/cryptopp/md2.h:11,
from ../src/Machinarium/Utils/String.cpp:138:
../deps/cryptopp/misc.h: In function ‘CryptoPP::word16 CryptoPP::ByteReverse(CryptoPP::word16)’:
../deps/cryptopp/misc.h:2033:9: error: ‘bswap_16’ was not declared in this scope
2033 | return bswap_16(value);
Разрядность 32 bit.