clboss: Build Failure Alpine Linux

I am trying to setup CLN alongwith clboss in an alpine docker container but the build seems to be failing. Commands am running in the docker container are as follows:

RUN apk add \
        git \
        autoconf \
        sqlite-dev \
        bind-tools \
        build-base \
        autoconf-archive \
        libtool \
        curl-dev \
        pkgconf \
        libev-dev

RUN git clone --recurse-submodules https://github.com/ZmnSCPxj/clboss.git /clboss && \
    cd /clboss && \
    autoreconf -i && \
    ./configure --enable-static --prefix=/usr && \
    make -j $(nproc) && \
    make install

About this issue

  • Original URL
  • State: closed
  • Created 10 months ago
  • Comments: 15 (4 by maintainers)

Commits related to this issue

Most upvoted comments

@king-11 Does #179 work for you?

75.01 In file included from ./Ln/Scid.hpp:4,
75.01                  from Boss/Mod/Dowser.cpp:20:
75.01 ./Util/Compiler.hpp:8:18: error: missing binary operator before token "("
75.01     8 | #if __GNUC_PREREQ(13,0)
75.01       |                  ^

I think that’s the issue … checking …