[vlc-devel] More fun building extras/contrib -- SDL this time :)

Mark Moriarty mfmbusiness at earthlink.net
Tue Nov 7 22:31:04 CET 2006


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.

I went back, manually ran "rm -rf SDL", then reran make, and it continued
OK.

The "rm -rf SDL" that apparently didn't work is at about line 18 in the
build extract from my Cygwin bash below.

curl -O
http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.5.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100 1277k  100 1277k    0     0   100k      0  0:00:12  0:00:12 --:--:--
111k
rm -rf SDL_image || true
tar xzf SDL_image-1.2.5.tar.gz --exclude='[*?:<>\|]'
mv SDL_image-1.2.5 SDL_image || true
touch SDL_image
patch -p 0 < Patches/SDL_image.patch
patching file SDL_image/Makefile.am
Hunk #1 succeeded at 35 with fuzz 2 (offset 3 lines).
patching file SDL_image/Makefile.in
Hunk #1 succeeded at 256 with fuzz 1 (offset 1 line).
curl -O http://www.libsdl.org/release/SDL-1.2.11.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100 2730k  100 2730k    0     0   123k      0  0:00:22  0:00:22 --:--:--
131k
rm -rf SDL || true
tar xzf SDL-1.2.11.tar.gz --exclude='[*?:<>\|]'
mv SDL-1.2.11 SDL || true
mv: cannot move `SDL-1.2.11' to `SDL': Permission denied
touch SDL
(cd SDL; CC="gcc -mno-cygwin -isystem /usr/include/mingw" CXX="g++
-mno-cygwin -
isystem /usr/include/mingw" ./configure --host=i686-pc-mingw32
--build=i686-pc-c
ygwin --without-pic --disable-shared --enable-msw --with-included-opencdk
--with
-included-libtasn1 --disable-dependency-tracking
--prefix=/home/mfm/vlc-trunk/ex
tras/contrib --disable-audio --disable-video-x11 --disable-video-aalib
--disable
-video-dga --disable-video-fbcon --disable-video-directfb
--disable-video-ggi --
disable-video-svga --disable-directx --enable-joystick --disable-cdrom
--disable
-threads --disable-sdl-dlopen
CFLAGS="-I/home/mfm/vlc-trunk/extras/contrib/inclu
de -mno-cygwin -isystem /usr/include/mingw -mno-cygwin -isystem
/usr/include/min
gw -I/include" && make && make install)
/bin/sh: line 0: cd: SDL: Not a directory
/bin/sh: ./configure: No such file or directory
make[1]: *** [.SDL] Error 127
make[1]: Leaving directory `/home/mfm/vlc-trunk/extras/contrib/src'
make: *** [src] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20061107/241b4143/attachment.html>


More information about the vlc-devel mailing list