Packaging OpenStack client fails due to non-standard header
Gerard Braad
me at gbraad.nl
Tue Dec 6 03:14:52 UTC 2016
Hi
On Tue, Dec 6, 2016 at 11:00 AM, Christian Hergert <christian at hergert.me> wrote:
> "app-id": "org.gnome.Builder",
> "runtime": "org.gnome.Sdk", <-- you might have Platform here
> "runtime-version": "master",
> "sdk": "org.gnome.Sdk", <-- but you still want Sdk here
Just using flatpak build[x] with a metadata file, containing:
runtime=org.freedesktop.Platform/x86_64/1.4
sdk=org.freedesktop.Sdk/x86_64/1.4
Below you can find what is provided by the freedesktop Sdk:
bash-4.3# cat /usr/include/python3.4m/pyconfig.h
<snip />
#include <bits/wordsize.h>
<snip />
bash-4.3# cat /usr/include/bits/wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __x86_64__ && !defined __ILP32__
# define __WORDSIZE 64
#else
# define __WORDSIZE 32
#endif
#ifdef __x86_64__
# define __WORDSIZE_TIME64_COMPAT32 1
/* Both x86-64 and x32 use the 64-bit system call interface. */
# define __SYSCALL_WORDSIZE 64
#endif
--
Gerard Braad | http://gbraad.nl
[ Doing Open Source Matters ]
More information about the xdg-app
mailing list