Cross compilation problem with Mingw-w64
Posted: 11 Sep 2012 12:50
Hi all,
I've been trying to compile VLC for Windows using the wiki instructions [1] but I am getting the following error while performing make:
I've checked [2] but it didn't solve my problem. I'm currently using the Mingw-w64 toolchain experimental version 3.0, as suggested in [3], so I'm specifying the host triplet i686-w64-mingw32 when needed. I also managed to compile the Linux binaries without any problem, so I guess the dependencies are correct. My OS is a Ubuntu 12.04 32 bits and wtypes.h is present on my system:
I've uploaded the config.log file to [4] (no option for attachments?), just in case it would be of any help. Is there any way to specify the location of the wtypes.h include dir to the compiler? Am I doing anything else wrong? Any help would be greatly appreciated.
Best regards,
Víctor.
-----
[1] Win32Compile - http://wiki.videolan.org/Win32Compile
[2] mingw32 cross compile problem with configure.sh - viewtopic.php?f=32&t=102059
[3] Win32Compile -- configure error using Ubuntu 12.04 - viewtopic.php?f=32&t=101489
[4] config.log - http://dl.dropbox.com/u/62764853/config.log
I've been trying to compile VLC for Windows using the wiki instructions [1] but I am getting the following error while performing make:
Code: Select all
...
In file included from ../../../extras/package/win32/../../../modules/access/dtv/bdagraph.cpp:34:0:
../../../extras/package/win32/../../../modules/access/dtv/bdagraph.hpp:29:20: fatal error: wtypes.h: No such file or directory
compilation terminated.
...
Code: Select all
$ locate wtypes.h
/usr/i686-w64-mingw32/include/wtypes.h
/usr/x86_64-w64-mingw32/include/wtypes.h
Best regards,
Víctor.
-----
[1] Win32Compile - http://wiki.videolan.org/Win32Compile
[2] mingw32 cross compile problem with configure.sh - viewtopic.php?f=32&t=102059
[3] Win32Compile -- configure error using Ubuntu 12.04 - viewtopic.php?f=32&t=101489
[4] config.log - http://dl.dropbox.com/u/62764853/config.log