Committed. Thanks for testing.

On 12/13/06, Falko Schmidt <[EMAIL PROTECTED]> wrote:
> My ppc and alpha systems are both headless so I can't test it either.
> The only system that doesn't need this fix to compile is sparc64, but
> the fb pixelclock is somehow set to 0 causing a division by zero (line
> 346 in evas_fb_main.c).
>
> Anyway, it compiles and evas_fb_test works if I use getpagesize() on
> AMD64 (and I guess on x64 as well) so I don't see a reason to leave it
> as it is :)
>
> On Tue, 2006-12-12 at 08:23 -0600, Nathan Ingersoll wrote:
> > I believe I had some feedback that it fixed the build, but wasn't sure
> > if it actually worked for the FB. I don't have a PowerPC Linux system
> > installed right now to test on.
> >
> > On 12/12/06, Falko Schmidt <[EMAIL PROTECTED]> wrote:
> > > On Mon, 2006-12-11 at 12:28 -0600, Nathan Ingersoll wrote:
> > > > I submitted a patch a while back to use getpagesize(), which I believe
> > > > is the more portable version since there are a few variations on
> > > > _SC_PAGE_SIZE.
> > > >
> > >
> > > You're right! :)
> > >
> > > Is there any reason for keeping this from being commited?
> > >
> > > > On 12/11/06, Falko Schmidt <[EMAIL PROTECTED]> wrote:
> > > > > Hi all,
> > > > >
> > > > > while compiling Evas for powerpc I've encountered a problem with
> > > > > PAGE_MASK being undefined. The proper way to detect the kernel page 
> > > > > size
> > > > > at runtime is through _SC_PAGE_SIZE, if I'm not mistaken.
> > > > >
> > > > > If noone objects I'll commit the attached patch.
> > > > >
> > > > >
> > > > > Falko
> > > > >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to