Re: [E-devel] Error compiling edje_data.c from CVS

2008-03-11 Thread Paulo J. Matos
Argh, forget it! Library version mismatch! :-)

Cheers,

Paulo Matos

On Tue, Mar 11, 2008 at 5:30 PM, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
> Hello,
>  While compiling edje_data.c from CVS I got:
>   i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../..
>  -I../../src/lib -DPACKAGE_BIN_DIR=\"/usr/bin\"
>  -DPACKAGE_LIB_DIR=\"/usr/lib\" -DPACKAGE_DATA_DIR=\"/usr/share/edje\"
>  -march=pentium4 -O2 -pipe -fomit-frame-pointer -MT edje_data.lo -MD
>  -MP -MF .deps/edje_data.Tpo -c edje_data.c  -fPIC -DPIC -o
>  .libs/edje_data.o
>  edje_data.c: In function '_edje_edd_setup':
>  edje_data.c:81: warning: assignment from incompatible pointer type
>  edje_data.c:83: warning: assignment from incompatible pointer type
>  edje_data.c:84: warning: assignment from incompatible pointer type
>  edje_data.c:85: warning: assignment from incompatible pointer type
>  edje_data.c:86: warning: assignment from incompatible pointer type
>  edje_data.c:87: warning: assignment from incompatible pointer type
>  edje_data.c:88: warning: assignment from incompatible pointer type
>  edje_data.c:89: warning: assignment from incompatible pointer type
>  edje_data.c:90: error: 'struct ' has no member named
>  'str_direct_alloc'
>  edje_data.c:91: error: 'struct ' has no member named
>  'str_direct_free'
>  edje_data.c:97: warning: assignment makes pointer from integer without a cast
>  edje_data.c:103: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:110: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:119: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:126: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:136: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:145: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:152: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:159: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:166: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:173: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:180: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:187: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:206: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:222: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:228: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:235: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:255: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:261: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:354: warning: assignment makes pointer from integer without a 
> cast
>  edje_data.c:380: warning: assignment makes pointer from integer without a 
> cast
>  make[3]: *** [edje_data.lo] Error 1
>  make[3]: *** Waiting for unfinished jobs
>
>  Is anybody working on this right now?
>
>  Cheers,
>  --
>  Paulo Jorge Matos - pocm at soton.ac.uk
>  http://www.personal.soton.ac.uk/pocm
>  PhD Student @ ECS
>  University of Southampton, UK
>  Sponsor ECS runners - Action against Hunger:
>  http://www.justgiving.com/ecsrunslikethewind
>



-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK
Sponsor ECS runners - Action against Hunger:
http://www.justgiving.com/ecsrunslikethewind

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Error compiling edje_data.c from CVS

2008-03-11 Thread Paulo J. Matos
Hello,
While compiling edje_data.c from CVS I got:
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../..
-I../../src/lib -DPACKAGE_BIN_DIR=\"/usr/bin\"
-DPACKAGE_LIB_DIR=\"/usr/lib\" -DPACKAGE_DATA_DIR=\"/usr/share/edje\"
-march=pentium4 -O2 -pipe -fomit-frame-pointer -MT edje_data.lo -MD
-MP -MF .deps/edje_data.Tpo -c edje_data.c  -fPIC -DPIC -o
.libs/edje_data.o
edje_data.c: In function '_edje_edd_setup':
edje_data.c:81: warning: assignment from incompatible pointer type
edje_data.c:83: warning: assignment from incompatible pointer type
edje_data.c:84: warning: assignment from incompatible pointer type
edje_data.c:85: warning: assignment from incompatible pointer type
edje_data.c:86: warning: assignment from incompatible pointer type
edje_data.c:87: warning: assignment from incompatible pointer type
edje_data.c:88: warning: assignment from incompatible pointer type
edje_data.c:89: warning: assignment from incompatible pointer type
edje_data.c:90: error: 'struct ' has no member named
'str_direct_alloc'
edje_data.c:91: error: 'struct ' has no member named
'str_direct_free'
edje_data.c:97: warning: assignment makes pointer from integer without a cast
edje_data.c:103: warning: assignment makes pointer from integer without a cast
edje_data.c:110: warning: assignment makes pointer from integer without a cast
edje_data.c:119: warning: assignment makes pointer from integer without a cast
edje_data.c:126: warning: assignment makes pointer from integer without a cast
edje_data.c:136: warning: assignment makes pointer from integer without a cast
edje_data.c:145: warning: assignment makes pointer from integer without a cast
edje_data.c:152: warning: assignment makes pointer from integer without a cast
edje_data.c:159: warning: assignment makes pointer from integer without a cast
edje_data.c:166: warning: assignment makes pointer from integer without a cast
edje_data.c:173: warning: assignment makes pointer from integer without a cast
edje_data.c:180: warning: assignment makes pointer from integer without a cast
edje_data.c:187: warning: assignment makes pointer from integer without a cast
edje_data.c:206: warning: assignment makes pointer from integer without a cast
edje_data.c:222: warning: assignment makes pointer from integer without a cast
edje_data.c:228: warning: assignment makes pointer from integer without a cast
edje_data.c:235: warning: assignment makes pointer from integer without a cast
edje_data.c:255: warning: assignment makes pointer from integer without a cast
edje_data.c:261: warning: assignment makes pointer from integer without a cast
edje_data.c:354: warning: assignment makes pointer from integer without a cast
edje_data.c:380: warning: assignment makes pointer from integer without a cast
make[3]: *** [edje_data.lo] Error 1
make[3]: *** Waiting for unfinished jobs

