ryanwoodsmall / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Libgd.org unreachable #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I checked out the script from the trunk SVN repo, and got stopped when the 
script tried to dowload gd:

--- snip ---
downloading file http://www.libgd.org/releases/gd-2.0.36RC1.tar.bz2 to 
/Users/mike/wine/source/gd-2.0.36RC1.tar.bz2

curl: (7) couldn't connect to host
could not download http://www.libgd.org/releases/gd-2.0.36RC1.tar.bz2 - exiting

GDFILE="${GDVER}.tar.bz2"
--- snip ---

By changing the variable to the following, I got it to run:

GDVER="2_0_34RC1"
GDFILE="GD_${GDVER}.tar.bz2"
GDSHA1SUM="e9b90fec3dada49efa1961e28dba9d5804493b20"
GDURL="https://bitbucket.org/pierrejoye/gd-libgd/get/${GDFILE}"

Original issue reported on code.google.com by m...@ostertoaster.com on 2 Apr 2011 at 6:41

GoogleCodeExporter commented 9 years ago
Thanks for the catch!  Just checked in a change with a code.google.com mirror 
of the file and Wine 1.3.17. -r

Original comment by rwoodsm...@gmail.com on 2 Apr 2011 at 11:32

GoogleCodeExporter commented 9 years ago
I'm sorry--I spoke too soon. I'm still not getting all the way compiled. 

I also had to change GDDIR to:

GDDIR="pierrejoye-gd-libgd-72a0bd3e3d73"

Even still, it dies about here:

x pierrejoye-gd-libgd-72a0bd3e3d73/src/webpng.c
x pierrejoye-gd-libgd-72a0bd3e3d73/src/windows/.cvsignore
x pierrejoye-gd-libgd-72a0bd3e3d73/src/windows/Makefile
x pierrejoye-gd-libgd-72a0bd3e3d73/src/windows/libgd.rc
successfully extracted /Users/mike/wine/source/GD_2_0_34RC1.tar.bz2
running './configure --prefix=/Users/mike/wine/wine-1.3.16 
--with-png=/Users/mike/wine/wine-1.3.16 
--with-freetype=/Users/mike/wine/wine-1.3.16 
--with-fontconfig=/Users/mike/wine/wine-1.3.16 
--with-jpeg=/Users/mike/wine/wine-1.3.16' in 
/Users/mike/wine/build/pierrejoye-gd-libgd-72a0bd3e3d73
./osxwinebuild.sh: line 502: ./configure: No such file or directory
could not run configure command './configure 
--prefix=/Users/mike/wine/wine-1.3.16 --with-png=/Users/mike/wine/wine-1.3.16 
--with-freetype=/Users/mike/wine/wine-1.3.16 
--with-fontconfig=/Users/mike/wine/wine-1.3.16 
--with-jpeg=/Users/mike/wine/wine-1.3.16' in 
/Users/mike/wine/build/pierrejoye-gd-libgd-72a0bd3e3d73 - exiting

Original comment by m...@ostertoaster.com on 3 Apr 2011 at 5:45

GoogleCodeExporter commented 9 years ago
Check out the last revision. Should now be fixed.

Original comment by rwoodsm...@gmail.com on 3 Apr 2011 at 6:09

GoogleCodeExporter commented 9 years ago
It is--thanks!

Original comment by m...@ostertoaster.com on 3 Apr 2011 at 10:40