What is with this script?

From: <5603liul_at_vms.csd.mu.edu>
Date: 1995/04/13
Message-ID: <0098ED54.F981EB28_at_vms.csd.mu.edu>#1/1


Dear netters:

    I used following script to compile my Pro*C program. What is wrong with it? Remember ITEM_DATA is defined in the source file.

     Thanks.

     David

#!/bin/ksh

beg_args="include=$HOME/include include=$HOME/screen mode=ansi"

#end_args="ireclen=255 oreclen=255 release_cursor=yes maxopencursor=100"

proc $beg_args define=_AIX32 $end_args iname=c02007.sc oname=c02007.c



Following is the error message

Pro*C: Release 2.0.3.0.0 - Production on Thu Apr 13 16:47:23 1995

Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.

System default option values taken from: /o1/oracle/proc/pmscfg.h

Syntax error at line 429, column 41, file c02007.sc: int get_item_data( char *, FLEXLIST *, ITEM_DATA *, char * );

........................................1
(1) PCC-S-02201, Encountered the symbol "ITEM_DATA" when expecting one of the following:

   ... auto, char, const, double, enum, extern, float, int,    long, register, short, signed, static, struct, etc. The symbol "enum," was substituted for "ITEM_DATA" to continue. Received on Thu Apr 13 1995 - 00:00:00 CEST

Original text of this message