• src/xpdev/CMakeLists.txt

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Oct 5 04:35:07 2025
    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 Sun Oct 5 05:07:33 2025
    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 Sun Oct 5 05:10:34 2025
    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 Tue Sep 15 15:31:30 2026
    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) <noreply@anthropic.com>

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