Litecoin13.2 dirty i guess+ cross compiling in ubuntu 16.04

i compile and execute litecoin without trouble, but i want to generate windows binaries, i tried cross compiling and it gives the following error

Preprocessing qt…
patching file qtbase/src/plugins/platforms/windows/qwindowscontext.cpp
Hunk #1 succeeded at 70 (offset -7 lines).
Hunk #2 succeeded at 804 (offset -10 lines).
Hunk #3 succeeded at 823 with fuzz 2 (offset -10 lines).
Hunk #4 succeeded at 888 (offset -13 lines).
patching file qtbase/src/plugins/platforms/windows/qwindowscontext.h
Hunk #1 succeeded at 130 (offset -6 lines).
patching file qtbase/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
Hunk #1 succeeded at 1010 (offset -6 lines).
patch: **** Only garbage was found in the patch input.
funcs.mk:242: recipe for target ‘/home/freeman/Desktop/litecoin/depends/work/build/x86_64-w64-mingw32/qt/5.6.1-894f223c2f8/.stamp_preprocessed’ failed
make: *** [/home/freeman/Desktop/litecoin/depends/work/build/x86_64-w64-mingw32/qt/5.6.1-894f223c2f8/.stamp_preprocessed] Error 2

Any idea …

why do you not just download the windows binaries?
update your c++ compiler and try again if that’s not an option

i made it, changed to ubuntu 14.04, there is known issue with depends for ubuntu later versions, thanks