Nathan Ingersoll schrieb: >To get this to build on OSX, I had to cast add a cast to (double) on >line 926 of elitaire_card.cpp > > thanks
>On 6/13/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 >> >> >> > > >------------------------------------------------------- >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 >_______________________________________________ >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_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel