Hi!,
i have been following this guide http://wiki.videolan.org/Win32Compile to cross compile in my Arch Linux 64bits, when i try to "make" after ../extras/package/win32/configure.sh --host=i486-mingw i get compile errors related to the incorrect autodetection configure do in my computer, first it tried to compile with gnomevfs, later jack, dc1394, mtp, pulse, alsa, etc.. i have changed the configure.sh adding:
--disable-gnomevfs
--disable-jack
--disable-dc1394
--disable-mtp
--disable-dv1394
--disable-libproxy
--disable-pulse
--disable-alsa
But now i am stuck with this:
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.
make[5]: *** [libbda_la-bdagraph.lo] Error 1
That i don't know even how to disable, should not be detecting correctly the capabilities the configure.sh to cross compile? Thanks!
Regards,
Miguel Angel.