LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-31-2004, 09:05 AM   #1
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Rep: Reputation: 35
x development files not found during wine ./configure


i got this message while trying to configure wine:

*** Warning: X development files not found. Wine will be built without
*** X support, which currently does not work, and would probably not be
*** what you want anyway. You will need to install devel packages of
*** Xlib/Xfree86 at the very least.

im not too sure what exact packages they are refering to. Any help would be appreciated.
 
Old 12-31-2004, 03:03 PM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Should be a rpm called Xorg-6.x.x-devel or Xfree86-4.x.x-devel available. You will need this for anything that you want to compile with a gui. Check on your installation cd's.

Last edited by __J; 12-31-2004 at 03:12 PM.
 
Old 04-18-2005, 07:45 AM   #3
Doinkxs
LQ Newbie
 
Registered: Mar 2005
Location: UK
Posts: 14

Rep: Reputation: 0
I have same problem, im total nb in linux, (installed Mandrake 10.1 two weeks ago) so i tried to search with urpmi, but get next:

[root@Doink /]# urpmi -v xorg
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.update_source.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.contrib.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.main.cz]
The following packages contain xorg:
libxorg-x11
libxorg-x11-devel
libxorg-x11-static-devel
xorg-x11
xorg-x11-100dpi-fonts
xorg-x11-75dpi-fonts
xorg-x11-Xnest
xorg-x11-Xvfb
xorg-x11-cyrillic-fonts
xorg-x11-doc
xorg-x11-glide-module
xorg-x11-server
xorg-x11-xfs

[root@Doink /]# urpmi -v Xfree86
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.update_source.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.contrib.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.main.cz]
The following packages contain Xfree86:
XFree86-3DLabs
XFree86-8514
XFree86-AGX
XFree86-FBDev
XFree86-I128
XFree86-Mach32
XFree86-Mach64
XFree86-Mach8
XFree86-Mono
XFree86-P9000
XFree86-S3
XFree86-S3V
XFree86-SVGA
XFree86-VGA16
XFree86-W32
XFree86-compat-libs
XFree86-server-common

.......i know rpmfind.net, and find rpms what you are talking about, but i wonder is relation between packages you are talking about and the list that urpmi command gave me, also do i need them?
...and one more, like i understand in this way packages where not installed, just list of available one, right? should i whrite full name in case i want to install one from this list, example: urpmi XFree86-3DLabs?

Big Thanx.
Doink
 
Old 04-18-2005, 10:30 AM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Quote:
Originally posted by Doinkxs


[root@Doink /]# urpmi -v Xfree86
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.update_source.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.contrib.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.main.cz]
The following packages contain Xfree86:
XFree86-3DLabs
XFree86-8514
XFree86-AGX
XFree86-FBDev
XFree86-I128
XFree86-Mach32
XFree86-Mach64
XFree86-Mach8
XFree86-Mono
XFree86-P9000
XFree86-S3
XFree86-S3V
XFree86-SVGA
XFree86-VGA16
XFree86-W32
XFree86-compat-libs
XFree86-server-common

.......i know rpmfind.net, and find rpms what you are talking about, but i wonder is relation between packages you are talking about and the list that urpmi command gave me, also do i need them?
...and one more, like i understand in this way packages where not installed, just list of available one, right? should i whrite full name in case i want to install one from this list, example: urpmi XFree86-3DLabs?

Big Thanx.
Doink
Xorg and XFree86 are two different things - make sure you are not mixing them together. you have Xorg installed ( not many distro's still use XFree86 anymore), so make sure all the packages you are getting are for Xorg AND for Mandrake 10.1 ( don't go grab suse packages or Fedora packages, the more you stick with official packages the cleaner you system will stay).

Quote:

examining synthesis file [/var/lib/urpmi/synthesis.hdlist.update_source.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.contrib.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.main.cz]
The following packages contain xorg:
libxorg-x11
libxorg-x11-devel
libxorg-x11-static-devel
xorg-x11
xorg-x11-100dpi-fonts
xorg-x11-75dpi-fonts
xorg-x11-Xnest
xorg-x11-Xvfb
xorg-x11-cyrillic-fonts
xorg-x11-doc
xorg-x11-glide-module
xorg-x11-server
xorg-x11-xfs
those two are what you want, but remember on an rpm distro if you didn't install everything development related during install it's gonna take you some time to get the system set up to compile.
if you are planning on compiling, make sure you have a complete development environment ( if you're not hurting for harddrive space, just install everything development related you can find in rpmdrake, this will save you some headaches.)
 
Old 04-18-2005, 05:07 PM   #5
Doinkxs
LQ Newbie
 
Registered: Mar 2005
Location: UK
Posts: 14

Rep: Reputation: 0
Thank you _J, i just missed your word or, got it like and , my fault...
My way of getting things is slow and i still haven't installed xfree86 (but i did xorg)..and of course for mandrake but tnx anyway...
So far i will try not to install everything to my system, ill do it step by step to figure out what it for (now i know smf about xorg!)
This was my first tar.gz installation and i think i done it
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wine: x development files not found... guy24x Mandriva 1 03-05-2005 06:03 AM
wine: x development files not found... guy24x Linux - Software 2 03-05-2005 04:59 AM
Installing development files... jnassiri Linux - General 1 08-22-2004 01:25 AM
X development files not found eam Linux - Software 2 11-25-2003 11:54 PM
libglade development files DennisG Linux - Software 1 09-12-2003 10:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration