Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<command line>:10:2: missing '(' after predicate

Status
Not open for further replies.

ttkong

Programmer
Jun 5, 2002
22
MY
Hi all,

When I create a runner by issuing the following command:

cfglgo applcfunc.c -o bmsgo

Error message displayed:

<command line>:10:2: missing '(' after predicate

I'm using :

a) INFORMIX Dynamic Server Version 7.31 FD3 (64 bits)
b) IBM/Informix-Client SDK Version 2.80.FC1
c) IBM INFORMIX-4GL RDSystem Version 7.31.FC3
d) GCC version 3.3
e) & Running on SUN Solaris 8

Anyone of you experience this problem?

Thanks.

Rgrds,
TTKong



 
Hi:

I'm assuming applcfunc.c contains 4GL callable &quot;C&quot; functions. To build a custom runner, you have to define the function declarations in the fgiusr.c module and link it in:

cfglgo applcfunc.c fgiusr.c -o bmsgo

Check the 4GL reference manual on how to set up fgiusr.c or check out my FAQ over in the Informix Online forum:

faq179-2007

Regards,

Ed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top