I am trying to install gnumake 3.62 on a silicon iris
4d/35 with os of 4.0.1. i am getting a prototype error
in the main.c routine. Has anybody received this kind
of problem? here is the errors that i am getting.
cc -prototypes -g -c main.c
accom: Error: main.c, line 311: prototype parameter 2 type must have all qualifiers of actual arg (except`outermost`) and pointed to types must be compatible (ANSI 3.3.2.2,3.3.16.1)
accom: Error: main.c, line 311: Argument 2 Type Doesn't Match prototype description; prototype: pointer to function returning void is different from actual: pointer to function returning int
accom: Error: main.c, line 311: prototype parameter 2 type must have all qualifiers of actual arg (except`outermost`) and pointed to types must be compatible (ANSI 3.3.2.2,3.3.16.1)
accom: Error: main.c, line 311: Argument 2 Type Doesn't Match prototype description; prototype: pointer to function returning void is different from actual: pointer to function returning int