Wine 1.2 rc1
-
- Level 1
- Posts: 6
- Joined: Fri May 07, 2010 10:21 am
Wine 1.2 rc1
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.
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.
Wine 1.2 rc1
On Sun, May 23, 2010 at 16:53, lfchisholm <[email protected]> wrote:
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
You're trying to compile Wine...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.
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
-
- Level 1
- Posts: 6
- Joined: Fri May 07, 2010 10:21 am
wine 1.2
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
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
Wine 1.2 rc1
On Sun, May 23, 2010 at 19:41, lfchisholm <[email protected]> wrote:
Compiling Wine is not so hard once you've got all the packages
installed (If you are running 64-bit Fedora, note that there is a
separate page with instructions for 64-bit Linux...)
You basically need to install lots of -devel packages... (I'm not
running fedora, the Wiki (linked in previous post) is probably a much
better source as to which ones..)
Once that is installed, it should compile quite easily... (I prefer to
skip "make install" and to run Wine directly from where it was
compiled...)
Also, when compiling Wine, it might be worth figuring out how to get
the source from git, since it allows you to test a up-to-the-minute
version of Wine (and the downloads for upgrades are smaller.) There is
a wiki page with some information (GitWine AFAIK). (For the first few
times, I would stick to the tar downloads...)
Gert
The Fedora packages does seem out of date...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
Compiling Wine is not so hard once you've got all the packages
installed (If you are running 64-bit Fedora, note that there is a
separate page with instructions for 64-bit Linux...)
You basically need to install lots of -devel packages... (I'm not
running fedora, the Wiki (linked in previous post) is probably a much
better source as to which ones..)
Once that is installed, it should compile quite easily... (I prefer to
skip "make install" and to run Wine directly from where it was
compiled...)
Also, when compiling Wine, it might be worth figuring out how to get
the source from git, since it allows you to test a up-to-the-minute
version of Wine (and the downloads for upgrades are smaller.) There is
a wiki page with some information (GitWine AFAIK). (For the first few
times, I would stick to the tar downloads...)
Gert
Wine 1.2 rc1
On 24 May 2010 06:10, Gert van den Berg <[email protected]> wrote:

But the nice thing about Wine from git is that you can do regression
testing if your Windows app stops working. And regression testing and
bisecting - tracking down the *precise* commit that broke your stuff -
is really pretty easy with git, if you're comfortable with a command
line.
- d.
Yep. Compiling Wine is very easy. It just takes a few hours to compileCompiling Wine is not so hard once you've got all the packages
installed (If you are running 64-bit Fedora, note that there is a
separate page with instructions for 64-bit Linux...)
You basically need to install lots of -devel packages... (I'm not
running fedora, the Wiki (linked in previous post) is probably a much
better source as to which ones..)
Once that is installed, it should compile quite easily... (I prefer to
skip "make install" and to run Wine directly from where it was
compiled...)

Do it with the tarball to make sure you have all the prerequisites.Also, when compiling Wine, it might be worth figuring out how to get
the source from git, since it allows you to test a up-to-the-minute
version of Wine (and the downloads for upgrades are smaller.) There is
a wiki page with some information (GitWine AFAIK). (For the first few
times, I would stick to the tar downloads...)
But the nice thing about Wine from git is that you can do regression
testing if your Windows app stops working. And regression testing and
bisecting - tracking down the *precise* commit that broke your stuff -
is really pretty easy with git, if you're comfortable with a command
line.
- d.
Wine 1.2 rc1
On Mon, May 24, 2010 at 11:47, David Gerard <[email protected]> wrote:
(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))
Gert
Not (the second time) with ccache, make -j5 and a quad core...Yep. Compiling Wine is very easy. It just takes a few hours to compile![]()
(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))
Gert
Re: Wine 1.2 rc1
Like --disable-tests?Gert van den Berg wrote:On Mon, May 24, 2010 at 11:47, David Gerard <[email protected]> wrote:Not (the second time) with ccache, make -j5 and a quad core...Yep. Compiling Wine is very easy. It just takes a few hours to compile![]()
(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))
Gert
I compile wine every day after make distclean with make -j 2 btw, and it only takes a few minutes for me.
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 [email protected] (Core 2 Duo with less cache)
A bit of a typo there: The flag is actually -ftree-vectorize.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 [email protected] (Core 2 Duo with less cache)
-
- Level 1
- Posts: 6
- Joined: Fri May 07, 2010 10:21 am
installing wine
Gert
Not sure you will read this but I am trying to install wine-1.2-rc3
I am running Suse 10.2 32bit
I extracted the file into the download folder
I cd until I got into the tools folder and was in the user logon
I then did a ./wineinstall and it prompted to install as root I answered yes
got down to the question about make install answered yes
then it completed ok.
am I now at a point that if I want to start wine I will have to use command line?
also do I have to run winecfg?
I read and search faq's and it seems there are so many bits and pieces that don't seem to put the whole process into one list of install instructions for tar files.
thank you
Larry
Not sure you will read this but I am trying to install wine-1.2-rc3
I am running Suse 10.2 32bit
I extracted the file into the download folder
I cd until I got into the tools folder and was in the user logon
I then did a ./wineinstall and it prompted to install as root I answered yes
got down to the question about make install answered yes
then it completed ok.
am I now at a point that if I want to start wine I will have to use command line?
also do I have to run winecfg?
I read and search faq's and it seems there are so many bits and pieces that don't seem to put the whole process into one list of install instructions for tar files.
thank you
Larry
Re: installing wine
http://wiki.winehq.org/FAQ#head-83998f2 ... 80c8f22b0blfchisholm wrote: am I now at a point that if I want to start wine I will have to use command line?
also do I have to run winecfg?
You don't need to run winecfg unless you want to change any of the default settings.
Wine 1.2 rc1
On Tue, Jun 15, 2010 at 15:05, lfchisholm <[email protected]> wrote:
that the version you compiled is being run...
(I prefer not to install it (but I only compile the git version
myself) and run it with /path/to/source/wine (It allows you to easily
keep multiple versions lying around...))
Gert
You might want to use /usr/local/bin/wine to start Wine, to ensurethen it completed ok.
am I now at a point that if I want to start wine I will have to use command line?
that the version you compiled is being run...
(I prefer not to install it (but I only compile the git version
myself) and run it with /path/to/source/wine (It allows you to easily
keep multiple versions lying around...))
Gert