Compile Pachage error on OEL 5

AlexRO

AlexRO

Well Known Member
Hello list,

I have a problem when building a full package on OEL 5. This is a new installation so maybe I've done something wrong.
All the BSFN compile fine except one namely B90CE040, the error is


... b90ce040.h:47 error: array type has incomplete element type

but when I look at the 47th line in the header it's nothing special just a typedef.


typedef struct MATH_NUMERIC mnArray[MAX_COLS];

I mention that the client package compiles successfully.

Any info? Should I upgrade the compiler on linux?

Thanx,
Dan.
 
Is this 9.0? You may want to look for any ESUs that have this object that have not been applied (if you haven't all ready done this). My version of the object doesn't have this typedef. Where is MAX_COLS defined (it is in B90CE007.h on my code release)? I would review that #define for starters.
 
Thanx BOster,

Indeed, after the successful application of Update 2, the type def was deleted and the package compiled no problem.
 
Back
Top