You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for reasons I don't understand I can successfully build qengine on my freebsd 13.2 workstation, after applying the memory.c patch. I packed a tarball of the build dir here https://tildas.org/files/misc/qengine-fbsd-20230725.tzst
it does not build on a ghostbsd 23.06.01 system:
[ 29%] Building C object vendor/SDL2-2.0.22/CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o
[ 29%] Building C object vendor/SDL2-2.0.22/CMakeFiles/SDL2.dir/src/video/x11/edid-parse.c.o
[ 29%] Building C object vendor/SDL2-2.0.22/CMakeFiles/SDL2.dir/src/core/unix/SDL_poll.c.o
[ 29%] Building C object vendor/SDL2-2.0.22/CMakeFiles/SDL2.dir/src/core/linux/SDL_udev.c.o
/home/voyevoda/WORK/GIT/qengine/vendor/SDL2-2.0.22/src/core/linux/SDL_udev.c:32:10: fatal error: 'linux/input.h' file not found
#include <linux/input.h>
^~~~~~~~~~~~~~~
1 error generated.
*** Error code 1
Trying to build qengine on FreeBSD:
$ mkdir build $ cd build/ $ cmake -DBUILD_SDL=OFF -DBUILD_DOCS=OFF ..
This fails, as the following include has to be added to
src/platform/unix/memory.c
first:Then, linking fails:
Perhaps,
input.h
is not found for whatever reason?The text was updated successfully, but these errors were encountered: