Displaying 2 results from an estimated 2 matches for "q_ws_x11".
2012 Mar 17
1
qtbase installation problems on MacOS
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120317/aaf91ee9/attachment.pl>
2006 Dec 17
1
[LLVMdev] Building Qt with LLVM
...karound some llvm-gcc4 "not supported yet" stuff
3.1 Inline FP assembler:
--- src/gui/painting/qmath_p.h 2006-11-27 20:26:07.000000000 +0300
+++ src/gui/painting/qmath_p.h 2006-12-16 01:16:41.169530170 +0300
@@ -57,7 +57,7 @@
{ return d >= 0.0 ? int(d) : int(d - 0.9999); }
#ifdef Q_WS_X11
-#if defined(Q_CC_GNU) && defined(__i386__)
+#if defined(Q_CC_GNU) && defined(__i386__) && !defined(__llvm__)
inline double qCos_x86(double a)
{
3.2 Multiple specs in inline assembler:
--- src/corelib/arch/qatomic_i386.h 2006-11-27 20:26:05.000000000 +0300
+++ src/corel...