• src/xpdev/CMakeLists.txt

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 04:35:07
    https://gitlab.synchro.net/main/sbbs/-/commit/78c2ae3128219010e5397a3a
    Modified Files:
    src/xpdev/CMakeLists.txt
    Log Message:
    And CMake

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 05:07:33
    https://gitlab.synchro.net/main/sbbs/-/commit/83079a149118a1aac82cd0f6
    Modified Files:
    src/xpdev/CMakeLists.txt
    Log Message:
    Add WITH_CRYPTLIB to CMake too

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 05:10:34
    https://gitlab.synchro.net/main/sbbs/-/commit/9d1055d3559009a633c2aa00
    Modified Files:
    src/xpdev/CMakeLists.txt
    Log Message:
    Make those WITH/WITHOUT definitions public

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tuesday, September 15, 2026 15:31:30
    https://gitlab.synchro.net/main/sbbs/-/commit/3dc56fb6b5b57541c8ddcd2e
    Modified Files:
    src/xpdev/CMakeLists.txt
    Log Message:
    xpdev: probe for libc symbols with the Linux feature macros

    The capability checks added in bcecd8108f (cheese-36-geek, 2026-09-06)
    compiled their probes without the _GNU_SOURCE/_DEFAULT_SOURCE definitions
    the xpdev targets are built with. glibc 2.36 (Debian 12) declares asprintf
    and vasprintf only under _GNU_SOURCE, so the probes failed there, enabling NEEDS_ASPRINTF/NEEDS_VASPRINTF. The vasprintf fallback calls the
    MSVC-only _vscprintf, breaking the link of every CMake consumer of xpdev
    (e.g. the doors) with "undefined reference to `_vscprintf'".

    Newer glibc also declares these under _DEFAULT_SOURCE, which hid the
    problem on newer hosts.

    Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net