Operating System - HP-UX
1753434 Members
4553 Online
108793 Solutions
New Discussion

Compilation error while porting

 
Ajay Nair
Occasional Advisor

Compilation error while porting

Hi,

I'm trying to compile an ESQL/C file using the following command:

/opt/informix/9.30.FC1/bin/esql -c -I/opt/informix/7.30.UC7/incl -I/opt/informix/7.30.UC7/incl/esql -I/fnsw/client/include sqlUtils.o sqlUtils.ec

I can execute the command on our Sun Machine curly but when I try
running it on adapter2 it gives me a whole lot of errors like :
cc: "/opt/informix/9.30.FC1/incl/esql/value.h", line 191: error 1587:
Redeclaraion of tag "_vchar".
cc: "/opt/informix/9.30.FC1/incl/esql/value.h", line 191: error 1595:
Redeclaraion of members.

Any pointers on why the error occurs will be appreciated.

Thanks,
Ajay
1 REPLY 1
Ajay Nair
Occasional Advisor

Re: Compilation error while porting

curly is a Sun Solaris Machine while adapter2 is a HP UX 11.11 machine.

Thanks,
Ajay