Is anybody working on this right now?

Cheers,
-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK
Sponsor ECS runners - Action against Hunger:
http://www.justgiving.com/ecsrunslikethewind

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Entrance errors

2007-04-09 Thread Paulo J. Matos
On 4/9/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Sun, 8 Apr 2007 22:38:59 +0100 "Paulo J. Matos" <[EMAIL PROTECTED]> 
> babbled:
>
> > On 4/8/07, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
> > >
> > > Any ideas on what this might be about?
> > >
> >
> > Oh well, this probably is about the eet evas module as it says, what I
> > really want to know is if I need to run anything before entrance -T?
>
> did evas build with eet support? do you have the eet loader for evas?
>

For some reason... it didn't... :( Wierd. Recompiling...

Thank you

> > > --
> > > Paulo Jorge Matos - pocm at soton.ac.uk
> > > http://www.personal.soton.ac.uk/pocm
> > > PhD Student @ ECS
> > > University of Southampton, UK
> > >
> >
> >
> > --
> > Paulo Jorge Matos - pocm at soton.ac.uk
> > http://www.personal.soton.ac.uk/pocm
> > PhD Student @ ECS
> > University of Southampton, UK
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
> 裸好多
> Tokyo, Japan (東京 日本)
>
>
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 Bindings

2007-04-09 Thread Paulo J. Matos
On 4/9/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote:
> On 4/9/07, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote:
> >
> > Only do that if you loads of free time.
> >
> > AFAIK Ewl apps don't need to deal with ecore/ecore_evas directly so I
> > believe you can just start with Ewl bindings. If you later decide you
> > would like to have Eet support, too, you can always go back and write
> > bindings for it.
>
> Right. There are some ruby bindings in proto for it now that do not
> rely on any of the dependent libraries having bindings.
>

Although I know nothing about ruby, I'll look at them to see if I can
make any sense out of the code. Thank you

> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E17 Bindings

2007-04-09 Thread Paulo J. Matos
On 4/9/07, Tilman Sauerbeck <[EMAIL PROTECTED]> wrote:
> Carsten Haitzler [2007-04-09 08:36]:
> > > Hello,
> > >
> > > I would like to try and write some PLT-Scheme bindings to EWL and E17.
> > > Where should I start? Probably from imlib2 and then all my way to ewl
> > > and e17? I don't think I can go directly to EWL, right?
> >
> > well actually you don't need to do imlib2 - but start at eet, evas, ecore,
> > embryo, edje.
>
> Only do that if you loads of free time.
>

Thank you, I'll  remember that! :)

-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Entrance errors

2007-04-08 Thread Paulo J. Matos
On 4/8/07, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
>
> Any ideas on what this might be about?
>

Oh well, this probably is about the eet evas module as it says, what I
really want to know is if I need to run anything before entrance -T?

> --
> Paulo Jorge Matos - pocm at soton.ac.uk
> http://www.personal.soton.ac.uk/pocm
> PhD Student @ ECS
> University of Southampton, UK
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Entrance errors

2007-04-08 Thread Paulo J. Matos
Hello all,

