Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 2

Qt-interest Archive, July 2007
qt-4.3.0: Build fails on gcc-3.4.6


Message 1 in thread

Hi all.

I'm having problems building qt-4.3.0 on platform linux-g++-64 x86_64 using 
gcc-3.4.6

g++ -c -include .pch/release-shared/QtGui -m64 -pipe -g -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib64/glib-2.0/include -O2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_EDITION=QT_EDITION_DESKTOP -DQT_BUILD_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_SSE2 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++-64 -I. -I../../include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui -I/usr/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/X11R6/include -I.uic/release-shared -o .obj/release-shared/qdatetimeedit.o 
widgets/qdatetimeedit.cpp
../../include/QtCore/../../src/corelib/arch/qatomic_x86_64.h: In member 
function `virtual QRect QStyleSheetStyle::subElementRect(QStyle::SubElement, 
const QStyleOption*, const QWidget*) const':
../../include/QtCore/../../src/corelib/arch/qatomic_x86_64.h:103: error: 
inconsistent operand constraints in an `asm'
../../include/QtCore/../../src/corelib/arch/qatomic_x86_64.h:103: error: 
inconsistent operand constraints in an `asm'
make[1]: *** [.obj/release-shared/qstylesheetstyle.o] Error 1


Anyone else experienced this?

Regards
....Volker

--
 [ signature omitted ] 

Message 2 in thread

> Hi all.
>
> I'm having problems building qt-4.3.0 on platform linux-g++-64 x86_64 using
> gcc-3.4.6

Check the archives (search for qatomic_x86_64.h).  This is a compiler bug for x86_64
with gcc-3.4, unfortunately.

--
 [ signature omitted ] 

Message 3 in thread

Am Donnerstag 05 Juli 2007 16:17:04 schrieb Caleb Tennis:
> > Hi all.
> >
> > I'm having problems building qt-4.3.0 on platform linux-g++-64 x86_64
> > using gcc-3.4.6
>
> Check the archives (search for qatomic_x86_64.h).  This is a compiler bug
> for x86_64 with gcc-3.4, unfortunately.
>

I see. Thanks for the hint.

--
 [ signature omitted ]