Shiz
- Login: Shiz
- Registered on: 06/27/2019
- Last sign in: 06/28/2019
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
06/28/2019
- 07:46 PM Emulator Emulator Issues #11780: Failure to build on Musl
- Agh, forgot about the angle brackets again. The missing include is X11/Xutil.h.
- 07:46 PM Emulator Emulator Issues #11780: Failure to build on Musl
- Edit the top include section:
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/keysym.h>
#include "UI... - 02:18 AM Emulator Emulator Issues #11780: Failure to build on Musl
- Looks like a typo in UICommon.cpp:371:
#if defined(HAVE_XRANDR) && HAVE_X11
should be
#if defined(HAVE_XRAND...
06/27/2019
- 02:08 PM Emulator Emulator Issues #11780: Failure to build on Musl
- Redmine ate my angle brackets -- the file in question is sys/select.h, to clarify.
- 02:07 PM Emulator Emulator Issues #11780: Failure to build on Musl
- This seems to be more an issue of missing includes: all these types and macros are defined in <sys/select.h>, which o...
Also available in: Atom