You think good :) That's what I wanted to say, I'm a beginner in
autotools and see like that is exige

:)
beber

On 6/14/05, Andrew Elcock <[EMAIL PROTECTED]> wrote:
> why not
> 
> PACKAGE_DATA_DIR "/themes/"
> 
> (I think) ?
> 
> HandyAndE
> 
> Bertrand Jacquin wrote:
> > elitaire is fine.
> > Also, I have a question, why existe this path in hard ?
> >
> > src/eli_app.cpp:29
> > ecore_config_theme_search_path_append("/usr/local/share/elitaire/themes/");
> >
> > could it be initialized with ./configure ? and so
> > "/usr/local/share/elitaire/themes/" will be a define in config.h
> >
> > Thanks
> > Beber
> >
> > On 6/14/05, Peter Wehrfritz <[EMAIL PROTECTED]> wrote:
> >
> >>Daniel Kozlowski schrieb:
> >>
> >>
> >>>Well i said this before but i don't think it made it out there is a
> >>>small compile error on my computer when i attempted to make the program
> >>>it was fixed by changing line 912 from  this
> >>>
> >>>m = eli_card->eli->velocity * 0.02 / sqrt( pow( to_x - from_x, 2) +
> >>>pow( to_y - from_y ,2));
> >>>
> >>>to this
> >>>
> >>>m = eli_card->eli->velocity * 0.02 / sqrt( pow( to_x - from_x, 2.0) +
> >>>pow( to_y - from_y ,2.0));
> >>>
> >>>
> >>
> >>thanks, I now found a very simple way to avoid this. A  x * x do the
> >>same job like a pow( (double) x, 2.0).
> >>
> >>By the way, I've got now a very little home page, where you can find the
> >>latest version (0.0.2). It's now with autoconf and automake and a theme
> >>selector.
> >>
> >>Here's the page: http://www.mowem.de/elitaire/
> >>
> >>peat
> >>
> >>
> >>-------------------------------------------------------
> >>This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you 
> >>shotput
> >>a projector? How fast can you ride your desk chair down the office luge 
> >>track?
> >>If you want to score the big prize, get to know the little guy.
> >>Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> >>_______________________________________________
> >>enlightenment-devel mailing list
> >>enlightenment-devel@lists.sourceforge.net
> >>https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >>
> >
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> > from IBM. Find simple to follow Roadmaps, straightforward articles,
> > informative Webcasts and more! Get everything you need to get up to
> > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to