I've compiled E17 from CVS by hand. I've, from E16, tried entrace -T
and got in the terminal:
EDJE: Error loading image collection "images/314" from file
"/usr/local/stow/entrance/share/entrance/themes/default.edj". Missing
EET Evas loader module?
Error type: EVAS_LOAD_ERROR_GENERIC
EDJE: Error loading image collection "images/316" from file
"/usr/local/stow/entrance/share/entrance/themes/default.edj". Missing
EET Evas loader module?
Error type: EVAS_LOAD_ERROR_GENERIC
EDJE: Error loading image collection "images/318" from file
"/usr/local/stow/entrance/share/entrance/themes/default.edj". Missing
EET Evas loader module?
Error type: EVAS_LOAD_ERROR_GENERIC
EDJE: Error loading image collection "images/124" from file
"/usr/local/stow/entrance/share/entrance/themes/default.edj". Missing
EET Evas loader module?
Error type: EVAS_LOAD_ERROR_GENERIC

this messages keep showing up while entrace window is being displayed
and entrance doesn't seem ok at all.

Any ideas on what this might be about?

-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] E17 Bindings

2007-04-08 Thread Paulo J. Matos
Hello,

I would like to try and write some PLT-Scheme bindings to EWL and E17.
Where should I start? Probably from imlib2 and then all my way to ewl
and e17? I don't think I can go directly to EWL, right?

Cheers,

-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Can't build efreet

2007-04-08 Thread Paulo J. Matos
On 4/8/07, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Latest CVS: I was trying to build EWL but depends on efreet which I
> hadn't compiled yet, so I tried to compile efreet but:
> $ ./autogen.sh
> Running aclocal...
> /usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of
> AM_OPTIONS_WXCONFIG
> /usr/share/aclocal/wxwin.m4:36:   run info '(automake)Extending aclocal'
> /usr/share/aclocal/wxwin.m4:36:   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> Running autoheader...
> Running autoconf...
> Running libtoolize...
> Running automake...
> configure.in:65: required file `debian/changelog.in' not found
>
> Configure then fails.
> $ ./configure --prefix ...etc...
> configure: creating ./config.status
> config.status: creating efreet-config
> config.status: creating efreet.pc
> config.status: error: cannot find input file: Makefile.in
>
> Is there anything I'm not doing correctly?

Vincent suggestion in pvt of doing mkdir debian, touch changelog.in
worked! Thank you Vincent!


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Can't build efreet

2007-04-08 Thread Paulo J. Matos
Hello,

Latest CVS: I was trying to build EWL but depends on efreet which I
hadn't compiled yet, so I tried to compile efreet but:
$ ./autogen.sh
Running aclocal...
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of
AM_OPTIONS_WXCONFIG
/usr/share/aclocal/wxwin.m4:36:   run info '(automake)Extending aclocal'
/usr/share/aclocal/wxwin.m4:36:   or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
configure.in:65: required file `debian/changelog.in' not found

Configure then fails.
$ ./configure --prefix ...etc...
configure: creating ./config.status
config.status: creating efreet-config
config.status: creating efreet.pc
config.status: error: cannot find input file: Makefile.in

Is there anything I'm not doing correctly?
-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Eye Candy Software on E16

2007-03-15 Thread Paulo J. Matos
Hello,

I'm quite curious to know if anyone tried to run skippy-xd on e16 with
composite features enabled. I tried it but it doesn't work. Anyone
knows the reason why?

Cheers,
-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling EWL fails due to some reason (not code)!

2007-03-04 Thread Paulo J. Matos
On 2/28/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote:
> >
> > look for /usr/lib/libe*, and delete any enlightenment related ones, then
> > recompile everything in order (eet, evas, ecore, embryo, edje, ...)
> >

