Opened 15 years ago

Closed 15 years ago

#347 closed defect (fixed)

Header present but cannot compile

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: minor Milestone: svndigest 0.6.6
Component: build Version: 0.6.5
Keywords: Cc:

Description

configure in branches/0.6-stable gives the following warning

configure: WARNING: apr_allocator.h: present but cannot be compiled
configure: WARNING: apr_allocator.h:     check for missing prerequisite headers?
configure: WARNING: apr_allocator.h: see the Autoconf documentation
configure: WARNING: apr_allocator.h:     section "Present But Cannot Be Compiled"
configure: WARNING: apr_allocator.h: proceeding with the preprocessor's result
configure: WARNING: apr_allocator.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------ ##
configure: WARNING:     ## Report this to jari@thep.lu.se ##
configure: WARNING:     ## ------------------------------ ##
checking for apr_allocator.h... yes
checking subversion-1/svn_types.h usability... no
checking subversion-1/svn_types.h presence... yes
configure: WARNING: subversion-1/svn_types.h: present but cannot be compiled
configure: WARNING: subversion-1/svn_types.h:     check for missing prerequisite headers?
configure: WARNING: subversion-1/svn_types.h: see the Autoconf documentation
configure: WARNING: subversion-1/svn_types.h:     section "Present But Cannot Be Compiled"
configure: WARNING: subversion-1/svn_types.h: proceeding with the preprocessor's result
configure: WARNING: subversion-1/svn_types.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------ ##
configure: WARNING:     ## Report this to jari@thep.lu.se ##
configure: WARNING:     ## ------------------------------ ##

See this link for discussion on this issue in autoconf manual. I don't have this problem in trunk.

Change History (1)

comment:1 Changed 15 years ago by Peter Johansson

Resolution: fixed
Status: newclosed

(In [678]) setting language to C++ - fixes #347

Note: See TracTickets for help on using tickets.