This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling gcc on HP-UX 10.20


I have this probleme whan compiling (make) gcc3.0.1 on an HP-UX 10.20
(only the firsts and last errors ) with the file jartools.c :

cc: "dostime.h", line 22: error 1000: Unexpected symbol: "*".
cc: "pushback.h", line 22: error 1000: Unexpected symbol: "ub1".
cc: "pushback.h", line 30: error 1000: Unexpected symbol: "*".
...
...
cc: "jartool.c", line 1781: warning 563: Argument #3 is not the correct
type.
cc: "jartool.c", line 1785: error 1549: Modifiable lvalue required for
assignment operator.
cc: "jartool.c", line 1795: error 1705: Function prototypes are an ANSI
feature.
*** Erreur - code de sortie 1


What do I have to do ?
The declaration of the function in dostime.h is the same as in the file
jartools.c




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]