/[groff]/groff/PROBLEMS
ViewVC logotype

Diff of /groff/PROBLEMS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by wlemb, Thu Jun 3 06:24:24 2004 UTC revision 1.25 by wl, Sat Apr 30 07:03:13 2005 UTC
# Line 723  byacc. Line 723  byacc.
723    
724  ----------------------------------------------------------------------  ----------------------------------------------------------------------
725    
 * My compiler fails to build src/utils/indxbib/signal.c, giving  
   messages like  
   
     signal.c: cannot convert `int (*)(int)' to `void (*)(int)'  
     for argument `2' to `void (* signal(int, void (*)(int)))(int)'  
   
   I use a C++ compiler for compiling C programs.  
   
 The current version of the configure script doesn't handle C++ very  
 well if used as a substitute for a C compiler.  In this particular  
 case, it failed to recognize the proper return type of signal handlers.  
 An easy fix is to manually edit the file `src/include/config.h'  
 (created by configure), changing the line  
   
   #define RETSIGTYPE int  
   
 to  
   
   #define RETSIGTYPE void  
   
 Say `make clean' before restarting compilation.  
   
 ----------------------------------------------------------------------  
   
726  * There are many empty `Makefile.dep' files.  Is this a bug?  * There are many empty `Makefile.dep' files.  Is this a bug?
727    
728  No.  Real dependency files are created with a `make depend' call.  No.  Real dependency files are created with a `make depend' call.

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26