Results 1 to 5 of 5
I just installed Mandriva Linux on my laptop. I accedentally erased Windows; oh well. Windows sucks anyway. I am trying to compile the source code of id Software's Doom (with ...
- 01-12-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 3
Linux Newbie
I just installed Mandriva Linux on my laptop. I accedentally erased Windows; oh well. Windows sucks anyway. I am trying to compile the source code of id Software's Doom (with some modifications, of course
), and I am missing some files including "Xlib.h" (they all start with the leter "X", so I'm assuming they're related)/ Does anyone know what RPM package I need to get to sucessfully compile Doom (I"m using GCC)?
- 01-13-2008 #2
maybe the x window development libraries?
- 01-13-2008 #3
I don't know the exact name of the package, but it will probably be something like x-dev or xdev or xlib-dev or something like that. coopstah is correct: you're looking for the X API headers.
DISTRO=Arch
Registered Linux User #388732
- 01-13-2008 #4Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
On my F7 system Xlib.h is in the libX11-devel package.
- 01-13-2008 #5Just Joined!
- Join Date
- Jan 2008
- Posts
- 3
Thank you!


Reply With Quote