I just realised that I was getting the message no rule to build target Debug. But inspite of this exe gets created. I am thoroughly confused now :(
Running project pre-build steps
make
make all-recursive
make[1]: Entering directory `/home/SONY/vlc'
Making all in po
make[1]: Leaving directory `/home/SONY/vlc'
make package-win32-base
OK.
OK.
cp "./bin/.libs/vlc.exe" "./vlc-1.1.0-rc3/"
cp "./bin/.libs/vlc-cache-gen.exe" "./vlc-1.1.0-rc3/"
cp "./extras/package/win32/vlc.exe.manifest" "./vlc-1.1.0-rc3/"
cp "./extras/package/win32/libvlc.dll.manifest" "./vlc-1.1.0-rc3/"
cp "./src/.libs/libvlccore.dll" "./vlc-1.1.0-rc3/"
cp "./src/.libs/libvlc.dll" "./vlc-1.1.0-rc3/"
for file in AUTHORS THANKS ; \
do sed 's/@/_AT_/' < "./$file" > "./vlc-1.1.0-rc3/${file}.txt" ; done;
for file in NEWS COPYING README; \
do cp "./$file" "./vlc-1.1.0-rc3/${file}.txt"; done
unix2dos: converting file ./vlc-1.1.0-rc3/AUTHORS.txt to DOS format ...
unix2dos: can not write to output file
unix2dos: problems converting file ./vlc-1.1.0-rc3/AUTHORS.txt
unix2dos "./vlc-1.1.0-rc3/"*.txt || echo "WARNING: this shouldn't happen"
WARNING: this shouldn't happen
cp ./share/vlc.ico ./vlc-1.1.0-rc3/
mkdir -p ./vlc-1.1.0-rc3/locale
cat ./po/LINGUAS | while read i; do \
mkdir -p "./vlc-1.1.0-rc3/locale/${i}/LC_MESSAGES" ; \
cp "./po/${i}.gmo" \
"./vlc-1.1.0-rc3/locale/${i}/LC_MESSAGES/vlc.mo" || true ; \
done
mkdir -p ./vlc-1.1.0-rc3/locale/qt4/
cp C:/msys/1.0/win32/share/qt4/translations//*.qm ./vlc-1.1.0-rc3/locale/qt4/ || true
cp: cannot stat `C:/msys/1.0/win32/share/qt4/translations//*.qm': No such file or directory
mkdir -p "./vlc-1.1.0-rc3/mozilla"
cp ./projects/mozilla/.libs/npvlc.dll ./vlc-1.1.0-rc3/mozilla/
cp ./projects/mozilla/npvlc.dll.manifest ./vlc-1.1.0-rc3/mozilla/
mkdir -p "./vlc-1.1.0-rc3/activex"
cp ./projects/activex/README.TXT ./vlc-1.1.0-rc3/activex/
cp ./projects/activex/test.html ./vlc-1.1.0-rc3/activex/
unix2dos ./vlc-1.1.0-rc3/activex/*
unix2dos: converting file ./vlc-1.1.0-rc3/activex/README.TXT to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/activex/test.html to DOS format ...
cp ./projects/activex/.libs/axvlc.dll ./vlc-1.1.0-rc3/activex/
cp ./projects/activex/axvlc.dll.manifest ./vlc-1.1.0-rc3/activex/
if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
find ./vlc-1.1.0-rc3 -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
fi
unix2dos: converting file ./vlc-1.1.0-rc3/lua/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/README.txt
unix2dos: converting file ./vlc-1.1.0-rc3/lua/extensions/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/intf/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/meta/art/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/meta/fetcher/README.txt to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/lua/meta/reader/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/extensions/README.txt
unix2dos: converting file ./vlc-1.1.0-rc3/lua/playlist/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/intf/README.txt
unix2dos: converting file ./vlc-1.1.0-rc3/lua/sd/README.txt to DOS format ...
unix2dos ./vlc-1.1.0-rc3/lua/meta/art/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/meta/fetcher/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/meta/reader/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/playlist/README.txt
unix2dos ./vlc-1.1.0-rc3/lua/sd/README.txt
mkdir -p "./vlc-1.1.0-rc3/http/images"
mkdir -p "./vlc-1.1.0-rc3/http/requests"
mkdir -p "./vlc-1.1.0-rc3/http/js"
mkdir -p "./vlc-1.1.0-rc3/http/dialogs"
cp ./share/http/*.html ./vlc-1.1.0-rc3/http/
unix2dos ./vlc-1.1.0-rc3/http/*.html
unix2dos: converting file ./vlc-1.1.0-rc3/http/flash.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/index.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/mosaic.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/vlm.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/vlm_export.html to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/.hosts to DOS format ...
cp ./share/http/.hosts ./vlc-1.1.0-rc3/http/
unix2dos ./vlc-1.1.0-rc3/http/.hosts
cp ./share/http/*.css ./vlc-1.1.0-rc3/http/
unix2dos ./vlc-1.1.0-rc3/http/*.css
unix2dos: converting file ./vlc-1.1.0-rc3/http/iehacks.css to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/style.css to DOS format ...
cp ./share/http/js/*.js ./vlc-1.1.0-rc3/http/js/
unix2dos ./vlc-1.1.0-rc3/http/js/*.js
unix2dos: converting file ./vlc-1.1.0-rc3/http/js/functions.js to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/js/mosaic.js to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/js/vlm.js to DOS format ...
cp ./share/http/dialogs/* ./vlc-1.1.0-rc3/http/dialogs/
unix2dos ./vlc-1.1.0-rc3/http/dialogs/*
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/browse to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/footer to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/input to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/main to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/mosaic to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/playlist to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/sout to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/vlm to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/dialogs/.hosts to DOS format ...
cp ./share/http/dialogs/.hosts ./vlc-1.1.0-rc3/http/dialogs/
unix2dos ./vlc-1.1.0-rc3/http/dialogs/.hosts
cp ./share/http/*.ico ./vlc-1.1.0-rc3/http/
cp ./share/http/images/*.png ./vlc-1.1.0-rc3/http/images/
cp ./share/http/requests/*.xml ./vlc-1.1.0-rc3/http/requests/
unix2dos ./vlc-1.1.0-rc3/http/requests/*.xml
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/browse.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/playlist.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/status.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/vlm.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/vlm_cmd.xml to DOS format ...
unix2dos: converting file ./vlc-1.1.0-rc3/http/requests/readme.txt to DOS format ...
cp ./share/http/requests/readme ./vlc-1.1.0-rc3/http/requests/readme.txt
unix2dos ./vlc-1.1.0-rc3/http/requests/readme.txt
mkdir -p ./vlc-1.1.0-rc3/skins/fonts
for i in ./share/skins2/fonts/*.*; do \
cp -- "$i" ./vlc-1.1.0-rc3/skins/fonts/ || true ; \
done
for i in ./share/skins2/*.*; do \
cp -- "$i" ./vlc-1.1.0-rc3/skins/ || true ; \
done
cp -- ./share/skins2/skin.catalog ./vlc-1.1.0-rc3/skins/ || true ;
cp -- ./share/skins2/skin.dtd ./vlc-1.1.0-rc3/skins/ || true ;
mkdir -p "./vlc-1.1.0-rc3/osdmenu"
cp ./share/osdmenu/*.* "./vlc-1.1.0-rc3/osdmenu"
for dir in default default/selected default/selection default/volume ;do \
mkdir -p "./vlc-1.1.0-rc3/osdmenu/$dir"; \
for file in ./share/osdmenu/${dir}/*.png;do \
cp -- "$file" "./vlc-1.1.0-rc3/osdmenu/$dir"; \
done; \
done
unix2dos: converting file ./vlc-1.1.0-rc3/osdmenu/default.cfg to DOS format ...
unix2dos ./vlc-1.1.0-rc3/osdmenu/*.cfg;
for file in ./vlc-1.1.0-rc3/osdmenu/*.cfg; do \
sed 's%share/osdmenu%osdmenu%g' "$file" > "$file.tmp" || exit $? ; \
sed 's%/%\\%g' "$file.tmp" > "$file" || exit$? ; \
rm -f -- "$file.tmp"; \
done
mkdir -p "./vlc-1.1.0-rc3/sdk.tmp"
mkdir -p "./vlc-1.1.0-rc3/sdk"
d=$(pwd) && \
cd src && \
make install DESTDIR="$d/vlc-1.1.0-rc3/sdk.tmp"
make[1]: Entering directory `/home/SONY/vlc/src'
/bin/sh: git: command not found
GEN stamp-revision
make install-recursive
make[2]: Entering directory `/home/SONY/vlc/src'
Making install in .
make[3]: Entering directory `/home/SONY/vlc/src'
make[4]: Entering directory `/home/SONY/vlc/src'
test -z "/usr/local/lib" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib"
/bin/sh ../libtool --mode=install /bin/install -c libvlccore.la libvlc.la '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib'
libtool: install: /bin/install -c .libs/libvlccore.dll.a /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlccore.dll.a
libtool: install: base_file=`basename libvlccore.la`
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libvlccore.la'i; echo libvlccore.dll'`
libtool: install: dldir=/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/`dirname ../bin/libvlccore.dll`
libtool: install: test -d /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin || mkdir -p /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin
libtool: install: /bin/install -c .libs/libvlccore.dll /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlccore.dll
libtool: install: chmod a+x /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlccore.dll
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlccore.dll' || exit 0; fi
libtool: install: /bin/install -c .libs/libvlccore.lai /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlccore.la
libtool: install: /bin/install -c .libs/libvlc.dll.a /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlc.dll.a
libtool: install: base_file=`basename libvlc.la`
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libvlc.la'i; echo libvlc.dll'`
libtool: install: dldir=/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/`dirname ../bin/libvlc.dll`
libtool: install: test -d /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin || mkdir -p /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin
libtool: install: /bin/install -c .libs/libvlc.dll /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlc.dll
libtool: install: chmod a+x /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlc.dll
libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/../bin/libvlc.dll' || exit 0; fi
libtool: install: /bin/install -c .libs/libvlc.lai /home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/libvlc.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/pkgconfig"
/bin/install -c -m 644 libvlc.pc vlc-plugin.pc '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/lib/pkgconfig'
test -z "/usr/local/include/vlc" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc"
/bin/install -c -m 644 ../include/vlc/vlc.h ../include/vlc/deprecated.h ../include/vlc/libvlc.h ../include/vlc/libvlc_events.h ../include/vlc/libvlc_media.h ../include/vlc/libvlc_media_discoverer.h ../include/vlc/libvlc_media_library.h ../include/vlc/libvlc_media_list.h ../include/vlc/libvlc_media_list_player.h ../include/vlc/libvlc_media_player.h ../include/vlc/libvlc_structures.h ../include/vlc/libvlc_vlm.h '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc'
test -z "/usr/local/include/vlc/plugins" || /bin/mkdir -p "/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc/plugins"
/bin/install -c -m 644 ../include/vlc_access.h ../include/vlc_acl.h ../include/vlc_aout.h ../include/vlc_aout_mixer.h ../include/vlc_arrays.h ../include/vlc_art_finder.h ../include/vlc_avcodec.h ../include/vlc_bits.h ../include/vlc_block.h ../include/vlc_block_helper.h ../include/vlc_charset.h ../include/vlc_codec.h ../include/vlc_common.h ../include/vlc_config.h ../include/vlc_config_cat.h ../include/vlc_configuration.h ../include/vlc_cpu.h ../include/vlc_dialog.h ../include/vlc_demux.h ../include/vlc_epg.h ../include/vlc_es.h ../include/vlc_es_out.h ../include/vlc_events.h ../include/vlc_filter.h ../include/vlc_fourcc.h ../include/vlc_fs.h ../include/vlc_gcrypt.h ../include/vlc_http.h ../include/vlc_httpd.h ../include/vlc_image.h ../include/vlc_inhibit.h ../include/vlc_input.h ../include/vlc_input_item.h ../include/vlc_main.h ../include/vlc_md5.h ../include/vlc_messages.h ../include/vlc_meta.h ../include/vlc_modules.h ../include/vlc_mouse.h ../include/vlc_mtime.h '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc/plugins'
/bin/install -c -m 644 ../include/vlc_objects.h ../include/vlc_picture.h ../include/vlc_picture_fifo.h ../include/vlc_picture_pool.h ../include/vlc_playlist.h ../include/vlc_plugin.h ../include/vlc_probe.h ../include/vlc_rand.h ../include/vlc_services_discovery.h ../include/vlc_sql.h ../include/vlc_sout.h ../include/vlc_stream.h ../include/vlc_strings.h ../include/vlc_subpicture.h ../include/vlc_threads.h ../include/vlc_url.h ../include/vlc_variables.h ../include/vlc_vlm.h ../include/vlc_video_splitter.h ../include/vlc_vout.h ../include/vlc_vout_display.h ../include/vlc_vout_opengl.h ../include/vlc_vout_window.h ../include/vlc_xml.h ../include/vlc_xlib.h '/home/SONY/vlc/vlc-1.1.0-rc3/sdk.tmp/usr/local/include/vlc/plugins'
make[4]: Leaving directory `/home/SONY/vlc/src'
make[3]: Leaving directory `/home/SONY/vlc/src'
Making install in test
make[3]: Entering directory `/home/SONY/vlc/src/test'
make[4]: Entering directory `/home/SONY/vlc/src/test'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/SONY/vlc/src/test'
make[3]: Leaving directory `/home/SONY/vlc/src/test'
make[2]: Leaving directory `/home/SONY/vlc/src'
make[1]: Leaving directory `/home/SONY/vlc/src'
cd vlc-1.1.0-rc3 && mv sdk.tmp//usr/local/* sdk/
find vlc-1.1.0-rc3/sdk.tmp -type d | sort -r | xargs rmdir
rm -Rf vlc-1.1.0-rc3/sdk/bin
for i in "" ./vlc-1.1.0-rc3/*.dll \
./vlc-1.1.0-rc3/*.exe \
./vlc-1.1.0-rc3/activex/*.dll \
./vlc-1.1.0-rc3/mozilla/*.dll \
./vlc-1.1.0-rc3/plugins/*.dll \
; do \
if test -n "$i" ; then \
objcopy --only-keep-debug "$i" "$i.dbg"; \
objcopy --strip-all "$i" ; \
objcopy --add-gnu-debuglink="$i.dbg" "$i" ; \
mv "$i.dbg" "./symbols-1.1.0-rc3"; \
fi ; \
done
-------------- Build: Debug in VLC_Prj_CB1 ---------------
Running command: mingw32-make.exe -f Makefile Debug
mingw32-make.exe: *** No rule to make target `Debug'. Stop.
Process terminated with status 2 (5 minutes, 34 seconds)
0 errors, 1 warnings