1
0
forked from vitrine/wmaker

Eliminate accidentally commited temporary file.

This commit is contained in:
2026-04-05 19:56:09 -04:00
parent a5908610e9
commit 5784b9cbda

View File

@@ -1,45 +0,0 @@
make all-recursive
make[1]: Entering directory '/home/stu/projects/vitrine/wmaker'
Making all in wrlib
make[2]: Entering directory '/home/stu/projects/vitrine/wmaker/wrlib'
make all-recursive
make[3]: Entering directory '/home/stu/projects/vitrine/wmaker/wrlib'
Making all in .
make[4]: Entering directory '/home/stu/projects/vitrine/wmaker/wrlib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/stu/projects/vitrine/wmaker/wrlib'
Making all in po
make[4]: Entering directory '/home/stu/projects/vitrine/wmaker/wrlib/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/stu/projects/vitrine/wmaker/wrlib/po'
make[3]: Leaving directory '/home/stu/projects/vitrine/wmaker/wrlib'
make[2]: Leaving directory '/home/stu/projects/vitrine/wmaker/wrlib'
Making all in wutil-rs
make[2]: Entering directory '/home/stu/projects/vitrine/wmaker/wutil-rs'
cargo build
make[2]: Leaving directory '/home/stu/projects/vitrine/wmaker/wutil-rs'
Making all in WINGs
make[2]: Entering directory '/home/stu/projects/vitrine/wmaker/WINGs'
Making all in WINGs
make[3]: Entering directory '/home/stu/projects/vitrine/wmaker/WINGs/WINGs'
../../script/replace-ac-keywords.sh \
--header "../../config.h" \
--filter "USE_PANGO" \
-o WINGsP.h WINGsP.h.in
make all-am
make[4]: Entering directory '/home/stu/projects/vitrine/wmaker/WINGs/WINGs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/stu/projects/vitrine/wmaker/WINGs/WINGs'
make[3]: Leaving directory '/home/stu/projects/vitrine/wmaker/WINGs/WINGs'
Making all in wings-rs
make[3]: Entering directory '/home/stu/projects/vitrine/wmaker/WINGs/wings-rs'
bindgen ../WINGs/WINGsP.h \
--no-recursive-allowlist \
--allowlist-type "^W_.+|^WM(View|Array|DragOperationType|Point|Data|OpenPanel|SavePanel|HashTable|DraggingInfo|SelectionProcs|Rect|EventProc|Widget|Size|Color|Pixmap|FilePanel)|R(Context|ContextAttributes|Image|RenderingMode|ScalingFilter|StdColormapMode|ImageFormat|Color)|_WINGsConfiguration" \
--allowlist-type "^WM(FontPanel|Screen|Button)" \
--allowlist-function "^WMCreateScreen|^WM(Get|Show)FontPanel|^WMCreateCommandButton|^WM(Initialize|Release)Application|^WMScreenMainLoop|^WMHandleEvent" \
-o src/WINGsP.rs -- \
-I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread \
-I../../wrlib \
-I.. && ./patch_WINGsP.sh src/WINGsP.rs
cargo build