[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU poke 3.90.0 on Linux/s390, FreeBSD/powerpc64, FreeBSD/sparc64
From: |
Bruno Haible |
Subject: |
Re: GNU poke 3.90.0 on Linux/s390, FreeBSD/powerpc64, FreeBSD/sparc64 |
Date: |
Tue, 06 Feb 2024 11:58:31 +0100 |
Hi Luca,
In <https://lists.gnu.org/archive/html/poke-devel/2024-01/msg00067.html>
I reported compilation errors like this one:
> In file included from ./gnulib-local/stdint.h:105:0,
> from ../../jitter/jitter/jitter-missing.c:22:
> ./gnulib-local/sys/types.h:28:3: error: #error "Please include config.h
> first."
> #error "Please include config.h first."
> ^
Here is a patch that fixes it, on all three platforms.
Could you please apply it?
Explanation: <config.h> needs to be included before Gnulib's <stdint.h>.
In Jitter, a wrapper <jitter/jitter-early-header.h> around <config.h>
is used by convention.
Bruno
0001-Fix-FTBFS-on-Linux-s390-FreeBSD-powerpc64-FreeBSD-sp.patch
Description: Text Data
- Re: GNU poke 3.90.0 on Linux/s390, FreeBSD/powerpc64, FreeBSD/sparc64,
Bruno Haible <=