trying to install this new release and got this message. I tried to locate the dev. pkgs but no luck. yum install did not bring back anything. also tried to search on Fedora to loacate them to install but no luck. any help would be appreciated. Larry checking for X... no configure: error: X development files not found. Wine will be built without X support, which probably isn't what you want. You will need to install development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this.
On Sun, May 23, 2010 at 16:53, lfchisholm <wineforum-user at winehq.org> wrote:> trying to install this new release and got this message. > I tried to locate the dev. pkgs but no luck. > yum install did not bring back anything. > also tried to search on Fedora to loacate them to install but no luck. > any help would be appreciated. > Larry > > checking for X... no > configure: error: X development files not found. Wine will be built > without X support, which probably isn't what you want. You will need to install > development packages of Xlib/Xfree86 at the very least. > Use the --without-x option if you really want this. >You're trying to compile Wine... If this is what you want to do, see here: http://wiki.winehq.org/Recommended_Packages What you probably want: http://fedoraproject.org/wiki/AndreasBierfert/Wine Gert
Thank you Gert perhaps I should wait a couple of weeks as wine should release a new version on June 8th and Fedora will be on final 13 release. Larry
Gert van den Berg wrote:> On Mon, May 24, 2010 at 11:47, David Gerard <dgerard at gmail.com> wrote: > > > > > Yep. Compiling Wine is very easy. It just takes a few hours to compile :-) > > > > Not (the second time) with ccache, make -j5 and a quad core... > (Running Gentoo when buying CPU was main reason for the choice...) > > Wine is quite large though, it takes several times longer than the > Linux kernel to compile... (Not sure if user-focused configure options > is documented somewhere that compiles it without developer focused > parts (like tests, etc)) > > GertLike --disable-tests? I compile wine every day after make distclean with make -j 2 btw, and it only takes a few minutes for me.
compiling with Phenom X955 @ 3.5Ghz it take about 40 minutes
GCC 4.3+ with -ftree-vectorization speeds up compile times a lot, in my experience. My compiles only take around 8 minutes with a Pentium E5200 at 3.6ghz (Core 2 Duo with less cache)
DL wrote:> GCC 4.3+ with -ftree-vectorization speeds up compile times a lot, in my experience. My compiles only take around 8 minutes with a Pentium E5200 at 3.6ghz (Core 2 Duo with less cache)A bit of a typo there: The flag is actually -ftree-vectorize.