[Xapian-tickets] [Xapian] #239: makedepend gets confused with multiple #include "filename..." in same program

Xapian nobody at xapian.org
Fri Feb 12 03:47:26 GMT 2010


#239: makedepend gets confused with multiple #include "filename..." in same
program
-------------------------------+--------------------------------------------
 Reporter:  caa                |        Owner:  caa      
     Type:  defect             |       Status:  reopened 
 Priority:  normal             |    Milestone:           
Component:  MSVC makefiles     |      Version:  SVN trunk
 Severity:  major              |   Resolution:           
 Keywords:                     |    Blockedby:           
 Platform:  Microsoft Windows  |     Blocking:           
-------------------------------+--------------------------------------------

Comment(by olly):

 I had a quick look at the code - INCLUDE_SYM appears to be set for the
 case of:

 {{{
 #!c
 #include SOMEHEADER
 }}}

 Where SOMEHEADER is a macro, set with something like:

 {{{
 #!c
 #define SOMEHEADER "foo.h"
 }}}

 So I don't see why the proposed change would help, though I noticed
 someone else has made the same change to what appears to be an older
 version of this code:

 http://www.google.com/codesearch/p?hl=en#Gjh2fabJIy0/mk-3.18.4.tar.gz|dd_Gc3SlGTs/mk-3.18.4/utl/mkdep/include.c&q=%22if%20%28%28strcmp%28ip-%3Ei_incstring,%20include%29%20==%200%29%22

 Charlie: are you able to reproduce this issue?  If so, does the suggested
 fix described in comment:6 help?

-- 
Ticket URL: <http://trac.xapian.org/ticket/239#comment:10>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list