Removed a whole bunch of them but now I get libeet instead of libedge
in the error while linking ewl. Can it be imlib? I already removed all
libe* from /usr/*/lib ... any ideas?

Cheers,

Paulo Matos

> > rephorm
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling EWL fails due to some reason (not code)!

2007-02-28 Thread Paulo J. Matos
On 2/27/07, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Tuesday, 27 February 2007, at 14:38:44 (-0600),
> Brian Mattern wrote:
>
> > But the practical suggestion in the email (removing crufty installs from
> > old prefixes) is correct, no?
>
> Not necessarily.  The .la file which refers to the now-missing
> /usr/lib/libedje.la could be anywhere, even in /usr/local.  The
> problem is that something got built when edje was still in /usr/lib.
> That something needs to be found and rebuilt.
>

That's probably it since I found a few only installs of E17 libs
floating around /usr/lib. It seems I was not able to remove all since
I'm still getting the problem. Is there any straightforward solution
coming to the mind of anyone? I'll be running grep -R "libedje"
/usr/lib but it'll probably take forever and even if returns nothing
I'll still be in trouble. Any ideas?

> Michael
>
> --
> Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
> n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
> ---
>  "And you women try to make us feel better about it.  'It's not the
>   size of the ship that counts; it's the motion of the ocean.'  Well,
>   that may be true, but it takes an awfully long time to get to
>   England in a rowboat." -- Jeff Foxworthy
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Compiling EWL fails due to some reason (not code)!

2007-02-27 Thread Paulo J. Matos
On 2/27/07, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Tuesday, 27 February 2007, at 19:07:42 (+),
> Paulo J. Matos wrote:
>
> > grep: /usr/lib/libedje.la: No such file or directory
> > /usr/bin/sed: can't read /usr/lib/libedje.la: No such file or directory
> > libtool: link: `/usr/lib/libedje.la' is not a valid libtool archive
> >
> > Well, I can't find a single line referring to /usr/lib in this linking
> > command line.
> > Can this be a hardcoded line in ewl make somewhere?
> >
> > Does anyone know what's happening?
>
> One of the .la files used in that link line refers to
> /usr/lib/libedje.la.
>

Can't find anyone on the line I posted regarding /usr/lib/libedje.la and
# pwd
/usr/local/stow
# grep -R "/usr/lib/libedje.la" *
#

finds nothing.

Why do you say that?
> Michael
>
> --
> Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
> n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
> ---
>  "Narrow is the road and too high a price to pay when loneliness is
>   such a sanctuary.  Empty are the musings and wasted are the days
>   when you say you were only waiting."
>   -- Jars of Clay, "Famous Last Words"
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Compiling EWL fails due to some reason (not code)!

2007-02-27 Thread Paulo J. Matos
Well, hello all,

I'm compiling E17 to /usr/loca/stow/ and then use stow (gnu stow)
to create links on /usr/local/. Everything went fine up until ewl.
I went through in this order:
imlib, eet, edb, evas, ecore, epeg, edje, epsilon, embryo, esmart, ewl!!!

Ewl compiles find but when linking:
/bin/sh ../../libtool --tag=CC   --mode=link gcc  -O0 -ggdb
-version-info 1:0:0  -o libewl.la -rpath /usr/local/stow/ewl/lib
ewl_attach.lo ewl_border.lo ewl_box.lo ewl_label.lo ewl_button.lo
ewl_calendar.lo ewl_callback.lo ewl_cell.lo ewl_check.lo
ewl_checkbutton.lo ewl_colordialog.lo ewl_colorpicker.lo ewl_combo.lo
ewl_config.lo ewl_container.lo ewl_cursor.lo ewl_datepicker.lo
ewl_dialog.lo ewl_dnd.lo ewl_embed.lo ewl_engines.lo ewl_entry.lo
ewl_events.lo ewl_expansion.lo ewl_floater.lo ewl_filelist.lo
ewl_filelist_tree.lo ewl_filelist_list.lo ewl_filelist_icon.lo
ewl_filelist_column.lo ewl_filepicker.lo ewl_filedialog.lo
ewl_freebox.lo ewl_grid.lo ewl_highlight.lo ewl_histogram.lo
ewl_icon.lo ewl_icon_theme.lo ewl_io_manager.lo ewl_image.lo
ewl_list.lo ewl_media.lo ewl_menu.lo ewl_menubar.lo ewl_menu_base.lo
ewl_menu_item.lo ewl_misc.lo ewl_model.lo ewl_mvc.lo ewl_notebook.lo
ewl_object.lo ewl_overlay.lo ewl_paned.lo ewl_password.lo ewl_popup.lo
ewl_progressbar.lo ewl_radiobutton.lo ewl_range.lo ewl_row.lo
ewl_scrollbar.lo ewl_scrollpane.lo ewl_seeker.lo ewl_separator.lo
ewl_shadow.lo ewl_spacer.lo ewl_spectrum.lo ewl_spinner.lo
ewl_statusbar.lo ewl_stock.lo ewl_table.lo ewl_text.lo ewl_theme.lo
ewl_tree.lo ewl_tree2.lo ewl_tree2_view.lo ewl_tree2_view_plain.lo
ewl_tree2_view_scrolled.lo ewl_toolbar.lo ewl_view.lo ewl_widget.lo
ewl_window.lo  -L/usr/local/stow/edje/lib -ledje
-L/usr/local/stow/evas/lib -levas -lpthread -ldl
-L/usr/local/stow/eet/lib -leet -lz -ljpeg -lfreetype -lz -lfreetype
-lz -lfontconfig -lexpat -L/usr/local/stow/ecore/lib -lecore
-lecore_job -lecore_x -L/usr/X11R6/lib -lX11 -lXext -lecore_evas
-lecore_con -lecore_ipc -lecore_txt -lecore_config -lecore_file
-L/usr/lib -lcurl -L/usr/lib -lgnutls -L/usr/lib -ltasn1 -lgcrypt
-lgpg-error -ldl -lz -lecore_desktop -lecore_dbus -lssl -lcrypto -ldl
-L/usr/lib -lcurl -L/usr/lib -lgnutls -L/usr/lib -ltasn1 -lgcrypt
-lgpg-error -ldl -lz -L/usr/local/stow/eet/lib -leet -lz -ljpeg
-L/usr/local/stow/evas/lib -levas -lpthread -ldl
-L/usr/local/stow/eet/lib -leet -lz -ljpeg -lfreetype -lz -lfreetype
-lz -lfontconfig -lexpat -L/usr/X11R6/lib -lX11 -lXext -lXcursor
-lXrender -lXp -lXinerama -lXrandr -lXfixes -lXdamage -lXss -lm
-L/usr/local/stow/eet/lib -leet -lz -ljpeg -L/usr/lib -lembryo -lm -lm
-L/usr/local/stow/ecore/lib -lecore -lecore_job -lecore_x
-L/usr/X11R6/lib -lX11 -lXext -lecore_evas -lecore_con -lecore_ipc
-lecore_txt -lecore_config -lecore_file -L/usr/lib -lcurl -L/usr/lib
-lgnutls -L/usr/lib -ltasn1 -lgcrypt -lgpg-error -ldl -lz
-lecore_desktop -lecore_dbus -lssl -lcrypto -ldl -L/usr/lib -lcurl
-L/usr/lib -lgnutls -L/usr/lib -ltasn1 -lgcrypt -lgpg-error -ldl -lz
-L/usr/local/stow/eet/lib -leet -lz -ljpeg -L/usr/local/stow/evas/lib
-levas -lpthread -ldl -L/usr/local/stow/eet/lib -leet -lz -ljpeg
-lfreetype -lz -lfreetype -lz -lfontconfig -lexpat -L/usr/X11R6/lib
-lX11 -lXext -lXcursor -lXrender -lXp -lXinerama -lXrandr -lXfixes
-lXdamage -lXss -lm  -L/usr/local/stow/emotion/lib -lemotion
-L/usr/local/stow/ecore/lib -lecore -lecore_job -lecore_x
-L/usr/X11R6/lib -lX11 -lXext -lecore_evas -lecore_con -lecore_ipc
-lecore_txt -lecore_config -lecore_file -L/usr/lib -lcurl -L/usr/lib
-lgnutls -L/usr/lib -ltasn1 -lgcrypt -lgpg-error -ldl -lz
-lecore_desktop -lecore_dbus -lssl -lcrypto -ldl -L/usr/lib -lcurl
-L/usr/lib -lgnutls -L/usr/lib -ltasn1 -lgcrypt -lgpg-error -ldl -lz
-L/usr/local/stow/eet/lib -leet -lz -ljpeg -L/usr/local/stow/evas/lib
-levas -lpthread -ldl -L/usr/local/stow/eet/lib -leet -lz -ljpeg
-lfreetype -lz -lfreetype -lz -lfontconfig -lexpat -L/usr/X11R6/lib
-lX11 -lXext -lXcursor -lXrender -lXp -lXinerama -lXrandr -lXfixes
-lXdamage -lXss -lm -ldl -L/usr/local/stow/epsilon/lib -lepsilon
-L/usr/local/stow/imlib2/lib -lImlib2 -lfreetype -lz -L/usr/X11R6/lib
-lX11 -lXext -ldl -lm -L/usr/local/stow/epeg/lib -lepeg -ljpeg
-L/usr/local/stow/edje/lib -ledje -L/usr/local/stow/evas/lib -levas
-lpthread -ldl -L/usr/local/stow/eet/lib -leet -lz -ljpeg -lfreetype
-lz -lfreetype -lz -lfontconfig -lexpat -L/usr/local/stow/ecore/lib
-lecore -lecore_job -lecore_x -L/usr/X11R6/lib -lX11 -lXext
-lecore_evas -lecore_con -lecore_ipc -lecore_txt -lecore_config
-lecore_file -L/usr/lib -lcurl -L/usr/lib -lgnutls -L/usr/lib -ltasn1
-lgcrypt -lgpg-error -ldl -lz -lecore_desktop -lecore_dbus -lssl
-lcrypto -ldl -L/usr/lib -lcurl -L/usr/lib -lgnutls -L/usr/lib -ltasn1
-lgcrypt -lgpg-error -ldl -lz -L/usr/local/stow/eet/lib -leet -lz
-ljpeg -L/usr/local/stow/evas/lib -levas -lpthread -ldl
-L/usr/local/stow/eet/lib -leet -lz -ljpeg -lfreetype -lz -lfreetype
-lz -lfontconfig -lexpat -L/usr/X11R6/lib -lX11 -lXext -lXcursor
-lXrender -lXp -lXinerama -lXrandr -lXfixes -lXd

[E-devel] E16 Bug on locked mouse

2007-02-25 Thread Paulo J. Matos
Hello all,

I'm running 0.16.8.6 now and I've found 2 bugs which are quite making
me think to switch back to 0.16.8.1 which seemed more stable.
One of them is that sometimes by mouse cursor is just locked inside a
window frame, my processor goes to 100% (but top doesn't blame e16,
usually blames skype or amsn), and then I can get out of the frame for
some wierd reason and everything is back to normal.

Another issue is the lost of focus. Sometimes I lose the focus on
every window. For example, I can click a window and the top bar (where
the window title shows up) is selected  but no focus shows up on the
frame. This can only be solved by restarting enlightenment. It's a big
mess. I would love to help on debugging but I can't imagine where to
start since I don't have a deterministic way to reproduce these
issues. :-\

Any suggestions?

-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] imlib2 programmers guide

2007-02-20 Thread Paulo J. Matos
On 2/20/07, Vincent Torri <[EMAIL PROTECTED]> wrote:
>
> I think that you can run gendoc in the imlib2 dir to geenrate the
> documentation. Then open in your favorite browser doc/html/index.html
>

Thank you. Did that! Still, I think the dead links should be fixed.

> hth
>
> Vincent
>
> On Tue, 20 Feb 2007, Paulo J. Matos wrote:
>
> > Hi all,
> >
> > The imlib2 programmers guide link in the enlightenment homepage doesn't 
> > work:
> > http://www.enlightenment.org/doxy/imlib2/index.html
> >
> > Is there a way to get this elsewhere? Maybe in PDF format?
> >
> > Regards,
> > --
> > Paulo Jorge Matos - pocm at soton.ac.uk
> > http://www.personal.soton.ac.uk/pocm
> > PhD Student @ ECS
> > University of Southampton, UK
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> > --
> > Ce message a été vérifié par MailScanner
> > pour des virus ou des polluriels et rien de
> > suspect n'a été trouvé.
> > Message délivré par le serveur de messagerie de l'Université d'Evry.
> >
> >
>
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] imlib2 programmers guide

2007-02-20 Thread Paulo J. Matos
On 2/20/07, Paulo J. Matos <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> The imlib2 programmers guide link in the enlightenment homepage doesn't work:
> http://www.enlightenment.org/doxy/imlib2/index.html
>
> Is there a way to get this elsewhere? Maybe in PDF format?
>

Also, http://www.enlightenment.org/doxy/ewl/ewl-reference.pdf doesn't
work. Is this just me?

> Regards,
> --
> Paulo Jorge Matos - pocm at soton.ac.uk
> http://www.personal.soton.ac.uk/pocm
> PhD Student @ ECS
> University of Southampton, UK
>


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] imlib2 programmers guide

2007-02-20 Thread Paulo J. Matos
Hi all,

The imlib2 programmers guide link in the enlightenment homepage doesn't work:
http://www.enlightenment.org/doxy/imlib2/index.html

Is there a way to get this elsewhere? Maybe in PDF format?

Regards,
-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel