If somebody has seen this before, maybe you could point me the right direction
Hello everyone, I am trying to compile VLC3.0.8 on the UBUNTU18.04 currently.
And I follow the steps of this URL to compile https://wiki.videolan.org/Win32Compile/#Obtaining_the_toolchain.
Now i have compiled it through.
But when I run it, the function is normal, but the default icon does not appear.
I know the reason for gui / qt and I have the following warning at compile time, but I don't know how to solve it.
----------------------------------------------------------------------------------------
make[4]: Entering directory '/root/vlc/win32/modules'
CXX gui/qt/libqt_plugin_la-resources.lo
CXXLD libqt_plugin.la
*** Warning: Linking the shared library libqt_plugin.la against the
*** static library /root/vlc/contrib/i686-w64-mingw32/lib/libQt5Gui.a is not portable!
*** Warning: Linking the shared library libqt_plugin.la against the
*** static library /root/vlc/contrib/i686-w64-mingw32/lib/libqtharfbuzzng.a is not portable!
*** Warning: Linking the shared library libqt_plugin.la against the
*** static library /root/vlc/contrib/i686-w64-mingw32/lib/libQt5Core.a is not portable!
*** Warning: Linking the shared library libqt_plugin.la against the
*** static library /root/vlc/contrib/i686-w64-mingw32/lib/libqtpcre.a is not portable!