Am 06.06.2010 21:13, schrieb Rainer Jung:
Subject says it all, more in the patch log message at:
http://people.apache.org/~rjung/patches/apr-trunk-fix-broken-installation-of-apu_h.patch
On the long term apu.h might go completely, but until now it is still
referenced in a lot of installed header files. So e.g. httpd trunk
doesn't compile against an installed apr 2 because apr_hooks.h includes
apu.h.
fine so far, but also bad since shouldnt we at least make sure that APR
itself builds without apu.h? There are still a bunch of headers which
want to include apu.h - is it ok that I change them all to apr.h, or do
I have to mimic this dummy apu.h creation?
Building C:/projects/svn-httpd/apr-head/build
Generating nw_export.i
### mwccnlm Compiler:
# File: nw_export.inc
# ----------------------
# 5: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_base64.h
# --------------------------------
# 27: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_buckets.h
# ---------------------------------
# 28: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_date.h
# ------------------------------
# 35: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_dbd.h
# -----------------------------
# 24: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_dbm.h
# -----------------------------
# 20: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_hooks.h
# -------------------------------
# 20: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_ldap_url.h
# ----------------------------------
# 35: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_md4.h
# -----------------------------
# 44: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_xlate.h
# -------------------------------
# 20: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_md5.h
# -----------------------------
# 50: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_reslist.h
# ---------------------------------
# 26: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_optional.h
# ----------------------------------
# 20: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_queue.h
# -------------------------------
# 28: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_rmm.h
# -----------------------------
# 32: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_sdbm.h
# ------------------------------
# 27: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_sha1.h
# ------------------------------
# 26: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_strmatch.h
# ----------------------------------
# 24: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# File: nw_export.inc
# ----------------------
# 62: #include "apr_support.h"
# Error: ^
# the file 'apr_support.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_thread_pool.h
# -------------------------------------
# 22: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_uri.h
# -----------------------------
# 29: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_uuid.h
# ------------------------------
# 24: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apr_xml.h
# -----------------------------
# 32: #include "apu.h"
# Error: ^
# the file 'apu.h' cannot be opened
### mwccnlm Compiler:
# In: ..\include\apu_want.h
# ------------------------------
# 17: #include "apu.h" /* configuration data */
# Error: ^
# the file 'apu.h' cannot be opened