On 05/17/2014 12:40 PM, Tijl Coosemans wrote:
> On Sat, 17 May 2014 17:13:51 + Montgomery-Smith, Stephen wrote:
>> On 05/17/2014 12:00 PM, Montgomery-Smith, Stephen wrote:
>>> I am trying to make the port math/octave-forge-miscellaneous clang
>>> compliant. In the file ${WRKSRC}/partarray.cc i
On Sat, 17 May 2014 17:13:51 + Montgomery-Smith, Stephen wrote:
> On 05/17/2014 12:00 PM, Montgomery-Smith, Stephen wrote:
>> I am trying to make the port math/octave-forge-miscellaneous clang
>> compliant. In the file ${WRKSRC}/partarray.cc is are lines like this:
>>
>> Array bidc [maxdims
On 05/17/2014 12:00 PM, Montgomery-Smith, Stephen wrote:
> I am trying to make the port math/octave-forge-miscellaneous clang
> compliant. In the file ${WRKSRC}/partarray.cc is are lines like this:
>
> Array bidc [maxdims], eidc [maxdims];
> ... stuff ...
> eidc[i] = eidx;
>
> The
I am trying to make the port math/octave-forge-miscellaneous clang
compliant. In the file ${WRKSRC}/partarray.cc is are lines like this:
Array bidc [maxdims], eidc [maxdims];
... stuff ...
eidc[i] = eidx;
The compilation dies saying that eidc is not defined. If I rewrite the
first