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
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