Skip to content
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

EGL build related errors #1206

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Closed

EGL build related errors #1206

SDLBugzilla opened this issue Feb 10, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: 2.0.1
Reported for operating system, platform: Linux, ARM

Comments on the original bug report:

On 2013-11-11 16:19:28 +0000, wrote:

From the latest pull from Mercurial repo (today) :

After a configure/make :

/root/SDL/src/video/x11/SDL_x11window.c: In function 'X11_CreateWindow':
/root/SDL/src/video/x11/SDL_x11window.c:566:19: error: 'SDL_VideoDevice' has no member named 'egl_data'
/root/SDL/src/video/x11/SDL_x11window.c:572:19: error: 'SDL_WindowData' has no member named 'egl_surface'
/root/SDL/src/video/x11/SDL_x11window.c:572:9: warning: implicit declaration of function 'SDL_EGL_CreateSurface' [-Wimplicit-function-declaration]
/root/SDL/src/video/x11/SDL_x11window.c:572:65: error: 'NativeWindowType' undeclared (first use in this function)
/root/SDL/src/video/x11/SDL_x11window.c:572:65: note: each undeclared identifier is reported only once for each function it appears in
/root/SDL/src/video/x11/SDL_x11window.c:572:83: error: expected ')' before 'w'
/root/SDL/src/video/x11/SDL_x11window.c:574:23: error: 'SDL_WindowData' has no member named 'egl_surface'
/root/SDL/src/video/x11/SDL_x11window.c:574:40: error: 'EGL_NO_SURFACE' undeclared (first use in this function)
make: *** [build/SDL_x11window.lo] Error 1

Platform : ARM/i.MX6 kernel 3.0.35-cm-fx6-4.

On 2013-11-11 16:50:57 +0000, Gabriel Jacobo wrote:

Please attach config.log and SDL_config.h

On 2013-11-11 17:56:24 +0000, wrote:

Created attachment 1418
config.log

On 2013-11-11 17:56:57 +0000, wrote:

Created attachment 1419
SDL_config.h

On 2013-11-11 22:18:21 +0000, Gabriel Jacobo wrote:

This should be fixed, thanks!

https://hg.libsdl.org/SDL/rev/904d473b8845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant