|
|
In article <3CB015E3.65C0F697@gmx.de>,
Christoph Hormann <chr### [at] gmxde> wrote:
> After having the previously mentioned troubles downloading the files i had
> errors compiling 'csdl_engine.cpp', 'csdl_streams.cpp' and
> 'csdl_stdlib.cpp':
Ah, don't you just love template errors? :-/
It seems to be choking on the STL vector "at()" method...I have no idea
why, it is standard. What version compiler and libraries are you using?
Anyone else have any ideas?
Try replacing "libPaths.at(j)" with "libPaths[j]" in csdl_engine.cpp,
and "parameters->at(j)" with "(*parameters)[j]" in the others.
--
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/
Post a reply to this message
|
|