New comment by moheb2000 on void-packages repository https://github.com/void-linux/void-packages/pull/45457#issuecomment-1668291192 Comment: Thanks! I fixed the problems but there are some other problems that I want to say here: - clip test units will fail but clipboard functionality works just fine like the official libresprite AppImage. - I tried to cross compile this package for armv6l but nodejs-devel package isn't in void official repositories. it's not required based on what I understood from cmake config but I still can't cross compile it because of this error: ``` [307/723] Generating brush_slot_params.xml.h FAILED: src/app/brush_slot_params.xml.h /builddir/libresprite-1.0/build/src/app/brush_slot_params.xml.h cd /builddir/libresprite-1.0/build/src/app && /builddir/libresprite-1.0/build/bin/gen --input /builddir/libresprite-1.0/data/widgets/brush_slot_params.xml --widgetid brush_slot_params > /builddir/libresprite-1.0/build/src/app/brush_slot_params.xml.h.tmp && /usr/bin/cmake -E copy_if_different /builddir/libresprite-1.0/build/src/app/brush_slot_params.xml.h.tmp /builddir/libresprite-1.0/build/src/app/brush_slot_params.xml.h /bin/sh: line 1: /builddir/libresprite-1.0/build/bin/gen: cannot execute binary file: Exec format error [308/723] Generating canvas_size.xml.h ``` So if compiling for arm is necessary, I need to figure out what's the problem with this error.