[e-users] Problem compiling edje on OpenSolaris

2009-01-17 Thread Marcin M. Jessa
Hi. I am trying to compile edje from fresh svn src tree on OpenSolaris x86 and get following error running make: Making all in bin /bin/bash ../../libtool --tag=CC--mode=link gcc -std=gnu99 -g -O2 -L/opt/csw/lib -R/opt/csw/lib -L/usr/sfw/lib -R/usr/sfw/lib -L/usr/local/lib

Re: [e-users] a guide request about windows transition effects

2009-01-17 Thread Gustavo Sverzut Barbieri
On Fri, Jan 16, 2009 at 10:10 PM, The Rasterman Carsten Haitzler ras...@rasterman.com wrote: On Fri, 16 Jan 2009 17:35:47 +0200 Oguz Yarimtepe comp@gmail.com babbled: Hi, I have been reading and trying EFL and its docs. I tried some animations, wrote some simple EDC files, played with

Re: [e-users] a guide request about windows transition effects

2009-01-17 Thread Oguz Yarimtepe
Hi, On Sat, 2009-01-17 at 14:16 -0200, Gustavo Sverzut Barbieri wrote: Als also true for DirectFB, at least in my platform (Intel CE2110) drivers are buggy and you'll get ugly artifacts (50% transparent rectangle on top of an opaque object will make the opaque object semitransparent as well!

Re: [e-users] Problem compiling edje on OpenSolaris

2009-01-17 Thread Marcin M. Jessa
Carsten Haitzler (The Rasterman) wrote: On Fri, 16 Jan 2009 23:59:57 +0100 Marcin M. Jessa li...@yazzy.org babbled: smells like your freetype is missing a symbol. from the code: #if FREETYPE_MINOR = 2 return FT_Get_TrueType_Engine_Type(evas_ft_lib) =