Computing.Net > Forums > Programming > Compilation error in C

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Compilation error in C

Reply to Message Icon

Name: Neeraja
Date: February 1, 2005 at 04:17:18 Pacific
OS: HP UX
CPU/Ram: 256MB
Comment:

Hello ,

I am trying to compile my c program using make file. But i am getting the foll errors. Kindly help me out


make -f pmls.mk
cc -Aa -g +z -D_HPUX_SOURCE -Dhpux -I/opt/xelp/prg/premier/include -I/opt/xelp/prg/src/oscar/include -I-I. -I/opt/ora816/precomp/public -I/opt/ora816/rdbms/public -I/opt/ora816/rdbms/demo -I/opt/ora816/plsql/public -I/opt/ora816/network/public -D INF_CONFLICT -c pmlstran.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +z option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 111: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 112: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 113: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 114: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 115: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 116: error 1000: Unexpected symbol: "ERROR_INFO".
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 116: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 116: error 1573: Type of "<<<NULL_SYMBOL>>>" is undefined due to an illegal declaration.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 117: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 118: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 119: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 120: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 121: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 122: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 123: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 124: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 125: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 126: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 127: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 130: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 131: error 1000: Unexpected symbol: "ConfigParmList".
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 131: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 132: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 133: error 1000: Unexpected symbol: "*".
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 133: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 134: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 135: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 136: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/cscglbl.h", line 137: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "/opt/xelp/prg/premier/include/td.h", line 314: error 1000: Unexpected symbol: "*".
(Bundled) cc: "/opt/xelp/prg/premier/include/td.h", line 314: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "/opt/xelp/prg/premier/include/td.h", line 317: error 1000: Unexpected symbol: "make_integer".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1

Thanks in Advance.
Regards,
Neeraja




Sponsored Link
Ads by Google

Response Number 1
Name: bamakhrama
Date: February 1, 2005 at 08:40:06 Pacific
Reply:

Where is the source code?

--
mohameda@ieee.org


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Compilation error in C

Compiling Errors in Dev C++ www.computing.net/answers/programming/compiling-errors-in-dev-c-/9484.html

C compile errors in vc++ www.computing.net/answers/programming/c-compile-errors-in-vc/4010.html

muljtiply defined error in c www.computing.net/answers/programming/muljtiply-defined-error-in-c/16375.html