[Bug 32888] Compiling Ultracopier 0.4.0.3 inside Qt 5.0.1 results in errors from compiler

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 9 06:33:58 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=32888

Bruno Jesus <00cpxxx at 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 at 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.info/download-all.html

Qt:
http://download.qt.io/archive/qt/5.0/5.0.1/qt-windows-opensource-5.0.1-mingw47_32-x86-offline.exe

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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list