tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

generated without any errors, but there are errors #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Je compile le projet Qt normalement, des erreurs interviennent (et sont
bien affichées dans la sortie) et à la fin, la dernière ligne qui résume ne
semble pas catcher les erreurs car elle indique génération terminée sans
erreurs, alors que la génération n'a pas eu lieu, des erreurs ont été
levées. Cependant les warnings eux sont comptabilisés.

Ex: http://img264.imageshack.us/img264/5374/qdevlr8.png

Ce problème se produit aussi bien sur la 0.21 et 0.23 (les autres je ne
sais pas)
Ce problème se produit aussi bien avec Qt 4.2.2 et 4.3.0 (les autres je ne
sais pas)

Original issue reported on code.google.com by beaud...@gmail.com on 29 Jun 2007 at 8:28

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Please report issues in english, as not all of use speak french. Thanks.

Original comment by cucoma...@gmail.com on 20 Jul 2007 at 2:13

GoogleCodeExporter commented 8 years ago
Display output "generated without any errors, but there are errors

Making the QT project normally. Some errors found (diplayed on the output 
messages), 
in the end, the last line which remuse, seems doesn't catch errors displayed 
before. 
It say "génération termiée sans erreur" (in english, "generated without any 
errors"). No exe file generated. Warnings are counted (by example it can 
say "générération terminée avec des warnings", in english "generated with 
some 
warnings").

See example: http://img264.imageshack.us/img264/5374/qdevlr8.png

This problem occurs in french version of QDevelop, tested on 0.21 and 0.23 
versions
This problem occurs with Qt 4.2.2 and 4.3.0 (others version status unknow)
MinGW was installed by Qt.

Sorry for my bad english

Original comment by beaud...@gmail.com on 20 Jul 2007 at 5:22

GoogleCodeExporter commented 8 years ago
Enlgish is not the problem, code is ;-)

Can you reproduce this problem on a small project and attach it here, so we can 
try
and fix it?

Original comment by cucoma...@gmail.com on 23 Jul 2007 at 11:20

GoogleCodeExporter commented 8 years ago
Can you reproduce in 0.24? I personally did not see it in a single project yet, 
and 
you still did not provide a minimal example. Please reply, or I will close this 
issue as invalid. Thanks!

Original comment by cucoma...@gmail.com on 10 Sep 2007 at 8:13

GoogleCodeExporter commented 8 years ago
I have such problem too. Here is debug text:
C:/MinGW/bin/mingw32-make.exe -f Makefile.Debug clean
mingw32-make.exe[1]: Entering directory `C:/Documents and 
Settings/Bethrezen/BzShell'
del build\moc_dialogimpl.cpp
del build\ui_dialog.h
del build\dialogimpl.o build\main.o build\moc_dialogimpl.o
mingw32-make.exe[1]: Leaving directory `C:/Documents and 
Settings/Bethrezen/BzShell'
C:/MinGW/bin/mingw32-make.exe -f Makefile.Release clean
mingw32-make.exe[1]: [compiler_moc_header_clean] Error 1 (ignored)
mingw32-make.exe[1]: [compiler_uic_clean] Error 1 (ignored)
mingw32-make.exe[1]: [clean] Error 1 (ignored)
mingw32-make.exe[1]: Entering directory `C:/Documents and 
Settings/Bethrezen/BzShell'
del build\moc_dialogimpl.cpp
del build\ui_dialog.h
del build\dialogimpl.o build\main.o build\moc_dialogimpl.o
ЌҐ г¤ Ґвбп ­ ©вЁ C:\Documents and 
Settings\Bethrezen\BzShell\build\moc_dialogimpl.cpp
mingw32-make.exe[1]: [compiler_moc_header_clean] Error 1 (ignored)
ЌҐ г¤ Ґвбп ­ ©вЁ C:\Documents and 
Settings\Bethrezen\BzShell\build\ui_dialog.h
mingw32-make.exe[1]: [compiler_uic_clean] Error 1 (ignored)
mingw32-make.exe[1]: Leaving directory `C:/Documents and 
Settings/Bethrezen/BzShell'
Сборка (make)...
C:/MinGW/bin/mingw32-make.exe -f Makefile.Debug
mingw32-make.exe[1]: Entering directory `C:/Documents and 
Settings/Bethrezen/BzShell'
c:\Qt\4.3.0\bin\uic.exe ui\dialog.ui -o build\ui_dialog.h
g++ -c -g -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-I"..\..\..\Qt\4.3.0\include\QtCore" -I"..\..\..\Qt\4.3.0\include\QtCore"
-I"..\..\..\Qt\4.3.0\include\QtGui" -I"..\..\..\Qt\4.3.0\include\QtGui"
-I"..\..\..\Qt\4.3.0\include" -I"..\..\..\Qt\4.3.0\include\ActiveQt" -I"build"
-I"build" -I"..\..\..\Qt\4.3.0\mkspecs\win32-g++" -o build\dialogimpl.o
src\dialogimpl.cpp
mingw32-make.exe[1]: Leaving directory `C:/Documents and 
Settings/Bethrezen/BzShell'
mingw32-make.exe[1]: *** [build\dialogimpl.o] Error 1
C:\MinGW\bin\mingw32-make.exe: *** [debug] Error 2

