This one is driving me nuts and has taken several days of trial and error with no success.
Environment:-
SunFire v480
Solaris 9
IBM INFORMIX-4GL 7.31.UC3
IBM INFORMIX-4GL Interactive Debugger 7.32.UC2
IBM INFORMIX-4GL Rapid Development System 7.32.UC2
IBM INFORMIX-SQL 7.31.UC3
Informix Dynamic Server 9.30.UC7
gcc 3.4.2
INFORMIXSERVER points to a remote server over TLI.
Basically, compilation of any 4gl programs produce the following errors:-
error: `ibm_FfBfEfA0' undeclared (first use in this function)
error: (Each undeclared identifier is reported only once
error: for each function it appears in.)
Examining the .ec file that these errors are from there are some high-bit-set characters at the line being blamed for the above errors. These don't exist in the 4gl source.
Does anyone have any ideas at all why this would be happening. I'm sure it's something simple but the cause eludes me.....
Environment:-
SunFire v480
Solaris 9
IBM INFORMIX-4GL 7.31.UC3
IBM INFORMIX-4GL Interactive Debugger 7.32.UC2
IBM INFORMIX-4GL Rapid Development System 7.32.UC2
IBM INFORMIX-SQL 7.31.UC3
Informix Dynamic Server 9.30.UC7
gcc 3.4.2
INFORMIXSERVER points to a remote server over TLI.
Basically, compilation of any 4gl programs produce the following errors:-
error: `ibm_FfBfEfA0' undeclared (first use in this function)
error: (Each undeclared identifier is reported only once
error: for each function it appears in.)
Examining the .ec file that these errors are from there are some high-bit-set characters at the line being blamed for the above errors. These don't exist in the 4gl source.
Does anyone have any ideas at all why this would be happening. I'm sure it's something simple but the cause eludes me.....