POV-Ray : Newsgroups : povray.beta-test : Semi-official development build v3.7.1-alpha.8004333 : Re: Semi-official development build v3.7.1-alpha.8004333 Server Time
17 Apr 2024 23:38:52 EDT (-0400)
  Re: Semi-official development build v3.7.1-alpha.8004333  
From: James Holsenback
Date: 28 Mar 2015 08:04:28
Message: <551698cc@news.povray.org>
On 03/21/2015 09:58 AM, clipka wrote:
> This build should fix the issues reported about the tuple-style assignment:
>
> https://github.com/c-lipka/povray/releases/tag/v3.7.1-alpha.8004333

some problems building ...

parser/parser.cpp: In member function ‘void 
pov::Parser::Parse_Declare(bool, bool)’:
parser/parser.cpp:8225:18: error: template argument for ‘template<class 
_Tp> class std::allocator’ uses local type 
‘pov::Parser::Parse_Declare(bool, bool)::LValue’
parser/parser.cpp:8225:18: error:   trying to instantiate 
‘template<class _Tp> class std::allocator’
parser/parser.cpp:8225:18: error: template argument 2 is invalid
parser/parser.cpp:8225:27: error: invalid type in declaration before ‘;’ 
token
parser/parser.cpp:8382:17: error: request for member ‘push_back’ in 
‘lvalues’, which is of non-class type ‘int’
parser/parser.cpp:8384:39: error: request for member ‘size’ in 
‘lvalues’, which is of non-class type ‘int’
parser/parser.cpp:8423:45: error: request for member ‘size’ in 
‘lvalues’, which is of non-class type ‘int’
parser/parser.cpp:8424:37: error: request for member ‘size’ in 
‘lvalues’, which is of non-class type ‘int’
parser/parser.cpp:8426:40: error: invalid types ‘int[int]’ for array 
subscript
parser/parser.cpp:8427:33: error: invalid types ‘int[int]’ for array 
subscript
parser/parser.cpp:8428:35: error: invalid types ‘int[int]’ for array 
subscript
parser/parser.cpp:8429:39: error: invalid types ‘int[int]’ for array 
subscript
parser/parser.cpp:8443:37: error: request for member ‘size’ in 
‘lvalues’, which is of non-class type ‘int’
parser/parser.cpp:8445:40: error: invalid types ‘int[int]’ for array 
subscript
parser/parser.cpp:8446:33: error: invalid types ‘int[int]’ for array 
subscript
parser/parser.cpp:8447:35: error: invalid types ‘int[int]’ for array 
subscript
parser/parser.cpp:8448:39: error: invalid types ‘int[int]’ for array 
subscript


Post a reply to this message

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