| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 5 | |
Hello,
trying to build qt 4.4.0 rc1 on Vista Ultimate 64x with mingw 3.4.5
fails with the following output.
any hints or suggestions ?
g++ -c -include tmp\obj\debug_shared\qt_pch.h -g -Wall -frtti
-fexceptions -mthreads -DQT_SHARED -DQT_THREAD
NICODE -DQT_LARGEFILE_SUPPORT -DQT_EDITION=QT_EDITION_DESKTOP
-DQT_BUILD_XMLPATTERNS_LIB -DQT_NO_USING_NAMES
KEDLL -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT
-DQT_MOC_COMPAT -D_USE_MATH_DEFINES -DQT_
WORK_LIB -DQT_CORE_LIB -I"..\..\include\QtCore" -I"..\..\include\QtCore"
-I"..\..\include\QtNetwork" -I"..\.
Network" -I"..\..\include" -I"..\..\include\QtXmlPatterns"
-I"tmp\rcc\debug_shared" -I"tmp" -I"acceltree" -I
i" -I"environment" -I"expr" -I"functions" -I"iterators" -I"janitors"
-I"parser" -I"qobjectmodel" -I"type" -I
.\..\tools\xmlpatterns" -I"..\..\include\ActiveQt"
-I"tmp\moc\debug_shared" -I"." -I"..\..\mkspecs\win32-g++
\debug_shared\qgday.o data\qgday.cpp
In file included from ../../include/QtCore/qpair.h:1,
from
../../include/QtCore/../../src/corelib/tools/qhash.h:29,
from ../../include/QtCore/qhash.h:1,
from ../../include/QtCore/QHash:1,
from utils/qnamepool_p.h:35,
from type/qschematype_p.h:35,
from type/qanytype_p.h:35,
from type/qanysimpletype_p.h:35,
from type/qatomictype_p.h:35,
from type/qanynodetype_p.h:35,
from type/qbuiltintypes_p.h:35,
from data\qgday.cpp:22:
../../include/QtCore/../../src/corelib/tools/qpair.h: In function `bool
operator<(const QPair<T1, T2>&, cons
T2>&)':
../../include/QtCore/../../src/corelib/tools/qpair.h:60: internal
compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
mingw32-make[2]: *** [tmp/obj/debug_shared/qgday.o] Error 1
mingw32-make[2]: Leaving directory `C:/Qt/4.4.0_gcc/src/xmlpatterns'
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.4.0_gcc/src/xmlpatterns'
mingw32-make: *** [sub-xmlpatterns-make_default-ordered] Error 2
thanks,
Andreas
--
[ signature omitted ]
On Thursday 24 April 2008 13:49:32 Wente, Andreas wrote: > trying to build qt 4.4.0 rc1 on Vista Ultimate 64x with mingw 3.4.5 > fails with the following output. > any hints or suggestions ? > > > ../../include/QtCore/../../src/corelib/tools/qpair.h:60: internal > compiler error: Segmentation fault Sorry, it's a compiler problem. I suggest you upgrade or downgrade your compiler, to see if a different version has the same problem. Though... hmmm...: >g++ -c -include tmp\obj\debug_shared\qt_pch.h -g -Wall -frtti You're using PCH on gcc 3.4. The GCC team says it's an experimental feature in that series. Try turning it off and see if it helps you. -- [ signature omitted ]
Attachment:
signature.asc
Description: This is a digitally signed message part.
Hi, I didn'i change any config. Just did a configure / mingw32-make. How could I turn pch off? I need gcc 3.4.5 and http://trolltech.com/developer/notes/supported_platforms says it's ok. -- [ signature omitted ]
And, on Vista32 same config works with no builderror.... > Hi, > > I didn'i change any config. Just did a configure / mingw32-make. > How could I turn pch off? I need gcc 3.4.5 and > http://trolltech.com/developer/notes/supported_platforms says it's ok. > > -- > Mit freundlichen Grüßen / kind regards, > > Andreas Wente > > > -----Original Message----- > > From: Thiago Macieira [mailto:thiago.macieira@xxxxxxxxxxxxx] > > Sent: Thursday, April 24, 2008 2:04 PM > > To: qt-interest@xxxxxxxxxxxxx > > Subject: Re: Building 4.4.0-rc1 on Vista 64x with gcc3.4.5 fails > > > > On Thursday 24 April 2008 13:49:32 Wente, Andreas wrote: > > > trying to build qt 4.4.0 rc1 on Vista Ultimate 64x with mingw 3.4.5 > > > fails with the following output. > > > any hints or suggestions ? > > > > > > > > > > > ../../include/QtCore/../../src/corelib/tools/qpair.h:60: internal > > > compiler error: Segmentation fault > > > > Sorry, it's a compiler problem. I suggest you upgrade or downgrade your > > compiler, to see if a different version has the same problem. > > > > Though... hmmm...: > > >g++ -c -include tmp\obj\debug_shared\qt_pch.h -g -Wall -frtti > > > > You're using PCH on gcc 3.4. The GCC team says it's an experimental > feature > > in that series. Try turning it off and see if it helps you. > > > > -- > > Thiago José Macieira - thiago.macieira AT trolltech.com Trolltech ASA - > > Sandakerveien 116, NO-0402 Oslo, Norway > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with > "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ -- [ signature omitted ]