[jira] [Commented] (XERCESC-2260) Header include test uses #if instead of #ifdef
"Boris Kolpackov (Jira)" <[email protected]> Tue, 4 Feb 2025 12:59:00 +0000 (UTC)
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/XERCESC-2260?page=3Dcom.atlassi=
an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17=
923691#comment-17923691 ]=20
Boris Kolpackov commented on XERCESC-2260:
------------------------------------------
Fixed in the 3.3 branch (also for the autoconf header). Thanks for the repo=
rt and the patch!
> Header include test uses #if instead of #ifdef
> ----------------------------------------------
>
> Key: XERCESC-2260
> URL: https://issues.apache.org/jira/browse/XERCESC-2260
> Project: Xerces-C++
> Issue Type: Bug
> Components: Build
> Affects Versions: 3.2.4
> Environment: pkgsrc (on NetBSD)
> Reporter: Thomas Klausner
> Priority: Major
> Attachments: patch-src_xercesc_util_Xerces__autoconf__config.hpp.=
cmake.in
>
>
> When building xerces-c 3.2.4, it detects some system headers during the c=
onfiguration step and then defines symbols if these are headers are found.
> If the headers are not found, the symbols are just not defined (instead o=
f being defined to the value zero).
> However, the installed header files (that other projects use) check these=
symbols with `#if` instead of `#ifdef`, which doesn't work well with undef=
ined symbols.
> =C2=A0
> I've attached a patch switching which fixes the problem for me.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)