[GenABEL-dev] OmicABEL_float2double_compilation_failed
Diego Fabregat Traver
fabregat at aices.rwth-aachen.de
Tue Jul 2 10:56:01 CEST 2013
Hi Sodbo,
thanks for the report. I didn't commit databel.h, which
defines and assigns a value to the datatype identifiers.
It should work now. Please, let me know.
Best,
Diego
> Hello!
>
>
> I have a problem with compilation float2double for Linux:
> lima at mga:~/Sodbo/Packages/OmicABEL/src/float2double$ gcc float2double.c -Wall -o float2double
> float2double.c: In function ‘main’:
>
> float2double.c:67: error: expected expression before ‘)’ token
> float2double.c:74: error: expected expression before ‘;’ token
>
>
>
> and for Windows the same:
>
>
>
> gcc float2double.c
>
> float2double.c: In function 'main':
>
> float2double.c:67:49 error: expected expression before ‘)’ token
> float2double.c:74:44: error: expected expression before ‘;’ token
>
>
>
>
> As far as I can judge, the problem is in this expresions:
>
>
> 1) if ( databel_in->fvi_header.type != FLOAT_TYPE ){}
> 2) databel_out->fvi_header.type = DOUBLE_TYPE;
More information about the genabel-devel
mailing list