<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>More fun building extras/contrib -- SDL this time :)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">I think I see what's occurred on this -- there's a 0 byte file named SDL that was created, therefore a directory of the same name cannot be created.</FONT></P>

<P><FONT FACE="Times New Roman">I went back, manually ran "rm -rf SDL", then reran make, and it continued OK.</FONT>
</P>

<P><FONT FACE="Times New Roman">The "rm -rf SDL" that apparently didn't work is at about line 18 in the build extract from my Cygwin bash below.</FONT>
</P>

<P><FONT FACE="Times New Roman">curl -O </FONT><A HREF="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.5.tar.gz"><U><FONT COLOR="#0000FF" FACE="Times New Roman">http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.5.tar.gz</FONT></U></A>

<BR><FONT FACE="Times New Roman">  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current</FONT>

<BR><FONT FACE="Times New Roman">                                 Dload  Upload   Total   Spent    Left  Speed</FONT>

<BR><FONT FACE="Times New Roman">100 1277k  100 1277k    0     0   100k      0  0:00:12  0:00:12 --:--:--  111k</FONT>

<BR><FONT FACE="Times New Roman">rm -rf SDL_image || true</FONT>

<BR><FONT FACE="Times New Roman">tar xzf SDL_image-1.2.5.tar.gz --exclude='[*?:<>\|]'</FONT>

<BR><FONT FACE="Times New Roman">mv SDL_image-1.2.5 SDL_image || true</FONT>

<BR><FONT FACE="Times New Roman">touch SDL_image</FONT>

<BR><FONT FACE="Times New Roman">patch -p 0 < Patches/SDL_image.patch</FONT>

<BR><FONT FACE="Times New Roman">patching file SDL_image/Makefile.am</FONT>

<BR><FONT FACE="Times New Roman">Hunk #1 succeeded at 35 with fuzz 2 (offset 3 lines).</FONT>

<BR><FONT FACE="Times New Roman">patching file SDL_image/Makefile.in</FONT>

<BR><FONT FACE="Times New Roman">Hunk #1 succeeded at 256 with fuzz 1 (offset 1 line).</FONT>

<BR><FONT FACE="Times New Roman">curl -O </FONT><A HREF="http://www.libsdl.org/release/SDL-1.2.11.tar.gz"><U><FONT COLOR="#0000FF" FACE="Times New Roman">http://www.libsdl.org/release/SDL-1.2.11.tar.gz</FONT></U></A>

<BR><FONT FACE="Times New Roman">  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current</FONT>

<BR><FONT FACE="Times New Roman">                                 Dload  Upload   Total   Spent    Left  Speed</FONT>

<BR><FONT FACE="Times New Roman">100 2730k  100 2730k    0     0   123k      0  0:00:22  0:00:22 --:--:--  131k</FONT>

<BR><FONT FACE="Times New Roman">rm -rf SDL || true</FONT>

<BR><FONT FACE="Times New Roman">tar xzf SDL-1.2.11.tar.gz --exclude='[*?:<>\|]'</FONT>

<BR><FONT FACE="Times New Roman">mv SDL-1.2.11 SDL || true</FONT>

<BR><FONT FACE="Times New Roman">mv: cannot move `SDL-1.2.11' to `SDL': Permission denied</FONT>

<BR><FONT FACE="Times New Roman">touch SDL</FONT>

<BR><FONT FACE="Times New Roman">(cd SDL; CC="gcc -mno-cygwin -isystem /usr/include/mingw" CXX="g++ -mno-cygwin -</FONT>

<BR><FONT FACE="Times New Roman">isystem /usr/include/mingw" ./configure --host=i686-pc-mingw32 --build=i686-pc-c</FONT>

<BR><FONT FACE="Times New Roman">ygwin --without-pic --disable-shared --enable-msw --with-included-opencdk --with</FONT>

<BR><FONT FACE="Times New Roman">-included-libtasn1 --disable-dependency-tracking --prefix=/home/mfm/vlc-trunk/ex</FONT>

<BR><FONT FACE="Times New Roman">tras/contrib --disable-audio --disable-video-x11 --disable-video-aalib --disable</FONT>

<BR><FONT FACE="Times New Roman">-video-dga --disable-video-fbcon --disable-video-directfb --disable-video-ggi --</FONT>

<BR><FONT FACE="Times New Roman">disable-video-svga --disable-directx --enable-joystick --disable-cdrom --disable</FONT>

<BR><FONT FACE="Times New Roman">-threads --disable-sdl-dlopen CFLAGS="-I/home/mfm/vlc-trunk/extras/contrib/inclu</FONT>

<BR><FONT FACE="Times New Roman">de -mno-cygwin -isystem /usr/include/mingw -mno-cygwin -isystem /usr/include/min</FONT>

<BR><FONT FACE="Times New Roman">gw -I/include" && make && make install)</FONT>

<BR><FONT FACE="Times New Roman">/bin/sh: line 0: cd: SDL: Not a directory</FONT>

<BR><FONT FACE="Times New Roman">/bin/sh: ./configure: No such file or directory</FONT>

<BR><FONT FACE="Times New Roman">make[1]: *** [.SDL] Error 127</FONT>

<BR><FONT FACE="Times New Roman">make[1]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src'</FONT>

<BR><FONT FACE="Times New Roman">make: *** [src] Error 2</FONT>
</P>

</BODY>
</HTML>