Re: clang problems with math/octave-forge-miscellaneous

2014-05-17 Thread Montgomery-Smith, Stephen
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

Re: clang problems with math/octave-forge-miscellaneous

2014-05-17 Thread Tijl Coosemans
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

Re: clang problems with math/octave-forge-miscellaneous

2014-05-17 Thread Montgomery-Smith, Stephen
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

clang problems with math/octave-forge-miscellaneous

2014-05-17 Thread Montgomery-Smith, Stephen
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