This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: First attemp to compile GSL on Visual C++ 6.0


Brian Gough wrote:
> 
>  >  - At this moment the compilation stops in the matrix stuff and I'm
>  >   confused with it. There is some errors on rowcol_source.c:
>  >  rowcol_source.c(21) : error C2061: syntax error : identifier
>  > 'gsl_matrix__complex_submatrix' rowcol_source.c(21) : error C2059:
>  > syntax error : ';' rowcol_source.c(21) : error C2143: syntax error
>  > : missing ')' before '*'
>  >  rowcol_source.c(21) : error C2143: syntax error : missing '{'
>  > before '*'
> 
> This is strange -- not sure why that would happen.

>From here looks like a concat problem (double underscore in
gsl_matrix__complex_submatrix) triggering preprocessor barf.

h~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]