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

"Dynamic X11 code" causes problems on Tru64. #59

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

"Dynamic X11 code" causes problems on Tru64. #59

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: HG 1.2
Reported for operating system, platform: Other, Other

Comments on the original bug report:

On 2006-01-26 12:47:25 +0000, Hayashi Naoyuki wrote:

If building with --enable-x11-shared=yes, we get runtime errors.
If building with --enable-x11-shared=no, we get compile errors.

  1. X11 library is libX11.so on Tru64 UNIX.

  2. X11 extension library is libXext.so on Tru64 UNIX.
    configure.in is fixed.

  3. _SmtBufferOverflow, _SmtIpError, ipAllocateData and ipUnallocateAndSendData are used in X headers.
    So the code for this is added in SDL_x11dyn.h and SDL_x11sym.h.

  4. If building with --enable-x11-shared=no, the compiler produce the following error.
    cc: Error: SDL_x11sym.h, line 143: In this statement, "_XData32" is not declared. (undeclared)
    cc: Error: SDL_x11sym.h, line 144: In this statement, "_XRead32" is not declared. (undeclared)

  5. If building with --enable-x11-shared=no and not linking with libX11.so, programs using SDL fail and we get following message.
    Xlib: connection to ":0.0" refused by server
    Xlib: XDM authorization key matches an existing client!

It succeeds if retrying XOpenDisplay 1 second later
or if running xhost +localhost on shell.

On 2006-01-26 12:55:12 +0000, Hayashi Naoyuki wrote:

Created attachment 42
SDL12-osf1.patch

These problems are fixed with this patch.

On 2006-01-27 11:23:26 +0000, Ryan C. Gordon wrote:

Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL.

--ryan.

On 2006-01-30 13:22:00 +0000, Ryan C. Gordon wrote:

Fixed in CVS now, thanks!

--ryan.

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