On 10/28/2010 05:26 AM, Dbdwoods wrote:
Ron. I am on a gig right now in. Los. Angeles. So not avialble for a new one. 
Please. Keep in touch. Thanks n. Regards. Dick. Woods

Sent from my iPhone

On Oct 26, 2010, at 3:13 AM, Yang Rui Rui<[email protected]>  wrote:

Hi,

qemugl build failed in slackware64 13.0, could someone help?

gcc -Wall -g -O2 -fno-strict-aliasing  -c -o opengl_exec.o /home/dave/git/meego
emulator-qemugl-x86/target-i386/opengl_exec.c -I.. -I. -I../fpu -I/home/dave/gi
/meego-emulator-qemugl-x86/target-i386 -DNEED_CPU_H
In file included from ../fpu/softfloat.h:522,
                 from /home/dave/git/meego-emulator-qemugl-x86/target-i386/cpu.
:48,
                 from /home/dave/git/meego-emulator-qemugl-x86/target-i386/exec
h:66,
                 from /home/dave/git/meego-emulator-qemugl-x86/target-i386/open
l_exec.c:46:
../fpu/softfloat-native.h: In function ‘float32_le_quiet’:
../fpu/softfloat-native.h:238: warning: implicit declaration of function ‘isles
equal’
../fpu/softfloat-native.h: In function ‘float32_lt_quiet’:
../fpu/softfloat-native.h:242: warning: implicit declaration of function ‘isles
’
../fpu/softfloat-native.h: In function ‘float32_unordered’:
../fpu/softfloat-native.h:246: warning: implicit declaration of function ‘isuno
dered’
../fpu/softfloat-native.h: In function ‘float32_is_infinity’:
../fpu/softfloat-native.h:266: warning: implicit declaration of function ‘fpcla
sify’
../fpu/softfloat-native.h:266: error: ‘FP_INFINITE’ undeclared (first use in th
s function)
../fpu/softfloat-native.h:266: error: (Each undeclared identifier is reported o
ly once
../fpu/softfloat-native.h:266: error: for each function it appears in.)
../fpu/softfloat-native.h: In function ‘float32_is_zero’:
../fpu/softfloat-native.h:278: error: ‘FP_ZERO’ undeclared (first use in this f
nction)
../fpu/softfloat-native.h: In function ‘float64_is_infinity’:
../fpu/softfloat-native.h:375: error: ‘FP_INFINITE’ undeclared (first use in th
s function)
../fpu/softfloat-native.h: In function ‘float64_is_zero’:
../fpu/softfloat-native.h:387: error: ‘FP_ZERO’ undeclared (first use in this f
nction)
../fpu/softfloat-native.h: In function ‘floatx80_is_infinity’:
../fpu/softfloat-native.h:479: error: ‘FP_INFINITE’ undeclared (first use in th
s function)
../fpu/softfloat-native.h: In function ‘floatx80_is_zero’:
../fpu/softfloat-native.h:491: error: ‘FP_ZERO’ undeclared (first use in this f
nction)
/home/dave/git/meego-emulator-qemugl-x86/target-i386/opengl_exec.c: In function
‘do_disconnect’:
/home/dave/git/meego-emulator-qemugl-x86/target-i386/opengl_exec.c:1048: warnin
: implicit declaration of function ‘qemu_free’
/home/dave/git/meego-emulator-qemugl-x86/target-i386/opengl_exec.c: In function
‘GetDrawableImage’:
/home/dave/git/meego-emulator-qemugl-x86/target-i386/opengl_exec.c:1119: warnin
: unused variable ‘old_handler’
/home/dave/git/meego-emulator-qemugl-x86/target-i386/opengl_exec.c: In function
‘do_function_call’:
/home/dave/git/meego-emulator-qemugl-x86/target-i386/opengl_exec.c:1341: warnin
: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘arg_t’
make[1]: *** [opengl_exec.o] Error 1
make: *** [subdir-x86_64-softmmu] Error 2

define __USER_ISOC99 in softfloat-native.h then building passed, not sure if it 
is a right fix.

Actually I just start to learn meego things, I have two qeustions about qemugl:

a. Does the meego runs ok when dri is not enabled, ie. glxinfo reports  
"GL_RENDERER: Software Rasterizer"? If we just use official qemu-kvm does it 
works? Without opengl part just means low-speed or totally not works?

b. Is there any effort to make qemugl merge into qemu/kvm upsteam?

--- meego-emulator-qemugl-x86.orig/fpu/softfloat-native.h       2010-10-28 
09:58:06.000000000 +0800
+++ meego-emulator-qemugl-x86/fpu/softfloat-native.h    2010-10-28 
09:58:52.166666794 +0800
@@ -1,4 +1,5 @@
 /* Native implementation of soft float functions */
+#define __USE_ISOC99
 #include <math.h>



--
Thanks
Yang RuiRui
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev


--
To adhere means to yield. To yield means to adhere.
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to