• src/xpdev/CMakeLists.txt

    From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, October 10, 2024 20:51:30
    https://gitlab.synchro.net/main/sbbs/-/commit/7a7fd0eabe27ac9713cc523c
    Modified Files:
    src/xpdev/CMakeLists.txt
    Log Message:
    Remove spurious brace

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, October 13, 2024 10:01:29
    https://gitlab.synchro.net/main/sbbs/-/commit/ab2ff158e01bdf7b66de3d44
    Modified Files:
    src/xpdev/CMakeLists.txt
    Log Message:
    Set PREFER_POLL in CMake as well.

    Not just for GMUmakefile anymore!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, January 25, 2025 13:40:27
    https://gitlab.synchro.net/main/sbbs/-/commit/06b563bf67b896f82f86a46b
    Modified Files:
    src/xpdev/CMakeLists.txt
    Log Message:
    Fix CMake builds

    ---
    þ 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) <noreply@anthropic.com>

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