I see. In any case, installing both works ...gcc on mingw is a mess... Because they use sometimes -dw2 sometimes -sjlj. I never know which one to take.
Vicne
I see. In any case, installing both works ...gcc on mingw is a mess... Because they use sometimes -dw2 sometimes -sjlj. I never know which one to take.
Code: Select all
*** VLC compile checklist ***
*** (1.1.0-rc) ***
Section A - Environment
* MinGW
- http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/MinGW%205.1.6/MinGW-5.1.6.exe/download
- Select "Download and Install"
- Select "Candidate"
- Select
"g++"
"MinGW Make"
- Install to "C:\MinGW"
* mingw update to gcc to 4.4.0
- http://sourceforge.net/projects/mingw/files/GCC%20Version%204/gcc-full-4.4.0-mingw32-bin-2.tar.lzma/download
- copy to C:\MinGW
* mingw fix libstdc++.la
- C:\MinGW\lib\gcc\mingw32\4.4.0\libstdc++.la
- old: library_names='libstdc++.dll.a'
new: library_names=''
* TDM/MinGW Setup
- http://sourceforge.net/projects/tdm-gcc/files/TDM-MinGW%20Installer/1.908.0/tdm-mingw-1.908.0-4.4.1-2.exe/download
- unckeck "Check for updated files..."
- Select "Create"
- install to C:\MinGW (ignore warning)
- kept "Sourceforge default"
- expand gcc node
should be set to default: "TDM Unstable: 4.4.1-tdm-2"
* TDM libtool
- open C:\msys\1.0\bin\libtool
- change line 9926
old: compiler_lib_search_dirs="/usr/lib /usr/lib /bin/../lib/gcc-lib/i686-pc-msys/2.95.3-1 /bin/../lib/gcc-lib /usr/lib/gcc-lib/i686-pc-msys/2.95.3-1 /bin/../lib/gcc-lib/i686-pc-msys/2.95.3-1/../../../../i686-pc-msys/lib /usr/lib/gcc-lib/i686-pc-msys/2.95.3-1/../../../../i686-pc-msys/lib"
new: compiler_lib_search_dirs="c:/mingw/bin/../lib/gcc/mingw32/4.4.1 c:/mingw/bin/../lib/gcc c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/lib c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../.. /mingw/lib"
* msys
- http://sourceforge.net/projects/mingw/files/MSYS/BaseSystem/msys-1.0.11/MSYS-1.0.11.exe/download
- install to C:\msys\1.0
- Do you wish to continue with the post install?
y
- Do you have MinGW installed?
y
- Where is your MinGW installation?
C:/MinGW
* msys toolkit
- http://sourceforge.net/projects/mingw/files/MSYS/Supplementary%20Tools/msysDTK-1.0.1/msysDTK-1.0.1.exe/download
- keep defaults
* autoconf
- http://sourceforge.net/projects/mingw/files/MSYS/autoconf/autoconf-2.63-1/autoconf-2.63-1-msys-1.0.11-bin.tar.lzma/download
- copy to C:\msys\1.0
* automake
- http://sourceforge.net/projects/mingw/files/MSYS/automake/automake-1.11-1/automake-1.11-1-msys-1.0.11-bin.tar.lzma/download
- copy to C:\msys\1.0
* libtool
- http://sourceforge.net/projects/mingw/files/MSYS/libtool/libtool-2.2.7a-1/libtool-2.2.7a-1-msys-1.0.11-bin.tar.lzma/download
- copy to C:\msys\1.0
* whoami
- create C:\msys\1.0\bin\whoami
- enter following line:
echo 'insert your name here'
* libcrypt
- http://prdownloads.sourceforge.net/mingw/libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma
- copy to C:\msys\1.0
* mingwutils
- http://prdownloads.sourceforge.net/mingw/mingw-utils-0.3.tar.gz
- copy to C:\MinGW
* wget
- http://prdownloads.sourceforge.net/mingw/wget-1.9.1-mingwPORT.tar.bz2
- copy wget.exe to C:\MinGW\bin
* pkg-config pt 1
- http://ftp.gnome.org/pub/GNOME/binaries/win32/glib/2.18/glib_2.18.2-1_win32.zip
- copy to C:\msys\1.0
* pkg-config pt 2
- ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config_0.23-3_win32.zip
- copy to C:\msys\1.0
* pkg-config pt 3
- ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config-dev_0.23-3_win32.zip
- produces \src\ dir
- copy to C:\msys\1.0
* pkg-config pt 4
- Environment Variable
PKG_CONFIG_PATH=/win32/lib/pkgconfig
* lua
- http://www.lua.org/ftp/lua-5.1.4.tar.gz
- copy to C:\msys\1.0\home\username
- run C:\msys\1.0\msys.bat
- make
cd ~/lua-5.1.4
make mingw
- copy
cd src
cp *.exe /bin
cp *.dll /bin
Section B - Precompiled contribs
* contrib
- http://download.videolan.org/pub/testing/win32/contrib-20100130-win32-bin-gcc-4.4.2-runtime-3.17-only.tar.bz2
- copy to C:\msys\1.0
- path should be C:\msys\1.0\win32
EX: C:\msys\1.0\win32\lib\libdvdnav.a
* update gecko sdk in contribs (may not be needed if using more recent contribs)
- remove C:\msys\1.0\win32\gecko-sdk
- http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2/sdk/xulrunner-1.9.2.en-US.win32.sdk.zip
- save as C:\msys\1.0\win32\gecko-sdk (instead of xulrunner-sdk contained in the archive)
- EX: C:\msys\1.0\win32\gecko-sdk\include\npapi.h
- ref: http://forum.videolan.org/viewtopic.php?f=32&t=75158
Section C - Sources
* vlc-src (1.1.0-rc1)
- http://download.videolan.org/pub/videolan/testing/vlc-1.1.0-rc/vlc-1.1.0-rc.tar.bz2
- copy to C:\msys\1.0\home\username
- rename to C:\msys\1.0\home\username\vlc
(Note : some of the following steps may not be needed if using more recent sources)
* add missing configure-msys
- http://git.videolan.org/?p=vlc.git;a=blob_plain;f=extras/package/win32/configure-msys.sh;hb=HEAD
- rename to configure-msys.sh
- copy to C:\msys\1.0\home\username\vlc\extras\package\win32
* add missing configure-common
- http://git.videolan.org/?p=vlc.git;a=blob_plain;f=extras/package/win32/configure-common.sh;hb=HEAD
- rename to configure-common.sh
- copy to C:\msys\1.0\home\username\vlc\extras\package\win32
* add missing vlc_windows_interfaces.h
- http://git.videolan.org/?p=vlc/vlc-1.1.git;a=blob_plain;f=include/vlc_windows_interfaces.h;h=36bfd4a64b1ec9b9b5da0e21de6d93f53f2eefc3;hb=3a4b30fcf1fbb9ef7a9c85a102183f8a3451622a
- rename to vlc_windows_interfaces.h
- copy to C:\msys\1.0\home\username\vlc\include
* add missing position.h
- copy
source: C:\msys\1.0\home\username\vlc\projects\mozilla\control\position.h
target: C:\msys\1.0\home\username\vlc\projects\activex\position.h
* add dummy lua extension
- create directory C:\msys\1.0\home\username\vlc\share\lua\extensions
- create dummy file C:\msys\1.0\home\username\vlc\share\lua\extensions\readme.txt
* modify configure.ac due to limited functionality of hostname.exe on Windows
- edit C:\msys\1.0\home\username\vlc\configure.ac
- old: AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname -f 2> /dev/null || hostname`", [host which ran configure])
new: AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname`", [host which ran configure])
Section D - Build
* bootstrap
- msys
cd vlc
cp -v /usr/win32/share/aclocal/* m4/
cp -v /usr/share/aclocal/* m4/
PATH=/usr/win32/bin:$PATH ./bootstrap
* configure
- sh extras/package/win32/configure-msys.sh
* make
- PATH=/usr/win32/bin:$PATH make
(should take around 30 minutes, have a break)
* make package
- make package-win32-base
* done
- run: C:\msys\1.0\home\username\vlc\vlc-1.1.0-rc\vlc.exe
Code: Select all
*** VLC compile checklist *** *** (1.1.0-rc) *** Section A - Environment * MinGW - http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/MinGW%205.1.6/MinGW-5.1.6.exe/download - Select "Download and Install" - Select "Candidate" - Select "g++" "MinGW Make" - Install to "C:\MinGW" * mingw update to gcc to 4.4.0 - http://sourceforge.net/projects/mingw/files/GCC%20Version%204/gcc-full-4.4.0-mingw32-bin-2.tar.lzma/download - copy to C:\MinGW * mingw fix libstdc++.la - C:\MinGW\lib\gcc\mingw32\4.4.0\libstdc++.la - old: library_names='libstdc++.dll.a' new: library_names='' * TDM/MinGW Setup - http://sourceforge.net/projects/tdm-gcc/files/TDM-MinGW%20Installer/1.908.0/tdm-mingw-1.908.0-4.4.1-2.exe/download - unckeck "Check for updated files..." - Select "Create" - install to C:\MinGW (ignore warning) - kept "Sourceforge default" - expand gcc node should be set to default: "TDM Unstable: 4.4.1-tdm-2" * TDM libtool - open C:\msys\1.0\bin\libtool - change line 9926 old: compiler_lib_search_dirs="/usr/lib /usr/lib /bin/../lib/gcc-lib/i686-pc-msys/2.95.3-1 /bin/../lib/gcc-lib /usr/lib/gcc-lib/i686-pc-msys/2.95.3-1 /bin/../lib/gcc-lib/i686-pc-msys/2.95.3-1/../../../../i686-pc-msys/lib /usr/lib/gcc-lib/i686-pc-msys/2.95.3-1/../../../../i686-pc-msys/lib" new: compiler_lib_search_dirs="c:/mingw/bin/../lib/gcc/mingw32/4.4.1 c:/mingw/bin/../lib/gcc c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/lib c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../.. /mingw/lib" * msys - http://sourceforge.net/projects/mingw/files/MSYS/BaseSystem/msys-1.0.11/MSYS-1.0.11.exe/download - install to C:\msys\1.0 - Do you wish to continue with the post install? y - Do you have MinGW installed? y - Where is your MinGW installation? C:/MinGW * msys toolkit - http://sourceforge.net/projects/mingw/files/MSYS/Supplementary%20Tools/msysDTK-1.0.1/msysDTK-1.0.1.exe/download - keep defaults * autoconf - http://sourceforge.net/projects/mingw/files/MSYS/autoconf/autoconf-2.63-1/autoconf-2.63-1-msys-1.0.11-bin.tar.lzma/download - copy to C:\msys\1.0 * automake - http://sourceforge.net/projects/mingw/files/MSYS/automake/automake-1.11-1/automake-1.11-1-msys-1.0.11-bin.tar.lzma/download - copy to C:\msys\1.0 * libtool - http://sourceforge.net/projects/mingw/files/MSYS/libtool/libtool-2.2.7a-1/libtool-2.2.7a-1-msys-1.0.11-bin.tar.lzma/download - copy to C:\msys\1.0 * whoami - create C:\msys\1.0\bin\whoami - enter following line: echo 'insert your name here' * libcrypt - http://prdownloads.sourceforge.net/mingw/libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma - copy to C:\msys\1.0 * mingwutils - http://prdownloads.sourceforge.net/mingw/mingw-utils-0.3.tar.gz - copy to C:\MinGW * wget - http://prdownloads.sourceforge.net/mingw/wget-1.9.1-mingwPORT.tar.bz2 - copy wget.exe to C:\MinGW\bin * pkg-config pt 1 - http://ftp.gnome.org/pub/GNOME/binaries/win32/glib/2.18/glib_2.18.2-1_win32.zip - copy to C:\msys\1.0 * pkg-config pt 2 - ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config_0.23-3_win32.zip - copy to C:\msys\1.0 * pkg-config pt 3 - ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config-dev_0.23-3_win32.zip - produces \src\ dir - copy to C:\msys\1.0 * pkg-config pt 4 - Environment Variable PKG_CONFIG_PATH=/win32/lib/pkgconfig * lua - http://www.lua.org/ftp/lua-5.1.4.tar.gz - copy to C:\msys\1.0\home\username - run C:\msys\1.0\msys.bat - make cd ~/lua-5.1.4 make mingw - copy cd src cp *.exe /bin cp *.dll /bin Section B - Precompiled contribs * contrib - http://download.videolan.org/pub/testing/win32/contrib-20100130-win32-bin-gcc-4.4.2-runtime-3.17-only.tar.bz2 - copy to C:\msys\1.0 - path should be C:\msys\1.0\win32 EX: C:\msys\1.0\win32\lib\libdvdnav.a * update gecko sdk in contribs (may not be needed if using more recent contribs) - remove C:\msys\1.0\win32\gecko-sdk - http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2/sdk/xulrunner-1.9.2.en-US.win32.sdk.zip - save as C:\msys\1.0\win32\gecko-sdk (instead of xulrunner-sdk contained in the archive) - EX: C:\msys\1.0\win32\gecko-sdk\include\npapi.h - ref: http://forum.videolan.org/viewtopic.php?f=32&t=75158 Section C - Sources * vlc-src (1.1.0-rc1) - http://download.videolan.org/pub/videolan/testing/vlc-1.1.0-rc/vlc-1.1.0-rc.tar.bz2 - copy to C:\msys\1.0\home\username - rename to C:\msys\1.0\home\username\vlc (Note : some of the following steps may not be needed if using more recent sources) * add missing configure-msys - http://git.videolan.org/?p=vlc.git;a=blob_plain;f=extras/package/win32/configure-msys.sh;hb=HEAD - rename to configure-msys.sh - copy to C:\msys\1.0\home\username\vlc\extras\package\win32 * add missing configure-common - http://git.videolan.org/?p=vlc.git;a=blob_plain;f=extras/package/win32/configure-common.sh;hb=HEAD - rename to configure-common.sh - copy to C:\msys\1.0\home\username\vlc\extras\package\win32 * add missing vlc_windows_interfaces.h - http://git.videolan.org/?p=vlc/vlc-1.1.git;a=blob_plain;f=include/vlc_windows_interfaces.h;h=36bfd4a64b1ec9b9b5da0e21de6d93f53f2eefc3;hb=3a4b30fcf1fbb9ef7a9c85a102183f8a3451622a - rename to vlc_windows_interfaces.h - copy to C:\msys\1.0\home\username\vlc\include * add missing position.h - copy source: C:\msys\1.0\home\username\vlc\projects\mozilla\control\position.h target: C:\msys\1.0\home\username\vlc\projects\activex\position.h * add dummy lua extension - create directory C:\msys\1.0\home\username\vlc\share\lua\extensions - create dummy file C:\msys\1.0\home\username\vlc\share\lua\extensions\readme.txt * modify configure.ac due to limited functionality of hostname.exe on Windows - edit C:\msys\1.0\home\username\vlc\configure.ac - old: AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname -f 2> /dev/null || hostname`", [host which ran configure]) new: AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "`hostname`", [host which ran configure]) Section D - Build * bootstrap - msys cd vlc cp -v /usr/win32/share/aclocal/* m4/ cp -v /usr/share/aclocal/* m4/ PATH=/usr/win32/bin:$PATH ./bootstrap * configure - sh extras/package/win32/configure-msys.sh * make - PATH=/usr/win32/bin:$PATH make (should take around 30 minutes, have a break) * make package - make package-win32-base * done - run: C:\msys\1.0\home\username\vlc\vlc-1.1.0-rc\vlc.exe
Code: Select all
*** VLC compile checklist ***
*** (1.1.0-rc) ***
Section A - Environment
1 * TDM/MinGW Setup
- http://sourceforge.net/projects/tdm-gcc/files/TDM-MinGW%20Installer/1.908.0/tdm-mingw-1.908.0-4.4.1-2.exe/download
- unckeck "Check for updated files..."
- Select "Create"
- install to C:\MinGW (ignore warning)
- kept "Sourceforge default"
- expand gcc node
should be set to default: "TDM Unstable: 4.4.1-tdm-2"
2 * msys
- http://sourceforge.net/projects/mingw/files/MSYS/BaseSystem/msys-1.0.11/MSYS-1.0.11.exe/download
- install to C:\msys\1.0
- Do you wish to continue with the post install?
y
- Do you have MinGW installed?
y
- Where is your MinGW installation?
C:/MinGW
3 * msys toolkit
- http://sourceforge.net/projects/mingw/files/MSYS/Supplementary%20Tools/msysDTK-1.0.1/msysDTK-1.0.1.exe/download
- keep defaults
4 * autoconf
- http://sourceforge.net/projects/mingw/files/MSYS/autoconf/autoconf-2.63-1/autoconf-2.63-1-msys-1.0.11-bin.tar.lzma/download
- copy to C:\msys\1.0
5 * automake
- http://sourceforge.net/projects/mingw/files/MSYS/automake/automake-1.11-1/automake-1.11-1-msys-1.0.11-bin.tar.lzma/download
- copy to C:\msys\1.0
6 * libtool
- http://sourceforge.net/projects/mingw/files/MSYS/libtool/libtool-2.2.7a-1/libtool-2.2.7a-1-msys-1.0.11-bin.tar.lzma/download
- copy to C:\msys\1.0
7 * libcrypt
- http://prdownloads.sourceforge.net/mingw/libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma
- copy to C:\msys\1.0
8 * mingwutils
- http://prdownloads.sourceforge.net/mingw/mingw-utils-0.3.tar.gz
- copy to C:\MinGW
9 * wget
- http://prdownloads.sourceforge.net/mingw/wget-1.9.1-mingwPORT.tar.bz2
- copy wget.exe to C:\MinGW\bin
10 * pkg-config pt 1
- http://ftp.gnome.org/pub/GNOME/binaries/win32/glib/2.18/glib_2.18.2-1_win32.zip
- copy to C:\msys\1.0
11 * pkg-config pt 2
- ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config_0.23-3_win32.zip
- copy to C:\msys\1.0
12 * pkg-config pt 3
- ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/pkg-config-dev_0.23-3_win32.zip
- produces \src\ dir
- copy to C:\msys\1.0
13 * pkg-config pt 4
- Add this to the top of msys.bat:
set PKG_CONFIG_PATH=/win32/lib/pkgconfig
14 * libtool
- open C:\msys\1.0\bin\libtool
- change line 9926
appened '/mingw/lib' to the end of 'compiler_lib_search_dirs'
15 * lua
- http://www.lua.org/ftp/lua-5.1.4.tar.gz
- copy to C:\msys\1.0\home\username
- run C:\msys\1.0\msys.bat
- make
cd ~/lua-5.1.4
make mingw
- copy
cd src
cp *.exe /bin
cp *.dll /bin
16 * whoami.exe and hostname.exe
- http://sourceforge.net/projects/mingw/files/MSYS/coreutils/coreutils-5.97-2/coreutils-5.97-2-msys-1.0.11-ext.tar.lzma/download
copy who.exe, whoami.exe and hostname to c:/msys/1.0/bin
Section B - Precompiled contribs
17 * contrib
- Get the latest contrib from http://people.videolan.org/~jb/Contribs/
- Eg; http://people.videolan.org/~jb/Contribs/contrib-20100608-win32-bin-gcc-4.4.4-runtime-3.17-only.tar.bz2
- copy to C:\msys\1.0
- path should be C:\msys\1.0\win32
Eg; C:\msys\1.0\win32\lib\libdvdnav.a
18 Section C - Sources
- Get PortableGit from http://code.google.com/p/msysgit/downloads/list
Install to C:\git
Open msys.bat then add 'path=%path%;C:\git\bin' to the top of the file
start msys.bat
cd ~ if needed
git clone git://git.videolan.org/vlc.git --depth 3
or for the 1.1 branch
git://git.videolan.org/vlc/vlc-1.1.git --depth 3
Git help can be found at the Wiki here: http://wiki.videolan.org/Git
Section D - Build
19 * bootstrap
- msys
cd vlc
cp -v /usr/win32/share/aclocal/* m4/
cp -v /usr/share/aclocal/* m4/
PATH=/usr/win32/bin:$PATH ./bootstrap
20 * configure
- sh extras/package/win32/configure-msys.sh
21 * make
./compile
(should take around 30 minutes, have a break)
22 * build package
make package-win32-base
* done
- run: C:\msys\1.0\home\username\vlc\vlc-1.1.0-rc\vlc.exe
My newbie experience is that this build is a complex process, and if it doesn't work, the more choices you were given, the more you wonder what you've done wrong, so I'd rather aim at very specific steps that have been validated thoroughly.Using the latest binary contribs should be a prerequisite not an option. This would mean the 'gecko sdk' update can be skipped.
I would leave both. Guaranteed reproductible would be the 1.1.0rc tarball, but people wanting to live on the edge of the latest GIT should be helped too.
In my opinion Section C should be replaced with a small guide on retrieving the latest source via git.
I admit I'm not familiar with Git and I didn't know about portableGit. Sounds easy indeed.I use PortableGit (http://code.google.com/p/msysgit/downloads/list) then 'git clone git://git.videolan.org/vlc.git --depth 3' to clone and thereafter 'git pull' to update. Don't forget to add the git/bin location to PATH (eg; in msys.bat: path=%path%;R:\git\bin)
CoolFor make; 'PATH=/usr/win32/bin:$PATH make' can be replaced with './compile'. Try it!
Starting it now...Below are the modified steps which today successfully built VLC.
Err... Actually, the linked file does not contain these 3 exe files... Link error ?If who.exe, whoami.exe and hostname.exe are extracted from the msys coreutils (http://sourceforge.net/projects/mingw/f ... a/download) and installed in to the msys/bin directory then there would be no need to modify configure.ac. Which also means the 'whoami' step can also be skipped.
Sorry my mistake. It should be http://sourceforge.net/projects/mingw/f ... a/downloadErr... Actually, the linked file does not contain these 3 exe files... Link error ?If who.exe, whoami.exe and hostname.exe are extracted from the msys coreutils (http://sourceforge.net/projects/mingw/f ... a/download) and installed in to the msys/bin directory then there would be no need to modify configure.ac. Which also means the 'whoami' step can also be skipped.
Vicne
Hi, Michael,Starting it now...
Code: Select all
[...]
Creating library file: .libs/libvorbis_plugin.dll.a
In file included from C:/msys/1.0/win32/include/pthread.h:214,
from x264.c:41:
ERROR : C:/msys/1.0/win32/include/config.h:17: 30: 1: No such file or directory
In file included from x264.c:41:
WARNING : C:/msys/1.0/win32/include/pthread.h:223: 5: "HAVE_SIGNAL_H" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:950: 5: "PTW32_LEVEL" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:950: 20: "PTW32_LEVEL_MAX" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:1125: 5: "PTW32_LEVEL" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:1125: 20: "PTW32_LEVEL_MAX" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:1181: 5: "PTW32_LEVEL" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:1181: 20: "PTW32_LEVEL_MAX" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:1279: 5: "PTW32_LEVEL" is not defined
WARNING : C:/msys/1.0/win32/include/pthread.h:1279: 20: "PTW32_LEVEL_MAX" is not defined
make: *** [all] Error 2
Hi, Michael,Starting it now...
compile just failed with the same message I had already observed without installing GCC 4.4.0 first :
(I should point out I started with the 1.1.0rc tarball again, fixed as described in the previous checklists...)Code: Select all
[...] Creating library file: .libs/libvorbis_plugin.dll.a In file included from C:/msys/1.0/win32/include/pthread.h:214, from x264.c:41: ERROR : C:/msys/1.0/win32/include/config.h:17: 30: 1: No such file or directory In file included from x264.c:41: WARNING : C:/msys/1.0/win32/include/pthread.h:223: 5: "HAVE_SIGNAL_H" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:950: 5: "PTW32_LEVEL" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:950: 20: "PTW32_LEVEL_MAX" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:1125: 5: "PTW32_LEVEL" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:1125: 20: "PTW32_LEVEL_MAX" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:1181: 5: "PTW32_LEVEL" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:1181: 20: "PTW32_LEVEL_MAX" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:1279: 5: "PTW32_LEVEL" is not defined WARNING : C:/msys/1.0/win32/include/pthread.h:1279: 20: "PTW32_LEVEL_MAX" is not defined make: *** [all] Error 2
Any easy fix ?
Best regards,
Vicne
"Install MingW" is a good idea to let in place, since we might go back to a vanilla gcc when they go back to sjljA large number of these steps are not required, especially the first two. There is no need to install MinGW-5.1.6.exe and gcc-full-4.4.0-mingw32-bin-2.tar.lzma as these are surplus once TDM is installed and used.
FWIW: it doesn't work on my build.Can you confirm marquee display works with the resulting VLC.exe ?
Code: Select all
freetype debug: Building font databases.
main debug: no fetch required for (null) (art currently (null))
freetype debug: Took 191000 microseconds
freetype error: Fontmatching failed
Code: Select all
freetype debug: Building font database.
freetype debug: Finished building font database.
freetype debug: Took 0 microseconds
freetype debug: Using Arial Black as font from file C:/WINDOWS/fonts/ariblk.ttf
freetype debug: using fontsize: 1
OK, I removed config.h and compile went on, but now when it gets to the line :rm -rf /usr/win32/include/config.h
It is a small issue with the current Contribs.
Code: Select all
moc -DHAVE_CONFIG_H -I../../../include -I../../../include -I/usr/win32/include -I/usr/win32/include/ebml -D__USE_MINGW_ANSI_STDIO=1 -DSYS_MINGW32 -I../../.. `top_srcdir="../../.." top_builddir="../../.." ../../../vlc-config --cppflags plugin qt4` -o main_interface.moc.cpp main_interface.hpp
Code: Select all
moc.exe - Component not found
This application could not start because libgcc_s_dw2-1.dll could not be found. Reinstalling this application could fix the problem.
FWIW: it doesn't work on my build.Can you confirm marquee display works with the resulting VLC.exe ?
That was an issue with an older contrib release. Upgrade to latest contribs from the link provided earlier.OK, I removed config.h and compile went on, but now when it gets to the line :rm -rf /usr/win32/include/config.h
It is a small issue with the current Contribs.I get a Windows popup that says (approximate translation) :Code: Select all
moc -DHAVE_CONFIG_H -I../../../include -I../../../include -I/usr/win32/include -I/usr/win32/include/ebml -D__USE_MINGW_ANSI_STDIO=1 -DSYS_MINGW32 -I../../.. `top_srcdir="../../.." top_builddir="../../.." ../../../vlc-config --cppflags plugin qt4` -o main_interface.moc.cpp main_interface.hpp
Any hint is appreciated...Code: Select all
moc.exe - Component not found This application could not start because libgcc_s_dw2-1.dll could not be found. Reinstalling this application could fix the problem.
Vicne
When first reading this, I thought there was a contradiction. My contribs would be both current and older ?That was an issue with an older contrib release.It is a small issue with the current Contribs.
Not so simple, because they lack dependancies. When launching configure (first use of hostname), I got a Windows pop-up saying (approximate translation) :If who.exe, whoami.exe and hostname.exe are extracted from the msys coreutils...
Code: Select all
This application could not start because msys-intl-8.dll was not found. Reinstalling this application might solve the problem.
Code: Select all
This application could not start because msys-iconv-2.dll was not found. Reinstalling this application might solve the problem.
Quite true.Not so simple, because they lack dependancies. When launching configure (first use of hostname), I got a Windows pop-up saying (approximate translation) :If who.exe, whoami.exe and hostname.exe are extracted from the msys coreutils...I dowloaded and added http://sourceforge.net/projects/mingw/f ... a/download and then it stopped with :Code: Select all
This application could not start because msys-intl-8.dll was not found. Reinstalling this application might solve the problem.
So I looked for and found http://sourceforge.net/projects/mingw/f ... a/downloadCode: Select all
This application could not start because msys-iconv-2.dll was not found. Reinstalling this application might solve the problem.
and now it works
That makes the "simpler" solution not so simple anymore
Vicne
How about something like 'Win32CompileTDM-MSYS' and rename the current to 'Win32CompileMinGW32-MSYS'"...
My proposal would be that I start over a (7th!) full install from scratch (which should look very much like MichaelMc's post) and post it on the wiki.
Now to address JB's comment about keeping the MinGW part in case conditions change again, I see two ways : Either I leave the "obsolete" sections in the page and mark them as such, or I start a brand new page (based on a copy of the current one) and link to the original for reference.
My opinion would be to make things as simple as possible and start a new page called "Win32CompileMSYSNewNew" or "Win32CompileV3".
Does that suit everybody ?
Vicne
Please, don't split the pages, make it in the same page. TDM is just a fork of mingw32 and it will be merged back, I am quite sure.How about something like 'Win32CompileTDM-MSYS' and rename the current to 'Win32CompileMinGW32-MSYS'"...
My proposal would be that I start over a (7th!) full install from scratch (which should look very much like MichaelMc's post) and post it on the wiki.
Now to address JB's comment about keeping the MinGW part in case conditions change again, I see two ways : Either I leave the "obsolete" sections in the page and mark them as such, or I start a brand new page (based on a copy of the current one) and link to the original for reference.
My opinion would be to make things as simple as possible and start a new page called "Win32CompileMSYSNewNew" or "Win32CompileV3".
Does that suit everybody ?
Vicne
I'd also like to add another step. Though not required to build VLC it is required for building the contribs, an updated version of sed is a must. http://sourceforge.net/projects/mingw/f ... a/download
Return to “Development around libVLC”
Users browsing this forum: No registered users and 3 guests