http://bugs.winehq.org/show_bug.cgi?id=32888
Bug #: 32888 Summary: rror: junk at end of line, first unrecognized character is Product: Wine Version: 1.5.22 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alpha_one_x86@first-world.info Classification: Unclassified
When I try compil with wine Qt application with official Qt 5.0.1 32bits for windows: WINEPREFIX="/mnt/perso/progs/wine/qt-5.0-32Bits-for-ultracopier/" wine mingw32-make err:xrandr:xrandr12_init_modes Output has no modes. C:/MinGW/bin/mingw32-make -f Makefile.Debug err:xrandr:xrandr12_init_modes Output has no modes. mingw32-make[1]: Entering directory 'C:/ultracopier' g++ -c -pipe -fno-keep-inline-dllexport -g -Wall -Wextra -fno-rtti -fexceptions -mthreads -DUNICODE -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -DQT_NO_DYNAMIC_CAST -I. -I"lib\qt-tar-xz" -I"..\qt5\qtbase\include" -I"..\qt5\qtbase\include\QtWidgets" -I"..\qt5\qtbase\include\QtXml" -I"..\qt5\qtbase\include\QtNetwork" -I"..\qt5\qtbase\include\QtGui" -I"..\qt5\qtbase\include\QtCore" -I"debug" -I"." -I"..\qt5\qtbase\mkspecs\win32-g++" -o debug\ThemesManager.o ThemesManager.cpp err:xrandr:xrandr12_init_modes Output has no modes. err:xrandr:xrandr12_init_modes Output has no modes. err:xrandr:xrandr12_init_modes Output has no modes. {standard input}: Assembler messages: {standard input}:9561: Error: junk at end of line, first unrecognized character is `p' {standard input}:9561: Error: junk at end of line, first unrecognized character is `%' {standard input}:37027: Error: junk at end of line, first unrecognized character is `.' {standard input}:75460: Error: junk at end of line, first unrecognized character is `.' {standard input}:89689: Error: junk at end of line, first unrecognized character is `.' Makefile.Debug:9355: recipe for target 'debug/ThemesManager.o' failed mingw32-make[1]: *** [debug/ThemesManager.o] Error 1 mingw32-make[1]: Leaving directory 'C:/ultracopier' makefile:34: recipe for target 'debug' failed mingw32-make: *** [debug] Error 2
Same with gcc cli only. Thanks to fix it.