Re: [e-users] Evas Build Problems

2005-03-06 Thread Binary Crusader
On Mon, 7 Mar 2005 13:58:23 +0900, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > this sounds like a solaris issue - maybe your autofoo versions. have u tried > downloading the tarball snapshots from e's download section (that links to > http://enlightenment.freedesktop.org) ? I wish

Re: [e-users] Evas Build Problems

2005-03-06 Thread The Rasterman
On Sun, 6 Mar 2005 11:29:52 -0600 Binary Crusader <[EMAIL PROTECTED]> babbled: > I've been wanting to start experimenting with evas, however, I've been > unable to get ti to build, (yes I've already built eet, edb and > installed them). > > It appears that when the evas tests

[e-users] building evidence ...

2005-03-06 Thread maverick
hello people, Im trying to 'make' evidence (version 0.9.8 from sources), in the end of making im getting following output: -- ... imlib.c:29: error: parse error before "evidence_thumb_imlib_image_preview" imlib.c:29: warning: return type defaults to `int'

[e-users] Border style

2005-03-06 Thread Andrei Moldovan
Hi, I'm new to the list and have one question/problem (screenshot enclosed) : I'm using Enlightenment Version: 0.16.7.2 Last updated on: $Date: 2004/12/14 22:00:25 $. The problem is with the "Remember/Border style" option. I got Eterm to use the border with no buttons. It remembers it only the fi

Re: [e-users] compiling e_utils problem (solved) Now make error

2005-03-06 Thread Adam Mercer
On Sun, 6 Mar 2005 12:29:56 -0500, jim lawrence <[EMAIL PROTECTED]> wrote: > eapp_edit_main.c:73: error: `EET_FILE_MODE_READ_WRITE' undeclared is your eet upto date? http://sourceforge.net/mailarchive/forum.php?thread_id=6728271&forum_id=6427 Cheers Adam -

Re: [e-users] Recommend a book for c/c++??

2005-03-06 Thread Darrell Blake
> Can anyone recommend a book for learning/using c/c++ on Linux? Well the best C/C++ books IMHO are the OReilly "Practical" ones. But if you're wanting Linux specific I believe SAMS do a "C++ for Linux" book but I would urge you to go for the OReilly ones. Darrell --

[e-users] Recommend a book for c/c++??

2005-03-06 Thread MillTek
Hi, Can anyone recommend a book for learning/using c/c++ on Linux? Thanks, Jim --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to

Re: [e-users] e_utils

2005-03-06 Thread gimpel
On Sun, 06 Mar 2005 13:27:16 -0500 David Coulson <[EMAIL PROTECTED]> wrote: > > > gimpel wrote: > > bobman (the guy with the problem on irc today) has automake-1.7 > > installed. for him it worked till two days ago, and didn't today... > > for some reason... > > http://lude.net/edocs/install.ht

Re: [e-users] e_utils

2005-03-06 Thread David Coulson
gimpel wrote: bobman (the guy with the problem on irc today) has automake-1.7 installed. for him it worked till two days ago, and didn't today... for some reason... http://lude.net/edocs/install.htm#debian That's English :) David -- David J. Coulson email: [EMAIL PROTECTED] web: http://www.davidco

Re: [e-users] e_utils

2005-03-06 Thread gimpel
On Sun, 06 Mar 2005 13:08:39 -0500 David Coulson <[EMAIL PROTECTED]> wrote: > > > gimpel wrote: > > wow, we had that problem on irc today. that guy used differents of > > versions, also some of my old engrave snapshots (he runs debian) and > > didn't get engrave compiled with exactly that error

Re: [e-users] e_utils

2005-03-06 Thread Benone Marcos
> I have another question if I want to build e_utils, should I do this > before or after building e17/apps/e ? > > Jasper > after libs (including engrave). apps order are are not important. -- [ Benone Marcos ] --- SF email is sponsored by -

Re: [e-users] e_utils

2005-03-06 Thread David Coulson
gimpel wrote: wow, we had that problem on irc today. that guy used differents of versions, also some of my old engrave snapshots (he runs debian) and didn't get engrave compiled with exactly that error about the missing lib! apt-get install automake1.7 There was a list of required Debian packages

Re: [e-users] e_utils

