C BSFN Error

Sar

Member
Hi All,
We have been facing an issue with custom BSFN .when we build the bsfn on our fat client it was built successfully without any errors and warnings .
While performing build on the server ,the following error has been occured .
"b5534400.c", line 81.10: 1506-296 (S) #include file <B5534400.h> not found.
"b5534400.c", line 88.4: 1506-046 (S) Syntax error.
"b5534400.c", line 107.87: 1506-277 (S) Syntax error: possible missing ')' or ','?
"b5534400.c", line 107.34: 1506-282 (S) The type of the parameters must be specified in a prototype.
"b5534400.c", line 115.70: 1506-277 (S) Syntax error: possible missing ')' or ','?
"b5534400.c", line 115.34: 1506-282 (S) The type of the parameters must be specified in a prototype.
"b5534400.c", line 125.71: 1506-277 (S) Syntax error: possible missing ')' or ','?
"b5534400.c", line 125.34: 1506-282 (S) The type of the parameters must be specified in a prototype.
"b5534400.c", line 129.79: 1506-277 (S) Syntax error: possible missing ')' or ','?
"b5534400.c", line 129.34: 1506-282 (S) The type of the parameters must be specified in a prototype.
"b5534400.c", line 139.70: 1506-277 (S) Syntax error: possible missing ')' or ','?
"b5534400.c", line 139.34: 1506-282 (S) The type of the parameters must be specified in a prototype.
"b5534400.c", line 141.76: 1506-277 (S) Syntax error: possible missing ')' or ','?
"b5534400.c", line 141.34: 1506-282 (S) The type of the parameters must be specified in a prototype.
"b5534400.c", line 166.57: 1506-277 (S) Syntax error: possible missing ')' or ','?
"b5534400.c", line 166.11: 1506-282 (S) The type of the parameters must be specified in a prototype.
"b5534400.c", line 170.49: 1506-277 (S) Syntax error: possible missing ')' or ','?

Please somebody can let me know,the possible reason behind this .

Any help is appreciated .

Thanks,
Jyo.
 
Your system config (server platform) would help but try this:

change line 81 of b5534400.c to #include <b5534400.h>
note the lower case b.

Craig
 
Back
Top