GNOME Bugzilla – Bug 750228
WARNING: Could not create .lib, gendef might be missing
Last modified: 2015-06-10 21:27:26 UTC
I am cross compiling gstreamer on linux (ubuntu 15.04) for windows 64, and I get that warning for each recipe it builds: WARNING: Could not create .lib, gendef might be missing Indeed in my cerbero env I've got only gendef.exe and no linux binary. Should it come from my system (then add sudo apt-get install mingw-w64-tools in bootstrap) or installed into my cerbero env ?
Created attachment 304365 [details] [review] debian bootstrap: add 'mingw-w64-tools' if target platform is Windows
Created attachment 304366 [details] [review] bootstrap: add 'mingw-w64-tools' if target platform is Windows
Attachment 304366 [details] pushed as 840ffc9 - bootstrap: add 'mingw-w64-tools' if target platform is Windows