WineHQ on Mac OS X

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
LaurentR2D2
Newbie
Newbie
Posts: 2
Joined: Mon Apr 13, 2009 4:29 pm

WineHQ on Mac OS X

Post by LaurentR2D2 »

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,
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

WineHQ on Mac OS X

Post by austin987 »

On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:
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,





It seems to piggyback on the darwine build script, which launches
./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
LaurentR2D2
Newbie
Newbie
Posts: 2
Joined: Mon Apr 13, 2009 4:29 pm

Re: WineHQ on Mac OS X

Post by LaurentR2D2 »

austin987 wrote:On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:
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,





It seems to piggyback on the darwine build script, which launches
./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 :))) Sorry for the noise...
James Mckenzie

WineHQ on Mac OS X

Post by James Mckenzie »

LaurentR2D2 <[email protected]> wrote on April 13th:

austin987 wrote:
On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:
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,






It seems to piggyback on the darwine build script, which launches
./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
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.
./create_darwine_distrib.sh: line 89: ./configure: No such file or directory
Without the directory, this file will not exist.

James McKenzie
bkap
Newbie
Newbie
Posts: 1
Joined: Tue Apr 14, 2009 7:49 am

Why not use a package manager?

Post by bkap »

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.[
0xbc
Level 1
Level 1
Posts: 5
Joined: Fri Mar 13, 2009 6:51 pm

Re: Why not use a package manager?

Post by 0xbc »

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.
+1 on that. Also, consider getting yourself the latest RC of XQuartz 2.3.3 for best results.
James Mckenzie

WineHQ on Mac OS X

Post by James Mckenzie »

0xbc <[email protected]> wrote on April 15th:

bkap wrote:
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.
+1 on that. Also, consider getting yourself the latest RC of XQuartz 2.3.3 for best results.
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.?

James McKenzie
ryan woodsmall

WineHQ on Mac OS X

Post by ryan woodsmall »

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:
0xbc <[email protected]> wrote on April 15th:

bkap wrote:
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.
+1 on that. Also, consider getting yourself the latest RC of
XQuartz 2.3.3 for best results.
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.?

James McKenzie
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

WineHQ on Mac OS X

Post by austin987 »

On Wed, Apr 15, 2009 at 7:07 PM, ryan woodsmall <[email protected]> wrote:
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.
You might try running the wine test suite under it to make sure
everything passes (try dual booting with a Linux install as a
baseline).

--
-Austin
James McKenzie

WineHQ on Mac OS X

Post by James McKenzie »

LaurentR2D2 wrote:
austin987 wrote:
On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <[email protected]> wrote:

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,







It seems to piggyback on the darwine build script, which launches
./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
I think that I stated this earlier, but it appears that either the file
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
James McKenzie

WineHQ on Mac OS X

Post by James McKenzie »

0xbc wrote:
bkap wrote:
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.
+1 on that. Also, consider getting yourself the latest RC of XQuartz 2.3.3 for best results.

Mike Kronenberg provides Wine for MacOSX builds that are drag-n-drop
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
Locked