Activity for Thomas Horsley

  • Thomas Horsley Thomas Horsley created ticket #438

    will not build under g++11 with recent libraries

  • Thomas Horsley Thomas Horsley posted a comment on discussion General Discussion

    I got it to build by hacking up a little perl script and running it over every source file to change "byte" to "BITE" (except Crypto/cpu.c where there is inline assembly with a .byte directive).

  • Thomas Horsley Thomas Horsley posted a comment on discussion General Discussion

    Apparently latest C++ includes a std::byte and the way veracrypt source uses byte it now conflicts with the typedef in the veracrypt source. In file included from Cipher.cpp:17: /zooty/build/veracrypt/VeraCrypt_1.24-Update7/src/Crypto/Twofish.h:58:62: error: reference to 'byte' is ambiguous 58 | void twofish_encrypt_blocks(TwofishInstance *instance, const byte* in_blk, byte* out_blk, uint32 blockCount); | ^~~~ In file included from /zooty/build/veracrypt/VeraCrypt_1.24-Update7/src/Platform/PlatformBase.h:16,...

  • Thomas Horsley Thomas Horsley posted a comment on discussion Open Discussion

    I use the minidlna from the fedora repos (latest version minidlna-1.2.0-2.fc26.x86_64), and a new sqlite update (sqlite-libs-3.20.1-1.fc26.x86_64) seems to be making minidlna start infinite looping when I copy a directory with new video files into a directory minidlna "owns". See the redhat bugzilla: 1493782. I just thought I'd mention it here in case it is really a minidlna bug.

  • Thomas Horsley Thomas Horsley created ticket #223

    mode2 --raw option broken

1