home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sgi / 16364 < prev    next >
Encoding:
Text File  |  1992-11-12  |  3.1 KB  |  43 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!destroyer!gatech!mailer.cc.fsu.edu!cloud1.met.fsu.edu!glenn
  3. From: glenn@cloud1.met.fsu.edu (GLENN)
  4. Subject: gnumake installation
  5. Message-ID: <1992Nov12.212343.21941@mailer.cc.fsu.edu>
  6. Sender: glenn daughenbaugh
  7. Nntp-Posting-Host: cloud1.met.fsu.edu
  8. Reply-To: glenn@cloud1.met.fsu.edu
  9. Organization: FSU-Meteorology Department
  10. Distribution:  world
  11. Date: 12 NOV 92 16:25:08    
  12. Lines: 29
  13.  
  14.  I am trying to install gnumake 3.62 on a silicon iris
  15. 4d/35 with os of 4.0.1. i am getting a prototype error
  16. in the main.c routine. Has anybody received this kind
  17. of problem? here is the errors that i am getting.
  18.  
  19.  
  20.     cc -prototypes -g -c main.c
  21. 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)
  22.          if (((int (*)() ) signal(((1    )), (int (*)() ) ( (int (*)() ) fatal_error_signal)))     == (int (*)() )     ((SIG_PF)1) )    (void) ((int (*)() ) signal(((1    )), (int (*)() ) (     ((SIG_PF)1) ))) ;    else    fatal_signal_mask |= (1L << ((1    )-1)) ; ;
  23.        ------------------------------------------------------------------------------------^
  24. 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
  25.          if (((int (*)() ) signal(((1    )), (int (*)() ) ( (int (*)() ) fatal_error_signal)))     == (int (*)() )     ((SIG_PF)1) )    (void) ((int (*)() ) signal(((1    )), (int (*)() ) (     ((SIG_PF)1) ))) ;    else    fatal_signal_mask |= (1L << ((1    )-1)) ; ;
  26.        ------------------------------------------------------------------------------------^
  27. 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)
  28.          if (((int (*)() ) signal(((1    )), (int (*)() ) ( (int (*)() ) fatal_error_signal)))     == (int (*)() )     ((SIG_PF)1) )    (void) ((int (*)() ) signal(((1    )), (int (*)() ) (     ((SIG_PF)1) ))) ;    else    fatal_signal_mask |= (1L << ((1    )-1)) ; ;
  29.        ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
  30. 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
  31.          if (((int (*)() ) signal(((1    )), (int (*)() ) ( (int (*)() ) fatal_error_signal)))     == (int (*)() )     ((SIG_PF)1) )    (void) ((int (*)() ) signal(((1    )), (int (*)() ) (     ((SIG_PF)1) ))) ;    else    fatal_signal_mask |= (1L << ((1    )-1)) ; ;
  32.        ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
  33. *** Error code 1
  34.  
  35. Stop.
  36.  
  37. ****************************************************
  38. glenn daughenbaugh
  39. glenn@cloud1.met.fsu.edu
  40. dept of meteorology
  41. florida state university
  42. ****************************************************
  43.