[e-users] Need help with elementary

2009-06-13 Thread j runtt
I am tring to compile elementary and I have run into a problem during : " make": els_icon.c: In function '_smart_add': els_icon.c:359: error: 'EVAS_IMAGE_SCALE_HINT_STATIC' undeclared (first use in this function) els_icon.c:359: error: (Each undeclared identifier is reported only once els_icon.c

Re: [e-users] Need help with elementary

2009-06-13 Thread Larry Wyble
I've been trying to get compile help here for weeks. I don't think this is the place for actual help with the build of E. No answers ever come. No one pays attention to this mail list. On Sat, 13 Jun 2009 05:44:38 -0700 (PDT) j runtt wrote: > > I am tring to compile elementary and I have run

Re: [e-users] Need help with elementary

2009-06-13 Thread Gustavo Sverzut Barbieri
Err... I do! sorry not replying sooner, but the problem is using an old evas. Please use all libs from svn head, at least until 20th June it will be stable. also make sure u dont have multiple evas instances on your machine, like in /opt, /usr and /usr/local On 6/13/09, Larry Wyble wrote: > > I

Re: [e-users] Need help with elementary

2009-06-13 Thread Viktor Kojouharov
Here's a good rule of thumbs when dealing with compile time errors: 1. Find the error. In this case, its this: els_icon.c:359: error: 'EVAS_IMAGE_SCALE_HINT_STATIC' undeclared (first use in this function) 2. Read the error. Notice how it talks about EVAS_something_something. You are not compilin

Re: [e-users] Need help with elementary

2009-06-13 Thread j runtt
that also . Thank you again !!! --- On Sat, 6/13/09, Viktor Kojouharov wrote: > From: Viktor Kojouharov > Subject: Re: [e-users] Need help with elementary > To: "j runtt" > Cc: enlightenment-users@lists.sourceforge.net > Date: Saturday, June 13, 2009, 10:19 AM >

Re: [e-users] Need help with elementary

2009-06-13 Thread The Rasterman
On Sat, 13 Jun 2009 17:19:22 +0200 Viktor Kojouharov said: > Here's a good rule of thumbs when dealing with compile time errors: > > 1. Find the error. In this case, its this: > > els_icon.c:359: error: 'EVAS_IMAGE_SCALE_HINT_STATIC' undeclared (first > use in this function) > > 2. Read the er

Re: [e-users] Need help with elementary

2009-06-13 Thread The Rasterman
-- On Sat, 6/13/09, Viktor Kojouharov wrote: > > > From: Viktor Kojouharov > > Subject: Re: [e-users] Need help with elementary > > To: "j runtt" > > Cc: enlightenment-users@lists.sourceforge.net > > Date: Saturday, June 13, 2009, 10:19 AM >