But when i do it manually by calling:
$ qmake
$ mingw32-make
It does all right.
It's just a new-created project using wizard.

Original comment by b37hr3...@gmail.com on 12 Sep 2007 at 9:27

GoogleCodeExporter commented 8 years ago
Can you reproduce this error today? Using revision 280 ...?

Original comment by diegoi...@gmail.com on 5 Dec 2007 at 10:04

GoogleCodeExporter commented 8 years ago
... or revision 321...?
If you do not response, I will assume it's working and I will close the issue.

Original comment by diegoi...@gmail.com on 8 May 2008 at 9:50

GoogleCodeExporter commented 8 years ago
I can't reproduce this error. QDevelop work properly now, since Windows new 
install.

Original comment by beaud...@gmail.com on 8 May 2008 at 10:41

GoogleCodeExporter commented 8 years ago
I'm closing this bug. Notify us if it appears again.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 4:41

GoogleCodeExporter commented 8 years ago
hello bro my name is OMER
i hav installed QT (alot of times) & have carbide c++
when i want to compile the project with the command line i get this error
em stuck in it pls let me (email: billgates1130@yahoo.com)

can u giv giv ur id so that i can get help from u!!!

C:\Documents and Settings\Administrator\My Documents\okk\ok2>mingw32-make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Documents and Settings/Administrator/My
Documents/okk/ok2'
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel
oc -mthreads -Wl -Wl,-subsystem,windows -o debug\ok2.exe debug/main.o debug/main
window.o debug/moc_mainwindow.o  -L"c:\Qt\4.6.0\lib" -lmingw32 -lqtmaind -lQtGui
d4 -lQtCored4
c:\Qt\4.6.0\lib/libqtmaind.a(qtmain_win.o): In function `WinMain@16':
C:\iwmake\build_mingw_opensource\src\winmain/qtmain_win.cpp:93: undefined refere
nce to `_Unwind_Resume'
C:\iwmake\build_mingw_opensource\src\winmain/qtmain_win.cpp:135: undefined refer
ence to `_Unwind_Resume'
c:\Qt\4.6.0\lib/libqtmaind.a(qtmain_win.o):C:\iwmake\build_mingw_opensource\src\
winmain/../../include/QtCore/../../src/corelib/tools/qvector.h:481: undefined re
ference to `_Unwind_Resume'
c:\Qt\4.6.0\lib/libqtmaind.a(qtmain_win.o):C:\iwmake\build_mingw_opensource\src\
winmain/../../include/QtCore/../../src/corelib/tools/qvector.h:482: undefined re
ference to `_Unwind_Resume'
c:\Qt\4.6.0\lib/libqtmaind.a(qtmain_win.o):qtmain_win.cpp:(.eh_frame+0x12): unde
fined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\ok2.exe] Error 1
mingw32-make[1]: Leaving directory `C:/Documents and Settings/Administrator/My D
ocuments/okk/ok2'
mingw32-make: *** [debug] Error 2

C:\Documents and Settings\Administrator\My Documents\okk\ok2>

Original comment by billgate...@yahoo.com on 22 Dec 2009 at 10:59

GoogleCodeExporter commented 8 years ago
It seems like broken Qt installation. You'd better ask Nokia's stuff for help.

Original comment by Lord.Div...@gmail.com on 22 Dec 2009 at 11:22