pipelka / xbmc-addon-xvdr

DISCONTINUED - Standalone XVDR addon for XBMC
GNU General Public License v2.0
43 stars 16 forks source link

Cross-compile for windows x64 #127

Open xXMaxPowerXx opened 10 years ago

xXMaxPowerXx commented 10 years ago

First of all I have to say that I'm not good at linux. I tried to cross-compile with your description: cd xbmc-addon-xdr sh autogen.sh ./configure --host=amd64-mingw32msvc make

But then I'll get this error message: "g++: error: unrecognized option '-no cygwin'" during make[3] If I'll do the process for host "i586-mingw32msvc" everything works fine Hope you're able to help me / provide me with a x64 version

pipelka commented 10 years ago

Win64 cross-compilation is currently unsupported. Sorry.

xXMaxPowerXx commented 10 years ago

I'm sorry to hear that. But thanks anyway!