[E-devel] Ewl compile probem

2008-12-16 Thread Matteo
Hi
I've just installed ewl in my system compiled and installed in /usr/lib
ewl_test work correctly but:
I made this sample code:

#include stdio.h
#include Ewl.h

void destroy_cb(Ewl_widget *w, void *event, void *data)
{
  ewl_widget_destroy(w);
  ewl_main_quit();
}

int main(int argc, char ** argv)
{
  Ewl_widget *win = NULL;
  if (!ewl_init(argc, argv))
  {
printf(Unable to find init ewl\n);
return 1;
  }

  win = ewl_window_new();
  ewl_window_title_set(EWL_WINDOW(win), Finestra EWL);
  ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, destroy_cb, NULL);
  ewl_widget_show(win);

  ewl_main();
  return 0;
}

compiling with:
gcc my_widget.c 'ewl-config --cflags --libs'

And the compiler doesn't find Ewl.h, there is something I still missing?

Regards.

-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Proposal for modules automatic download

2008-12-15 Thread Matteo
Hi,
Do you think that in the future plans could be useful a button for
automatic select and download (from the net) third-party modules that e17
could have?

I mean:
I saw that Massimiliano has integrated the wallpaper selection with an
useful button for download the wallpaper from the e17 website directly from
the wallpaper selection interface, so I'm asking you: do you think that
could be useful to made the same thing to modules selection form?

It could be useful to have a central widget repository to download from,
every user interested in making widget could subscribe and upload his work,
and every e17 user could benefit from this.

Regards

-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 directory 
`/home/matteo/e17_source/e17-svn/data/themes'
/usr/local/bin/edje_cc -v -id ../../data/themes/images -fd
../../data/themes/fonts -DLOWRES_P  -DHIRES_PDA=3 
-DSLOW_PC=4
-DMEDIUM_PC=5 -DFAST_PC=6 - 
DE17_PROFILE=SLOW_PC \
../../data/themes/default.edc \
../../data/themes/default.edj
/usr/local/bin/edje_cc: error while loading shared libraries:
libeina.so.0: cannot open sharefile or directory
make[4]: *** [default.edj] Error 127

I've already installed eina and edje too.

There is something that I need? I've installed in the default
directory (/usr/local)

-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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_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 directory 
 `/home/matteo/e17_source/e17-svn/data/themes'
   /usr/local/bin/edje_cc -v -id ../../data/themes/images -fd
 ../../data/themes/fonts -DLOWRES_P-DHIRES_PDA=3 
 -DSLOW_PC=4
 -DMEDIUM_PC=5 -DFAST_PC=6 -   
 DE17_PROFILE=SLOW_PC \
 ../../data/themes/default.edc \
 ../../data/themes/default.edj
   /usr/local/bin/edje_cc: error while loading shared libraries:
 libeina.so.0: cannot open sharefile   or directory
   make[4]: *** [default.edj] Error 127

 I've already installed eina and edje too.

 There is something that I need? I've installed in the default
 directory (/usr/local)

 --
 __Matteo__

 http://www.youtube.com/watch?v=UqkKurZ22KM
 http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18



-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 efl. In the fact, you only
 need it before building edje and another time before running
 enlightenment or any other efl apps.


 Ok I've made it!
 The make command of ewl finish with no errors, so I could be ok now
 It's still compiling


Argh another error come...
This one is different, the first one is ok, i've passed that part of
code, but now:

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.
make[4]: *** [e17.edj] Error 255

I'm compiling ewl and I've already installed:
edje, eet,evas,ecore,efreet,eina,embryo.

I miss something?



-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Little problem with ETK

2008-11-14 Thread Matteo
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 Ewl.h
to my test but when I compile it, the compiler didn't find ewl, so I've
entered in the source directory of ewl and I've done a ./configure, but it
ends with an error, it can't find evas!

I've evas in my pc, how can I solve this?

Thanks and sorry for the low level question.

