LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Where is xf86.h? (https://www.linuxquestions.org/questions/suse-opensuse-60/where-is-xf86-h-511845/)

v8hadas 12-19-2006 02:49 AM

Where is xf86.h?
 
Hi There,

I need to compile a driver for a touchscreen and that requires quite some header files including:
misc.h, xf86.h, xf86_ansic.h, xf86_libc.h, xf86_OSproc.h, xf86Xinput.h, xisb.h and exevents.h.

I have installed plenty of packages on my box running SuSE 10 like kdesdk3, kdesdk3-devel xorg-x11-devel and the file is still missing after doing a find on / as root.

Could someone please let me know where those are?

Thanks,
Sandor

jschiwal 12-19-2006 03:01 AM

Those all look like X11 header files. Try installing the xorg-x11-server-sdk package. The readme file for your touchscreen software will probably say what you require as well.

v8hadas 12-19-2006 03:07 AM

Hmm, it is rather strange. I have xorg-x11-server package when I open YAST2 but there is no xorg-x11-server-sdk listed. What am I doing wrong?

jschiwal 12-19-2006 03:12 AM

Go to the http://rpm.pbone.org website. Select advanced search and select your SuSE distro version.
You will get better results using just "X11" as the search term.

v8hadas 12-19-2006 04:26 AM

I tried the search and the result is:
"
FILE WASN'T FOUND IN ANY RPM FILE. TRYING TO SEARCH THIS FILE ON FTP SERVERS
You have chosen search rpm in world FTP resources.

Your search xorg-x11-server-sdk did not match any entry in database.
If you didn't do it, try add to searched space more distributions and repositories.
"

Hmm, I still wonder what to do.

v8hadas 12-19-2006 04:29 AM

Actually, when all is checked not just SuSE 10.1, it finds some.

v8hadas 12-19-2006 04:46 AM

Ok, I downloaded and installed the package xorg-x11-server-sdk using rpm -ivh xorg-x11-server-7.1.33.src.rpm. When I search my /, there is still no xf86.h or any other files listed in the first post.

Do you have any clue?

jschiwal 12-19-2006 08:44 AM

You can list the files with the command "rpm -ql <package-name>". The pbone site also lists the contents of the package. It won't end up in the root (/) directory.


All times are GMT -5. The time now is 06:16 AM.