This is the mail archive of the gcc-bugs@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]

RE: gcc 2.97 "fixincludes" breaks wnn/commonhd.h



> Recent CVS gcc 2.97 on my Linux system decides it needs to
> "fixinclude" wnn/commonhd.h.
> 
> Unfortunately, wnn/commonhd.h contains this:
> 
> #include "wnnerror.h"
> 
> When an application (such as xemacs) does
> 
> #include <wnn/commonhd.h>
> 
> gcc finds its "fixed" version of commonhd.h in a gcc-specific
> directory.  Unfortunately, there is no wnnerror.h to be found in the
> same directory, so compilation ends with an error.

Are you saying that /usr/include/wnn/commonhd.h is fixed and
/usr/include/wnn/wnnerror.h is not copied?  Would you please
be kind enough to email me the configuration of your /usr/include/wnn
directory and the contents of the commonhd.h file?  I would
like to play with them a bit.  Also, if you do this:

  cd ${topbuilddir}/gcc
  rm -rf stmp-fixinc include
  VERBOSE=5
  export VERBOSE
  make stmp-fixinc > MAKE.log 2>&1

then we can take a closer look at what is going on.  :-)

Thanks,
	Bruce

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