Skip to content

Instantly share code, notes, and snippets.

View Lucretia's full-sized avatar
😥

Luke A. Guest Lucretia

😥
  • Leeds, UK (for now), want to escape Toryland
View GitHub Profile
// From nuklear_sdl_renderer.h
NK_API void
nk_sdl_font_stash_begin(struct nk_font_atlas **atlas)
{
nk_font_atlas_init_default(&sdl.atlas);
nk_font_atlas_begin(&sdl.atlas);
*atlas = &sdl.atlas;
}
-- From the main Nuklear bindings, nk_font_atlas is a record type.
This file has been truncated, but you can view the full file.
[1/874] Compiling C object src/c11/impl/libmesa_util_c11.a.p/time.c.o
../src/c11/impl/time.c: In function 'c23_timespec_get':
../src/c11/impl/time.c:104:13: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
104 | if (clock_gettime(CLOCK_REALTIME, ts) == 0)
| ^~~~~~~~~~~~~
[2/874] Compiling C object src/util/blake3/libblake3.a.p/blake3_dispatch.c.o
FAILED: src/util/blake3/libblake3.a.p/blake3_dispatch.c.o
m68k-amigaos-gcc -Isrc/util/blake3/libblake3.a.p -Isrc/util/blake3 -I../src/util/blake3 -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -g -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="24.1.0-devel"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=0 -DHAVE_OPENGL_ES_2=0 -DHAVE_SWRAST -DVIDEO_CODEC_VC1DEC=0 -DVIDEO_CODEC_H264DEC=0 -DVIDEO_CODEC_H264ENC=0 -DVIDEO_CODEC_H265DE
This file has been truncated, but you can view the full file.
[1/874] Compiling C object src/c11/impl/libmesa_util_c11.a.p/time.c.o
FAILED: src/c11/impl/libmesa_util_c11.a.p/time.c.o
m68k-amigaos-gcc -Isrc/c11/impl/libmesa_util_c11.a.p -Isrc/c11/impl -I../src/c11/impl -Isrc -I../src -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -g -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="24.1.0-devel"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=0 -DHAVE_OPENGL_ES_2=0 -DHAVE_SWRAST -DVIDEO_CODEC_VC1DEC=0 -DVIDEO_CODEC_H264DEC=0 -DVIDEO_CODEC_H264ENC=0 -DVIDEO_CODEC_H265DEC=0 -DVIDEO_CODEC_H265ENC=0 -DVIDEO_CODEC_AV1DEC=1 -DVIDEO_CODEC_AV1ENC=1 -DVIDEO_CODEC_VP9DEC=1 -DHAVE_AMIGAOS_PLATFORM -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DGLAPI_EXPORT_PROTO_ENTRY_POINTS=0 -DALLOW_KCMP -DMESA_DEBUG=1 -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUIL
The Meson build system
Version: 1.3.1
Source dir: /mnt/data/src/others/amiga-stuff/mesa/mesa
Build dir: /mnt/data/src/others/amiga-stuff/mesa/mesa/build
Build type: cross build
Project name: mesa
Project version: 24.1.0-devel
C compiler for the host machine: m68k-amigaos-gcc (gcc 13.1.1 "m68k-amigaos-gcc (GCC) 13.1.1 20230426")
C linker for the host machine: m68k-amigaos-gcc ld.bfd 2.39.0.230920-120626
C++ compiler for the host machine: m68k-amigaos-g++ (gcc 13.1.1 "m68k-amigaos-g++ (GCC) 13.1.1 20230426")
Gtk-Message: 07:46:32.587: Failed to load module "canberra-gtk-module"
Gtk-Message: 07:46:32.588: Failed to load module "appmenu-gtk-module"
Gtk-Message: 07:46:32.803: Failed to load module "colorreload-gtk-module"
Gtk-Message: 07:46:32.803: Failed to load module "window-decorations-gtk-module"
(client_partition-x86_64.AppImage:14257): Gtk-WARNING **: 07:46:33.273: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
Registering client with server.
Client ~ Evolves per second: 0
Freshen time is 0.625327000 secs.
$ ./client_partition-x86_64.AppImage luke
Gtk-Message: 14:46:42.918: Failed to load module "canberra-gtk-module"
Gtk-Message: 14:46:42.922: Failed to load module "appmenu-gtk-module"
Gtk-Message: 14:46:43.127: Failed to load module "colorreload-gtk-module"
Gtk-Message: 14:46:43.128: Failed to load module "window-decorations-gtk-module"
(client_partition-x86_64.AppImage:10043): Gtk-WARNING **: 14:46:43.249: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
Registering client with server.
Client ~ Evolves per second: 1
# cat genkernel.sh
#!/bin/sh
#genkernel --lvm --btrfs --menuconfig --oldconfig all
#genkernel --lvm --btrfs --menuconfig --oldconfig --clean --firmware all
if [ $# > 0 ] && [ "$1" != "-r" ]; then
genkernel --lvm --btrfs --menuconfig --oldconfig --save-config --kernel-cc=distcc all #--microcode=amd all
fi
[Ada] sdl-audio-sample_formats.ads
sdl-audio-sample_formats.ads:100:50: error: non-static constant in preelaborated unit
sdl-audio-sample_formats.ads:100:50: error: static expression must have scalar or string type (RM 4.9(2))
sdl-audio-sample_formats.ads:101:50: error: non-static constant in preelaborated unit
sdl-audio-sample_formats.ads:101:50: error: static expression must have scalar or string type (RM 4.9(2))
sdl-audio-sample_formats.ads:119:50: error: non-static constant in preelaborated unit
sdl-audio-sample_formats.ads:119:50: error: static expression must have scalar or string type (RM 4.9(2))
# sh freemem.sh
Before free...
total used free shared buff/cache available
Mem: 31Gi 23Gi 508Mi 1.0Gi 8.9Gi 7.9Gi
Swap: 63Gi 2.5Mi 63Gi
After free...
total used free shared buff/cache available
Mem: 31Gi 23Gi 6.7Gi 1.0Gi 2.6Gi 7.9Gi
Swap: 63Gi 2.5Mi 63Gi
Registering client with server.
Client ~ Evolves per second: 1
Client ~ Evolves per second: 61
Client ~ Evolves per second: 60
Gtk window ~ unhandled key: 65515
Client ~ Evolves per second: 60
Gtk window ~ unhandled key: 65515
Client ~ Evolves per second: 46
Client ~ Evolves per second: 1
Client ~ Evolves per second: 1