POV-Ray : Newsgroups : povray.general : CSDL 0.5 (alpha 5) released : Re: CSDL 0.5 (alpha 5) released Server Time
6 Aug 2024 10:24:02 EDT (-0400)
  Re: CSDL 0.5 (alpha 5) released  
From: Christopher James Huff
Date: 7 Apr 2002 15:08:10
Message: <chrishuff-5478C4.15093907042002@netplex.aussie.org>
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

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