LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Xlib.h and Xutil.h (https://www.linuxquestions.org/questions/linux-newbie-8/xlib-h-and-xutil-h-447759/)

mrHoff 05-23-2006 11:56 AM

Xlib.h and Xutil.h
 
I'm compiling a simple c source to test X programming. But, I don't have the above mentioned libraries. How do I get them? (Fedora Core 5)

acid_kewpie 05-23-2006 12:32 PM

install xorg-x11-devel through yum i assume

mrHoff 05-23-2006 12:53 PM

your right - it worked! thanks [edit] Actually - it didn't work!! - that package is not in my list of available packages. viewed by typing "yum list available"

extracts:

Code:

[...]
xmms-speex.i386                          0.9.1-5                extras
xmms-xosd.i386                          2.2.14-6.fc5          extras
xom.noarch                              1.0-1jpp              jpackage-generic
xom-demo.noarch                          1.0-1jpp              jpackage-generic
xom-javadoc.noarch                      1.0-1jpp              jpackage-generic
xorg-x11-drv-fglrx.i386                  8.24.8-3.lvn5          livna
xorg-x11-drv-fglrx-devel.i386            8.24.8-3.lvn5          livna
xorg-x11-drv-nvidia.i386                1.0.8756-3.lvn5        livna
xorg-x11-drv-nvidia-devel.i386          1.0.8756-3.lvn5        livna
xorg-x11-drv-tek4957.i386                1.0.0.1-1.2            core
xorg-x11-drv-via-devel.i386              0.1.33.2-2            core
xorg-x11-fonts-ISO8859-14-100dpi.noarch  7.0-3                  core
xorg-x11-fonts-ISO8859-14-75dpi.noarch  7.0-3                  core
xorg-x11-fonts-ISO8859-15-100dpi.noarch  7.0-3                  core
[...]


acid_kewpie 05-23-2006 02:13 PM

oh yeah, fc5 split Xorg into dozens of seperate packages... looks like you want xorg-x11-proto-devel

mrHoff 05-23-2006 03:11 PM

ok cheers! now it works!


All times are GMT -5. The time now is 03:29 AM.