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,
On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <wineforum-user at winehq.org> 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
austin987 wrote:> On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <wineforum-user at winehq.org> 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. > > -- > -AustinIt 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
LaurentR2D2 <wineforum-user at winehq.org> wrote on April 13th:> > >austin987 wrote: >> On Mon, Apr 13, 2009 at 4:34 PM, LaurentR2D2 <wineforum-user at winehq.org> 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 directoryIt 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 directoryWithout the directory, this file will not exist. James McKenzie
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. 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 <wineforum-user at winehq.org> 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