-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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_CONFIG_PATH
 and then try to build ewl.  It cannot find evas because you have not
 done this which is because easy_e17 did it for you while building the
 rest and you never knew.


Ok I'll try this, thanks a lot.



-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 cannot find evas because you have not
 done this which is because easy_e17 did it for you while building the
 rest and you never knew.


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 ./configure
commands, it give me the same error:

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sqrt in -lm... yes
checking for EVAS... configure: error: Package requirements (evas = 0.9.9)
were not met:

No package 'evas' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EVAS_CFLAGS
and EVAS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I've looked at the link you posted, but I don't think it could be useful in
this case, however I've bookmarked it.







-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enlightenment.org redesign mockups needed!

2008-09-02 Thread Matteo
And what about a site made with enlightenment like a small OS inside
the browser?
In the E menu we can insert all the link that we need.

It will be intresting a thing like eyeOS, with the content (wiki,
guides, jpg, themes, etc...) inside the directory in a virtual OS?

Thare will be a completely different approach to the site, and we can
simultaneusly show all the beauty inside e17.


ok I now, It's a stupid idea.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Time-based releases

2008-08-05 Thread Matteo
2008/8/5 Vincent Torri [EMAIL PROTECTED]



 On Mon, 4 Aug 2008, Caio Marcelo wrote:

  Just a small follow up on this question for those who are interested
  in this topic.
 
  On Sat, Aug 2, 2008 at 1:52 AM, Gustavo Sverzut Barbieri
  [EMAIL PROTECTED] wrote:
  No, I'm not. What I want is to stop cooking things that are already
  done. Sometimes I really think that Mark Shuttleworth is right WRT
  time-based releases, man, this would make this project so good, SO
  GOOD that I can't even imagine. From the technical to the social side.
 


This means that we are near to a big change for e17?
As a user, I think that this kind of releases could be the right choice in
order to see a apha-beta-RC release of your work.

Maybe there could be some milestone in order to give the community some
release pseudo-stable, and to give some good signal to the community.

This ML is the most active list that I've ever seen, and I could see every
week some step to the final release in the e17 code, you have to show to
the world that you are still working, if you decide to publish a time-based
list of releases, even unstable release, I think this could be a positive
signal for the project.

-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Community Building

2008-08-01 Thread Matteo
 because raster did it like that :-D
 I'm not sure why people don't want to use a cms, but I've being told
 that they want to keep like that (cvs based).


If you keep it CVS-based, it's hard to develop and hard to update with news,
topic and more.

The EFL was (and will) develop with semplicity in mind, this is not the case
of the site, why?
Maybe when the site was published, the admin have other ideas in mind, but,
ideas could change with time, and now we have the necessity of a good
site, not a beauty site.


The site if beautiful, but useless nowaday, imho.

-- 
__Matteo__

http://www.youtube.com/watch?v=UqkKurZ22KM
http://maps.google.com/maps?f=qhl=engeocode=q=Strada+dei+Campi,+34072+Gorizia,+Friuli-Venezia+Giulia,+Italiasll=37.0625,-95.677068sspn=28.611123,82.265625ie=UTF8ll=45.910682,13.507696spn=0.00153,0.005021t=hz=18
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FreeBSD Update

2008-04-28 Thread Matteo Brichese
Hi, you can install entrance via the easy_e17.sh script and then make it your 
default login manager.
It's works for me.

On Sun, 27 Apr 2008 20:19:58 -0400
Benjamin Adams [EMAIL PROTECTED] wrote:

 Hello,
 
 I just joined mailing list.  I'm on FreeBSD with e17.  Wondering if someone
 can update the ports (x11/enlightenment-devel) on FreeBSD and get entrance
 over to it.
 THANKS!!
 
 Ben
 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
 Don't miss this year's exciting event. There's still time to save $100. 
 Use priority code J8TL2D2. 
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
Matteo Brichese [EMAIL PROTECTED]

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel