help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] Problems with a code


From: Paul Gomez
Subject: [Help-gsl] Problems with a code
Date: Thu, 18 Oct 2007 14:18:16 +0200

Dear sirs,

I writing to you because I´m trying to solved a problem that I have with a
code written in c++ in a pc with linux.  In the linux environment works
perfectly fine, but when try to run the compilation in Windows with
Microsoft Visual Studio then show 88 errors.

These are the errors that appear, just to remember, when I compile in Linux
they appear zero errors.

Hope you can help me!


*(44) : warning C4101: 'i' : unreferenced local variable*

*(128) : error C2143: syntax error : missing ';' before 'type'*
*(136) : error C2275: 'gsl_vector_view' : illegal use of this type as an
expression*

*        c:\programme\microsoft visual
studio\vc98\include\gsl\gsl_vector_double.h(56) : see declaration of
'gsl_vector_view'*

*(136) : error C2146: syntax error : missing ';' before identifier 'y0_vec'*

*(136) : error C2065: 'y0_vec' : undeclared identifier*

*(136) : warning C4047: 'function' : 'double *' differs in levels of
indirection from 'int '*

*(136) : warning C4024: 'gsl_vector_view_array' : different types for formal
and actual parameter 1*

*(136) : error C2115: '=' : incompatible types*

*(137) : error C2224: left of '.vector' must have struct/union type*

*(148) : error C2100: illegal indirection*

*(148) : warning C4244: '=' : conversion from 'double ' to 'int ', possible
loss of data*

*(149) : error C2106: '=' : left operand must be l-value*

* (172) : error C2059: syntax error : '{'*

*(183) : error C2109: subscript requires array or pointer type*

*(237) : warning C4022: 'free' : pointer mismatch for actual parameter 1*

*(267) : error C2057: expected constant expression*

*(267) : error C2466: cannot allocate an array of constant size 0*

*(267) : error C2133: 'yj' : unknown size*


-- 
Paul


reply via email to

[Prev in Thread] Current Thread [Next in Thread]