Thread
:
Updated MicroB
View Single Post
AapoRantalainen
2012-04-10 , 21:03
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#
59
Originally Posted by
romaxa
https://wiki.mozilla.org/Embedding/IPCLiteAPI
- here is a bit more info.
I tested this one.
Maemo5 have only cairo 1.8.8, but 'cairo >= 1.10' needed. I got it configured (with risk)
configure:
-CAIRO_VERSION=1.10
+CAIRO_VERSION=1.8
And because our cairo aren't compiled with 'tee' (without more knowledge about this)
mozconfig:
-ac_add_options --enable-system-cairo
+ac_add_options --disable-system-cairo
And then I hit on the error:
ipclite/mozilla-central/gfx/skia/src/opts/SkBlitRow_opts_arm.cpp:780: error: fp cannot be used in asm here
(seems this has nothing to do with cairo)
I tested on scratchbox1 and followed 'Build instructions'.
Quote & Reply
|
The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post:
fw190
,
Wikiwide
AapoRantalainen
View Public Profile
Send a private message to AapoRantalainen
Find all posts by AapoRantalainen