|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I have been trying the 'lspline.inc' macro and run into a strange error..
The last 2 lines of the macro are:
#end
#end
Apparently the parser is reading this as:
#end
#,
I have tried rewriting the line and clearing any possible garbage but the
problem remains.
Any ideas.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <387cc2ee@news.povray.org>, "David Vincent-Jones"
<geo### [at] galaxynetcom> wrote:
> I have tried rewriting the line and clearing any possible garbage but the
> problem remains.
What version of POV are you using?
Try putting a return after the last #end, I remember something about POV
having a problem with #end being the last thing in a file. This might
have been fixed in the latest versions.
--
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Chris;
Am using 3.1g... thought that would be fairly recent
David
Chris Huff <chr### [at] yahoocom> wrote in message
news:chrishuff_99-A1EC30.13300112012000@news.povray.org...
> In article <387cc2ee@news.povray.org>, "David Vincent-Jones"
> <geo### [at] galaxynetcom> wrote:
>
> > I have tried rewriting the line and clearing any possible garbage but
the
> > problem remains.
>
> What version of POV are you using?
> Try putting a return after the last #end, I remember something about POV
> having a problem with #end being the last thing in a file. This might
> have been fixed in the latest versions.
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <387cd624@news.povray.org>, "David Vincent-Jones"
<geo### [at] galaxynetcom> wrote:
> Chris;
>
> Am using 3.1g... thought that would be fairly recent
It is the most recent, have you tried adding the extra return after the
last #end? The problem might not have been fixed.
--
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Just wondering if this is related to the parenthesis wrapper problem pointed out
before by Chris C. in the use of AutoClock.mcr and it was glitched when used in
MegaPOV (alone maybe?) unless the entire declaration was set into ( ). Memory
doesn't serve me well here though.
Or perhaps there might be a directive, i.e. #if() #end, contained within a
layered texture? I know that has a flaw too anyway.
Bob
"David Vincent-Jones" <geo### [at] galaxynetcom> wrote in message
news:387cc2ee@news.povray.org...
> I have been trying the 'lspline.inc' macro and run into a strange error..
>
> The last 2 lines of the macro are:
>
> #end
> #end
>
> Apparently the parser is reading this as:
>
> #end
> #,
>
> I have tried rewriting the line and clearing any possible garbage but the
> problem remains.
>
> Any ideas.
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes I made sure that a CR was put on the end and also tried "// end of
file" plus a CR to see if an extra line would help.
David
omniVERSE <inv### [at] aolcom> wrote in message
news:387d039b@news.povray.org...
> Just wondering if this is related to the parenthesis wrapper problem
pointed out
> before by Chris C. in the use of AutoClock.mcr and it was glitched when
used in
> MegaPOV (alone maybe?) unless the entire declaration was set into ( ).
Memory
> doesn't serve me well here though.
> Or perhaps there might be a directive, i.e. #if() #end, contained within a
> layered texture? I know that has a flaw too anyway.
>
> Bob
>
> "David Vincent-Jones" <geo### [at] galaxynetcom> wrote in message
> news:387cc2ee@news.povray.org...
> > I have been trying the 'lspline.inc' macro and run into a strange
error..
> >
> > The last 2 lines of the macro are:
> >
> > #end
> > #end
> >
> > Apparently the parser is reading this as:
> >
> > #end
> > #,
> >
> > I have tried rewriting the line and clearing any possible garbage but
the
> > problem remains.
> >
> > Any ideas.
> >
> >
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I get thisa every once in a while on my Mac. I delete the lines in question,
save the file, retype them by hand, save again. That seems to work. I noticed
it usually when I copied and pasted code blocks and then edited the second
block that I would get this behaviout.
David Vincent-Jones wrote:
> I have been trying the 'lspline.inc' macro and run into a strange error..
>
> The last 2 lines of the macro are:
>
> #end
> #end
>
> Apparently the parser is reading this as:
>
> #end
> #,
>
> I have tried rewriting the line and clearing any possible garbage but the
> problem remains.
>
> Any ideas.
--
Josh English
eng### [at] spiritonecom
ICQ: 1946299
"Stress is when you wake up screaming and realize you haven't fallen asleep
yet."
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |