ssvb / xf86-video-fbturbo

Xorg DDX driver for ARM devices (Allwinner, RPi and others)
Other
201 stars 80 forks source link

Problem when i run the make command #67

Open sluissantos opened 1 year ago

sluissantos commented 1 year ago

Hellow my friend,

When i running 'make', the follow erros happend: backing_store_tuner.c: In function ‘xPostValidateTree’: backing_store_tuner.c:112:48: error: ‘struct _Window’ has no member named ‘backStorage’ 112 | if (!private->ForceBackingStore && focusWin->backStorage) { | ^~ backing_store_tuner.c:128:20: error: ‘struct _Window’ has no member named ‘backStorage’ 128 | if (!curWin->backStorage && (private->ForceBackingStore || | ^~ backing_store_tuner.c: In function ‘xReparentWindow’: backing_store_tuner.c:161:46: error: ‘struct _Window’ has no member named ‘backStorage’ 161 | if (pPriorParent == pScreen->root && pWin->backStorage) { | ^~ make[2]: [Makefile:553: backing_store_tuner.lo] Error 1 make[2]: Leaving directory '/home/logpyx/xf86-video-fbturbo/src' make[1]: [Makefile:445: all-recursive] Error 1 make[1]: Leaving directory '/home/logpyx/xf86-video-fbturbo' make: *** [Makefile:377: all] Error 2

Do you now how i can resolve this?

Tanks for your time.

(my english is so bad)

EthiceDD commented 5 months ago

Hello, is the problem solved?

ReonMonterus commented 2 months ago

Incase anyone else finds this error, you have to fix the backing_store_tuner.c file as per the below: https://android-kvm.googlesource.com/buildroot/+/refs/heads/2022.02.x/package/x11r7/xdriver_xf86-video-fbturbo/0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch