WineHQ on Mac OS X
-
- Newbie
- Posts: 2
- Joined: Mon Apr 13, 2009 4:29 pm
WineHQ on Mac OS X
Hello,
I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ?
I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19
Thank you,
I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ?
I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19
Thank you,
WineHQ on Mac OS X
On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:
./configure for you.
If you want to use the typical Unix build method, you'll need to build
and install Wine's dependencies (libpng, libjpeg, libxml, etc.), then
get wine's source and build with ./configure && make depend && make.
--
-Austin
It seems to piggyback on the darwine build script, which launchesHello,
I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ?
I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19
Thank you,
./configure for you.
If you want to use the typical Unix build method, you'll need to build
and install Wine's dependencies (libpng, libjpeg, libxml, etc.), then
get wine's source and build with ./configure && make depend && make.
--
-Austin
-
- Newbie
- Posts: 2
- Joined: Mon Apr 13, 2009 4:29 pm
Re: WineHQ on Mac OS X
austin987 wrote:On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:It seems to piggyback on the darwine build script, which launchesHello,
I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ?
I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19
Thank you,
./configure for you.
If you want to use the typical Unix build method, you'll need to build
and install Wine's dependencies (libpng, libjpeg, libxml, etc.), then
get wine's source and build with ./configure && make depend && make.
--
-Austin
I stupidely forgot to download Wine source

WineHQ on Mac OS X
LaurentR2D2 <[email protected]> wrote on April 13th:
James McKenzie
It appears that the script is not able to download the Wine distribution file. I was able to get the file. I will look at the script later this evening to see if you have to create this directory but unbzip2ing and untaring the file first.
austin987 wrote:On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:
It seems to piggyback on the darwine build script, which launchesHello,
I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ?
I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19
Thank you,
./configure for you.
If you want to use the typical Unix build method, you'll need to build
and install Wine's dependencies (libpng, libjpeg, libxml, etc.), then
get wine's source and build with ./configure && make depend && make.
--
-Austin
It tries to launch it, but fails like this :
./create_darwine_distrib.sh 1.1.19 /Users/Laurent/Downloads/Darwine/wine-1.1.19
# Packaging Darwine for version 1.1.19 using Wine sources in /Users/Laurent/Downloads/Darwine/wine-1.1.19...
# Building Wine in /Users/Laurent/Downloads/Darwine/wine-1.1.19 (warning: takes a long time)...
./create_darwine_distrib.sh: line 86: cd: /Users/Laurent/Downloads/Darwine/wine-1.1.19: No such file or directory
Without the directory, this file will not exist../create_darwine_distrib.sh: line 89: ./configure: No such file or directory
James McKenzie
Why not use a package manager?
By the way, unless you're really trying to customize the install, it's easier to get Wine through macports than to build it yourself. Macports is a package manager that will download and build wine (you'd want to install wine-devel, not wine) and all its dependencies for you. Because they just distribute source tarballs that are compiled locally, it usually only takes them 2-3 days to get the latest version of Wine.[
Re: Why not use a package manager?
+1 on that. Also, consider getting yourself the latest RC of XQuartz 2.3.3 for best results.bkap wrote:By the way, unless you're really trying to customize the install, it's easier to get Wine through macports than to build it yourself.
WineHQ on Mac OS X
0xbc <[email protected]> wrote on April 15th:
James McKenzie
Why has this not been released, yet? It would allow Wine for MacOSX and CrossOver for Mac to remove the OpenGL fixes that are in place now. Have you found any problems with the rc that you know of as related to Wine and the ability to use programs that have an opengl option.?
bkap wrote:+1 on that. Also, consider getting yourself the latest RC of XQuartz 2.3.3 for best results.By the way, unless you're really trying to customize the install, it's easier to get Wine through macports (http://www.macports.org) than to build it yourself.
James McKenzie
WineHQ on Mac OS X
Lots of little bugs have popped up over the course of the RCs.
Xquartz 2.3.3 rc5 is the latest, and I've had exactly zero trouble
since rc2. The Xquartz team has been looking specifically at Wine in
some of their test cases/bug reports, and most of the kinks there are
ironed out. It should be "soon," but I can personally attest to no
show-stoppers for awhile now.
ryan woodsmall
[email protected]
"Be well, do good work, and keep in touch." - Garrison Keillor
On Apr 15, 2009, at 7:26 AM, James Mckenzie wrote:
Xquartz 2.3.3 rc5 is the latest, and I've had exactly zero trouble
since rc2. The Xquartz team has been looking specifically at Wine in
some of their test cases/bug reports, and most of the kinks there are
ironed out. It should be "soon," but I can personally attest to no
show-stoppers for awhile now.
ryan woodsmall
[email protected]
"Be well, do good work, and keep in touch." - Garrison Keillor
On Apr 15, 2009, at 7:26 AM, James Mckenzie wrote:
0xbc <[email protected]> wrote on April 15th:Why has this not been released, yet? It would allow Wine for MacOSX
bkap wrote:+1 on that. Also, consider getting yourself the latest RC ofBy the way, unless you're really trying to customize the install,
it's easier to get Wine through macports (http://
www.macports.org) than to build it yourself.
XQuartz 2.3.3 for best results.
and CrossOver for Mac to remove the OpenGL fixes that are in place
now. Have you found any problems with the rc that you know of as
related to Wine and the ability to use programs that have an opengl
option.?
James McKenzie
WineHQ on Mac OS X
On Wed, Apr 15, 2009 at 7:07 PM, ryan woodsmall <[email protected]> wrote:
everything passes (try dual booting with a Linux install as a
baseline).
--
-Austin
You might try running the wine test suite under it to make sureLots of little bugs have popped up over the course of the RCs. Â Xquartz
2.3.3 rc5 is the latest, and I've had exactly zero trouble since rc2. The
Xquartz team has been looking specifically at Wine in some of their test
cases/bug reports, and most of the kinks there are ironed out. Â It should be
"soon," but I can personally attest to no show-stoppers for awhile now.
everything passes (try dual booting with a Linux install as a
baseline).
--
-Austin
WineHQ on Mac OS X
LaurentR2D2 wrote:
is not downloading when asked for or you did not download and stage it
yourself.
I had no problems downloading the source last night.
James McKenzie
I think that I stated this earlier, but it appears that either the fileaustin987 wrote:
On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:
It seems to piggyback on the darwine build script, which launchesHello,
I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ?
I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19
Thank you,
./configure for you.
If you want to use the typical Unix build method, you'll need to build
and install Wine's dependencies (libpng, libjpeg, libxml, etc.), then
get wine's source and build with ./configure && make depend && make.
--
-Austin
It tries to launch it, but fails like this :
./create_darwine_distrib.sh 1.1.19 /Users/Laurent/Downloads/Darwine/wine-1.1.19
# Packaging Darwine for version 1.1.19 using Wine sources in /Users/Laurent/Downloads/Darwine/wine-1.1.19...
# Building Wine in /Users/Laurent/Downloads/Darwine/wine-1.1.19 (warning: takes a long time)...
./create_darwine_distrib.sh: line 86: cd: /Users/Laurent/Downloads/Darwine/wine-1.1.19: No such file or directory
./create_darwine_distrib.sh: line 89: ./configure: No such file or directory
***** Error: Can't build wine
is not downloading when asked for or you did not download and stage it
yourself.
I had no problems downloading the source last night.
James McKenzie
WineHQ on Mac OS X
0xbc wrote:
packages that do not leave code all over your hard drive. He has an
OpenGL fix in his build packages. However, I do wish that XQuartz 2.3.3
was out with the fixes where they belong.
James McKenzie
Mike Kronenberg provides Wine for MacOSX builds that are drag-n-dropbkap wrote:
+1 on that. Also, consider getting yourself the latest RC of XQuartz 2.3.3 for best results.By the way, unless you're really trying to customize the install, it's easier to get Wine through macports (http://www.macports.org) than to build it yourself.
packages that do not leave code all over your hard drive. He has an
OpenGL fix in his build packages. However, I do wish that XQuartz 2.3.3
was out with the fixes where they belong.
James McKenzie