[Scilab-Dev] Compile error

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Sat Jul 6 09:05:55 CEST 2013


On 06/07/2013 06:57, Masaru Nomiya wrote:
> Hello,
> 
> [...]
> src/c/CreateDoubleVariable.c: In function ‘CreateDoubleVariable’:
> src/c/CreateDoubleVariable.c:21:5: error: unknown type name ‘mat_complex_split_t’
> src/c/CreateDoubleVariable.c:57:108: error: request for member ‘Re’ in something not a structure or union
> src/c/CreateDoubleVariable.c:57:138: error: request for member ‘Im’ in something not a structure or union
> src/c/CreateDoubleVariable.c:62:50: error: request for member ‘Re’ in something not a structure or union
> src/c/CreateDoubleVariable.c:62:80: error: request for member ‘Im’ in something not a structure or union
> src/c/CreateDoubleVariable.c:81:32: error: ‘mat_complex_split_t’ undeclared (first use in this function)
> src/c/CreateDoubleVariable.c:81:32: note: each undeclared identifier is reported only once for each function it appears in
> src/c/CreateDoubleVariable.c:81:52: error: expected expression before ‘)’ token
> src/c/CreateDoubleVariable.c:83:71: error: request for member ‘Re’ in something not a structure or union
> src/c/CreateDoubleVariable.c:83:101: error: request for member ‘Im’ in something not a structure or union
> make[2]: *** [libscimatio_algo_la-CreateDoubleVariable.lo] error 1
> 
> What's wrong with me?
> 
> Any help?
You need to have matio 1.5.X installed or to use the option
--without-matio in the configure

S




More information about the dev mailing list