• src/xpdev/CMakeLists.txt

    From Stephen Hurd@VERT to Git commit to main/sbbs/m on Sun Sep 6 14:38:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/0ba7e1e596ad0341f7535743
    Modified Files:
    src/xpdev/CMakeLists.txt src/xpdev/cmake/xpdevFeatures.cmake.in xpdev_config.h.in
    Log Message:
    Add shared library SONAME

    Port 076c3d15f145814e0f785470ca86a1bdbd4717d7 from the standalone xpdev repository while retaining the monorepo CMake compatibility adaptations.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Sun Sep 6 17:51:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/76c5f338c8ea3b6f3d6cdeb3
    Modified Files:
    src/xpdev/CMakeLists.txt named_str_list.h xpevent.h xpprintf.h
    Log Message:
    Make XPDev installed headers self-contained

    Port the applicable XPDev fixes from 5b3b1b13efd909ebc2bc8a765492fc20eb6538d6. Keep gen_defs.h in xpprintf.h for legacy gmake, MSVC, and Borland feature selection, and omit standalone support-component install changes.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Tue Sep 15 15:31:00 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