Re: [E-devel] Little problem with ETK

2008-12-11 Thread Massimo Maiurana
[EMAIL PROTECTED], il 11/12/2008 15:47, scrisse: > edje_cc: Error. Unable to load image for image > "e17_frame_label_over.png" part entry to > ../../../data/themes/e17/e17.edj. Missing PNG or JPEG loader modules > for Evas or file does not exist, or is not readable. evas was not compiled with png

Re: [E-devel] Little problem with ETK

2008-12-11 Thread Nick Hughart
On Thu, 11 Dec 2008 15:47:00 +0100 [EMAIL PROTECTED] wrote: > 2008/12/11, Matteo <[EMAIL PROTECTED]>: > >> > >> > I don't have /usr/local/lib in ld.so.conf, but I've write it, > >> > and I've launch a ldconfig, now i'm rebuilding eina and the I > >> > try ewl. > >> > >> You need to run ldconfig ea

Re: [E-devel] Little problem with ETK

2008-12-11 Thread matteo . brichese
2008/12/11, Matteo <[EMAIL PROTECTED]>: >> >> > I don't have /usr/local/lib in ld.so.conf, but I've write it, and I've >> > launch a ldconfig, now i'm rebuilding eina and the I try ewl. >> >> You need to run ldconfig each time you install a new library, >> basically after each make install of the e

Re: [E-devel] Little problem with ETK

2008-12-11 Thread Cedric BAIL
On Thu, Dec 11, 2008 at 11:09 AM, <[EMAIL PROTECTED]> wrote: > I forgot to say, the error I posted is from the "make" command of e17, > I've the same error compiling e, ewl and etk! > > 2008/12/11, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: >> Hi >> I've another problem with ewl, I've installed the li

Re: [E-devel] Little problem with ETK

2008-12-11 Thread matteo . brichese
I forgot to say, the error I posted is from the "make" command of e17, I've the same error compiling e, ewl and etk! 2008/12/11, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi > I've another problem with ewl, I've installed the library as described here > http://wiki.enlightenment.org/index.php/E17_U

Re: [E-devel] Little problem with ETK

2008-12-11 Thread matteo . brichese
Hi I've another problem with ewl, I've installed the library as described here http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository All done. After that I've downloaded the source of EWL and then ./autogeb.sh OK make. Error make[4]: Entering dire

Re: [E-devel] Little problem with ETK

2008-11-18 Thread Ross Vandegrift
On Fri, Nov 14, 2008 at 10:26:54PM +0100, Matteo wrote: > I've added the /opt/e17/lib/pkgconfig in the pkg_config_path so now if I do: > > "echo $PKG_CONFIG_PATH > /opt/e17/lib/pkgconfig/:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig" > > is it right? Because if I launch in the ewl source dir the .

Re: [E-devel] Little problem with ETK

2008-11-14 Thread Nick Hughart
On Fri, 14 Nov 2008 22:26:54 +0100 Matteo <[EMAIL PROTECTED]> wrote: > > Have you installed the via SVN? Try following the directions here > > instead of using easy_e17: > > > > > > http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository > > > > Otherwise you must

Re: [E-devel] Little problem with ETK

2008-11-14 Thread Matteo
> Have you installed the via SVN? Try following the directions here > instead of using easy_e17: > > > http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository > > Otherwise you must include /opt/e17/lib/pkgconfig in PKG_CONFIG_PATH > and then try to build ewl. It

Re: [E-devel] Little problem with ETK

2008-11-14 Thread Matteo
> > > Is your problem with ETK or EWL? EWL Have you installed the via SVN? Try following the directions here > instead of using easy_e17: > > > http://wiki.enlightenment.org/index.php/E17_User_Guide/Installing_from_Source_Repository > > Otherwise you must include /opt/e17/lib/pkgconfig in PKG_

Re: [E-devel] Little problem with ETK

2008-11-14 Thread Nick Hughart
On Fri, 14 Nov 2008 21:38:18 +0100 Matteo <[EMAIL PROTECTED]> wrote: Is your problem with ETK or EWL? > Hi, I want to try to write a module, but I've some problem with EWL, > I've installed (and I use) e17 from svn (thanks to the easye17 > script), I've added "#include " > to my test but when I c