2005-03-06 Thread David Coulson
[EMAIL PROTECTED] wrote: I've had a different problem with e-utils...it depends on libs/engrave, which I can't get to build cleanly - I get the following from autogen.sh: configure.in:17: warning: AC_PROG_LEX invoked multiple times autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded fro

Re: [e-users] e_utils

2005-03-06 Thread gimpel
On Sun, 06 Mar 2005 10:51:12 -0700 [EMAIL PROTECTED] wrote: > > > > I've had a different problem with e-utils...it depends on libs/ > engrave, which I can't get to build cleanly - I get the following from > autogen.sh: > > configure.in:17: warning: AC_PROG_LEX invoked multiple times >

Re: [e-users] e_utils

2005-03-06 Thread enl
>>> >>> hi all I'm sure by now your sick of hearing about e_utils and stuff. But when I go to this site http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/apps/e_utils/ What the hell do i download so i can try to build the e_util_app thingy? Am i in the correct location? is

Re: [e-users] compiling e_utils problem (solved) Now make error

2005-03-06 Thread jim lawrence
Thanks for letting me know which files i needed Now i'm at this point Seems to me that everything is going to fight me [EMAIL PROTECTED] e_utils]$ make make all-recursive make[1]: Entering directory `/home/jim/e17/apps/e_utils' Making all in src make[2]: Entering directory `/home/jim/e17/apps/

[e-users] Evas Build Problems

2005-03-06 Thread Binary Crusader
I've been wanting to start experimenting with evas, however, I've been unable to get ti to build, (yes I've already built eet, edb and installed them). It appears that when the evas tests are being compiled they aren't being linked against libevas_canvas which contains needed functions. This is f

Re: [e-users] compiling e_utils problem

2005-03-06 Thread David Coulson
jim lawrence wrote: Following the destructions of the install I am suposed to run the below command. ./autogen.sh [EMAIL PROTECTED] e_utils]$ ./autogen.sh Running aclocal... ./autogen.sh: line 6: aclocal: command not found ./autogen.sh: line 8: autoheader: command not found ./autogen.sh: line 9:

[e-users] compiling e_utils problem

2005-03-06 Thread jim lawrence
Following the destructions of the install I am suposed to run the below command. ./autogen.sh [EMAIL PROTECTED] e_utils]$ ./autogen.sh Running aclocal... ./autogen.sh: line 6: aclocal: command not found ./autogen.sh: line 8: autoheader: command not found ./autogen.sh: line 9: autoconf: command no

Re: [e-users] e_utils

2005-03-06 Thread Jasper
gimpel wrote: On Sun, 6 Mar 2005 10:08:02 -0500 jim lawrence <[EMAIL PROTECTED]> wrote: hi all I'm sure by now your sick of hearing about e_utils and stuff. But when I go to this site http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/apps/e_utils/ What the hell do i download so i can try t

Re: [e-users] e_utils

2005-03-06 Thread gimpel
On Sun, 6 Mar 2005 10:08:02 -0500 jim lawrence <[EMAIL PROTECTED]> wrote: > hi all I'm sure by now your sick of hearing about e_utils and stuff. > But when I go to this site > http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/apps/e_utils/ > What the hell do i download so i can try to buil

Re: [e-users] gnome fonts

2005-03-06 Thread maverick
Carsten Haitzler (The Rasterman) wrote: > this is a gnome issue as such. you have to run gnome-settings-deamon > at startup. beware. it takes forever to start and thrashes your disk > wildly and uses lots of resources. you basically begin to feel like > you are running gnome. I m

[e-users] e_utils

2005-03-06 Thread jim lawrence
hi all I'm sure by now your sick of hearing about e_utils and stuff. But when I go to this site http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/apps/e_utils/ What the hell do i download so i can try to build the e_util_app thingy? Am i in the correct location? is there a .tar file i can D

Re: [e-users] E17 window problem

2005-03-06 Thread The Rasterman
On Sat, 05 Mar 2005 23:47:29 -0700 [EMAIL PROTECTED] babbled: > > > now you might want to check your x setup - do you have 2 screen outs (tv out) if > > so, disable it. > > > That did it. Thanks for the info. E17 looks great! thought so :) as a note to anyone else