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.
https://bugs.winehq.org/show_bug.cgi?id=32888
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Summary|rror: junk at end of line, |Compiling Ultracopier |first unrecognized |0.4.0.3 inside Qt 5.0.1 |character is |results in errors from | |compiler
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- I can confirm that when compiling ThemeManager.cpp there are errors about "junk at end of line" in wine 1.5.22. They are no longer presente in wine 1.7.33.
Ultracopier: https://web.archive.org/web/20130121171457/http://ultracopier.first-world.in...
Qt: http://download.qt.io/archive/qt/5.0/5.0.1/qt-windows-opensource-5.0.1-mingw...
Wine 1.5.22: g++ -c -pipe -fno-keep-inline-dllexport -g -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -DQT_NEEDS_QMAIN -I..\ultracopier-src -I"..\ultracopier-src\lib\qt-tar-xz" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtWidgets" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtXml" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtNetwork" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtGui" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtCore" -I"debug" -I"." -I"." -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\mkspecs\win32-g++" -o debug\ThemesManager.o ..\ultracopier-src\ThemesManager.cpp {standard input}: Assembler messages: {standard input}:39126: Error: junk at end of line, first unrecognized character is `.' {standard input}:43532: Error: junk at end of line, first unrecognized character is `.' {standard input}:75411: Error: junk at end of line, first unrecognized character is `.' mingw32-make: *** [debug/ThemesManager.o] Error 1 Makefile.Debug:5362: recipe for target 'debug/ThemesManager.o' failed 10:29:43: The process "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" exited with code 2.
Wine 1.7.33: g++ -c -pipe -fno-keep-inline-dllexport -g -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -DQT_NEEDS_QMAIN -I..\ultracopier-src -I"..\ultracopier-src\lib\qt-tar-xz" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtWidgets" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtXml" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtNetwork" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtGui" -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\include\QtCore" -I"debug" -I"." -I"." -I"..\Qt\Qt5.0.1\5.0.1\mingw47_32\mkspecs\win32-g++" -o debug\ThemesManager.o ..\ultracopier-src\ThemesManager.cpp 10:27:06: The process "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" exited normally.
https://bugs.winehq.org/show_bug.cgi?id=32888
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.34.