POV-Ray : Newsgroups : povray.programming : Atempting MPW Compile ? : Re: Atempting MPW Compile ? Server Time
28 Jul 2024 22:16:49 EDT (-0400)
  Re: Atempting MPW Compile ?  
From: Chris Huff
Date: 14 May 2000 02:52:44
Message: <chrishuff_99-1C6181.01561114052000@news.povray.org>
In article <391CDBAE.C9567E58@earthlink.net>, rdm### [at] earthlinknet wrote:

> Yes send to rdm### [at] earthlinknet...

It is on it's way...


> Source too if you have time... ???

The source is the same as what you downloaded...oh, except for one thing 
in frame.h, change this part:
#ifdef GetTicksPatch
  #ifndef CLOCKDIVIDER /*ticks per second */
    #define CLOCKDIVIDER CLK_TCK/*provided by standard c? */

To this:
#ifdef GetTicksPatch
  #ifndef CLOCKDIVIDER /*ticks per second */
    #define CLOCKDIVIDER CLOCKS_PER_SEC

That should be it...

> Second part is where i was asking for notification ( where & when ) if you
> post your version of mega w/ official GUI.

I will post it to either .binaries.utilities or to my web site, I 
haven't decided yet(though my web site badly needs updating). Or I may 
get Mac OS 9 and put it on my iDisk. :-)

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://chrishuff.dhs.org/
TAG Web page: http://tag.povray.org/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.