|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Just wondering if any possibility of a linux release of Pov-Ray beta in the
near future. BTW, although I'm haven't done too much in multithreaded
programming in linux I'll be willing to take a look to see if I might could
port some code over if someone could point me to the 3.7b code...
Thanks,
Jonathan
red### [at] redmasqcom
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jonathan wrote:
> Just wondering if any possibility of a linux release of Pov-Ray beta in the
> near future. BTW, although I'm haven't done too much in multithreaded
> programming in linux I'll be willing to take a look to see if I might could
> port some code over if someone could point me to the 3.7b code...
Please see:
Subject: Re: POV-Ray 3.7.beta.3 available (fix)
Date: Wed, 04 May 2005 23:15:57 +1000
From: Chris Cason <nos### [at] deletethispovrayorg>
Newsgroups: povray.beta-test,povray.general
this is still valid. Note the lack of a Linux beta version is not a
matter of 'porting some code'. The core code is completely platform
independent but the Linux frontend and the whole build system have not
been adapted to the new design yet.
Christoph
--
POV-Ray tutorials, include files, Landscape of the week:
http://www.imagico.de/ (Last updated 31 Oct. 2005)
MegaPOV with mechanics simulation: http://megapov.inetart.net/
Post a reply to this message
|
|
| |
| |
|
|
From: Jonathan
Subject: Re: Possibility of Linux release of 3.7 series / messages in 3.7.0beta win32
Date: 5 Jan 2006 09:16:38
Message: <43bd2a46$1@news.povray.org>
|
|
|
| |
| |
|
|
Thanks for the info, I guess I'll just wait then. BTW, while running
3.7.0.beta.11b.icl8.win32 on Win98SE on both a Pentium III 600Mhz and
Pentium 166MHz with option +GA or +GD my debug messages do show up in the
Message window, they do in the 3.6 version and MegaPOV 1.2 version I have,
is this my doing or just a hicup of the beta. No biggie, just curious.
Thanks,
Jonathan
red### [at] redmasqcom
----- Original Message -----
From: "Christoph Hormann" <chr### [at] gmxde>
Newsgroups: povray.beta-test
Sent: Wednesday, January 04, 2006 4:31 PM
Subject: Re: Possibility of Linux release of 3.7 series
> <snip>
> Please see:
>
> Subject: Re: POV-Ray 3.7.beta.3 available (fix)
> Date: Wed, 04 May 2005 23:15:57 +1000
> From: Chris Cason <nos### [at] deletethispovrayorg>
> Newsgroups: povray.beta-test,povray.general
>
> this is still valid. Note the lack of a Linux beta version is not a
> matter of 'porting some code'. The core code is completely platform
> independent but the Linux frontend and the whole build system have not
> been adapted to the new design yet.
>
> Christoph
>
> --
> POV-Ray tutorials, include files, Landscape of the week:
> http://www.imagico.de/ (Last updated 31 Oct. 2005)
> MegaPOV with mechanics simulation: http://megapov.inetart.net/
Post a reply to this message
|
|
| |
| |
|
|
From: Nicolas Alvarez
Subject: Re: Possibility of Linux release of 3.7 series / messages in 3.7.0beta win32
Date: 8 Jan 2006 16:10:09
Message: <43c17fb1@news.povray.org>
|
|
|
| |
| |
|
|
news:43bd2a46$1@news.povray.org...
> Thanks for the info, I guess I'll just wait then. BTW, while running
> 3.7.0.beta.11b.icl8.win32 on Win98SE on both a Pentium III 600Mhz and
> Pentium 166MHz with option +GA or +GD my debug messages do show up in the
> Message window, they do in the 3.6 version and MegaPOV 1.2 version I have,
> is this my doing or just a hicup of the beta. No biggie, just curious.
>
> Thanks,
> Jonathan
> red### [at] redmasqcom
Do you mean "they don't show up in 3.7 and they do in 3.6"?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes, debug messages such as this:
#debug "This is a test."
will show up in my 3.6 version and my MegaPOV, but does not show up in my
3.7 version messages window.
Jonathan
red### [at] redmasqcom
"Nicolas Alvarez" <nic### [at] gmailbestwebmailcom> wrote in message
news:43c17fb1@news.povray.org...
>
> news:43bd2a46$1@news.povray.org...
> > Thanks for the info, I guess I'll just wait then. BTW, while running
> > 3.7.0.beta.11b.icl8.win32 on Win98SE on both a Pentium III 600Mhz and
> > Pentium 166MHz with option +GA or +GD my debug messages do show up in
the
> > Message window, they do in the 3.6 version and MegaPOV 1.2 version I
have,
> > is this my doing or just a hicup of the beta. No biggie, just curious.
> >
> > Thanks,
> > Jonathan
> > red### [at] redmasqcom
>
> Do you mean "they don't show up in 3.7 and they do in 3.6"?
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jonathan wrote:
> Yes, debug messages such as this:
> #debug "This is a test."
> will show up in my 3.6 version and my MegaPOV, but does not show up in my
> 3.7 version messages window.
IIRC, POV-Ray for Windows doesn't show debug messages until it finds the
line end character. (Not sure if this is what you're seeing.) Try
putting a \n on the end of the string.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |