Have cross-compile instructions for v2.0.4?
Posted: 10 Jan 2013 15:51
Does anyone have the instructions for cross-compiling version 2.0.4 or 2.0.5?
I ask because I finished building an extension on the Qt module, but it won't compile in the latest version (cloned from the repository), and when I follow the latest instructions for cross compiling on (http://wiki.videolan.org/Win32Compile) against version 2.0.4 or 2.0.5 instead of what's on the git repo, I get the following when I run `make` in <vlc>/contrib/win32:
I ask because I finished building an extension on the Qt module, but it won't compile in the latest version (cloned from the repository), and when I follow the latest instructions for cross compiling on (http://wiki.videolan.org/Win32Compile) against version 2.0.4 or 2.0.5 instead of what's on the git repo, I get the following when I run `make` in <vlc>/contrib/win32:
Code: Select all
configure: error: in `<vlc>/contrib/win32/jpeg':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** [.jpeg] Error 77