Skip to content

does not build on Debian 13 #31

@roughnecks

Description

@roughnecks

hello, I'm getting this error while running "make"

$ make
git submodule update --init --recursive deps/diff
cd deps/diff && env -u MAKEFLAGS ./configure
config.log: writing...
configure.local: no (fully automatic configuration)
arc4random: no
capsicum: no
err: no
explicit_bzero: no
getprogname: no
INFTIM: no
md5: no
memmem: no
memrchr: no
memset_s: no
PATH_MAX: no
pledge: no
program_invocation_short_name: no
reallocarray: no
recallocarray: no
sandbox_init: no
seccomp-filter: no
SOCK_NONBLOCK: no
strlcat: no
strlcpy: no
strndup: no
strnlen: no
strtonum: no
systrace: no
zlib: no
__progname: no
config.h: written
Makefile.configure: written
make -C deps/diff CFLAGS=-fPIC
make[1]: Entering directory '/home/roughnecks/git/weechat-xmpp/deps/diff'
cc -fPIC   -c -o diff.o diff.c
cc -fPIC   -c -o compats.o compats.c
compats.c:191:2: error: #error No getprogname available.
  191 | #error No getprogname available.
      |  ^~~~~
make[1]: *** [<builtin>: compats.o] Error 1
make[1]: Leaving directory '/home/roughnecks/git/weechat-xmpp/deps/diff'
make: *** [makefile:185: deps/diff/libdiff.a] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions