project-navigation
News
Download
Forum
Contribute
Media
FAQ
About
Contact
Personal tools
Login
Register
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New board
Home
Help
Search
Login
Register
UFO:Alien Invasion
»
Technical support
»
Feature Requests
»
ref_glx.so: undefined symbol: XF86VidModeQueryVersion
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: ref_glx.so: undefined symbol: XF86VidModeQueryVersion (Read 2146 times)
thetargos
Guest
ref_glx.so: undefined symbol: XF86VidModeQueryVersion
«
on:
April 05, 2007, 08:55:59 am »
Just stumbled into another brick wall... this error message which I don't know how to interpret. Any pointers appreciated, though.
Logged
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
ref_glx.so: undefined symbol: XF86VidModeQueryVersion
«
Reply #1 on:
April 05, 2007, 09:10:12 am »
you have two options here:
* use sdl renderer - ./ufo +set vid_ref sdl
* change this function in your code - XF86VidMode... should be XVidMode - same applies for XF85DGA... calls - they should be XDGA.. calls.
these change are easy and you should make them in src/ports/linux/gl_glx.c and recompile. Currently the autodetection in our configure script lacks the supports for this - i'm sorry.
anyone can handle autoconf configure.ac?
Logged
thetargos
Guest
ref_glx.so: undefined symbol: XF86VidModeQueryVersion
«
Reply #2 on:
April 05, 2007, 09:16:46 am »
Thanks a lot, I'll try both, one for testing current build and the other for deffinitive fix. Thanks a LOT (maybe some #ifdefs are in order in gl_glx.c? Just an idea, I'm by no means, a coder)
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
UFO:Alien Invasion
»
Technical support
»
Feature Requests
»
ref_glx.so: undefined symbol: XF86VidModeQueryVersion