-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation Error #1
Comments
it looks like yourvdependencies are too new. maybe try downgrading them. |
i use red ribbon and ran make -j2 and it just compiled and worked. |
With xorg-server 1.20.13-r1 does not work |
Hi, patch welcome, or sponsorship for me to spend even more time on this ;-) https://patreon.com/renerebe |
If I had to guess that's newer gccs having "uplifted" certain warnings to errors. |
not really, the rsx driver just needs weeks of real development to make it actually fully work with newer firmware and xorg servers. 3d acceleration takes about another month or two of full time development. Which is why I started this pattern and gofundme :-) |
Done ;-) |
Also I have checked on FC9: |
On Fedora 12 PPC |
I've tried compiling and installing but I get a compilation error:
In file included from ps3_cursor.c:34: /usr/include/xorg/xf86PciInfo.h:50:2: warning: #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." [-Wcpp] 50 | #warning "xf86PciInfo.h is deprecated. For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server." | ^~~~~~~ ps3_cursor.c: In function ‘NVSetCursorPosition’: ps3_cursor.c:175:27: error: ‘PS3FB_IOCTL_CURSOR_POS’ undeclared (first use in this function) 175 | ret = ioctl(pPS3->fd, PS3FB_IOCTL_CURSOR_POS, val); | ^~~~~~~~~~~~~~~~~~~~~~ ps3_cursor.c:175:27: note: each undeclared identifier is reported only once for each function it appears in ps3_cursor.c: In function ‘NVShowHideCursor’: ps3_cursor.c:222:31: error: ‘PS3FB_IOCTL_CURSOR_ENABLE’ undeclared (first use in this function); did you mean ‘PS3FB_IOCTL_SCREENINFO’? 222 | int ret = ioctl(pPS3->fd, PS3FB_IOCTL_CURSOR_ENABLE, ShowHide); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | PS3FB_IOCTL_SCREENINFO ps3_cursor.c: In function ‘NVShowCursor’: ps3_cursor.c:236:31: error: ‘PS3FB_IOCTL_CURSOR_OFFS’ undeclared (first use in this function); did you mean ‘PS3FB_IOCTL_OFF’? 236 | int ret = ioctl(pPS3->fd, PS3FB_IOCTL_CURSOR_OFFS, pPS3->cursor_start); | ^~~~~~~~~~~~~~~~~~~~~~~ | PS3FB_IOCTL_OFF make[2]: *** [Makefile:512: ps3_cursor.lo] Error 1 make[2]: Opuszczenie katalogu '/root/xf86-video-ps3/src' make[1]: *** [Makefile:448: all-recursive] Error 1 make[1]: Opuszczenie katalogu '/root/xf86-video-ps3' make: *** [Makefile:380: all] Error 2
The text was updated successfully, but these errors were encountered: