[ 
https://issues.apache.org/jira/browse/XERCESC-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725894#action_12725894
 ] 

Boris Kolpackov commented on XERCESC-1874:
------------------------------------------

Hm, I see where you are coming from and I wonder how we can fix this in the 
current framework. Xerces_autoconf_config.hpp is generated by autoconf and is 
generally needed in Xerces-C++ headers, not just .cpp files (e.g., XMLSize_t is 
used in many interfaces). While in your case the difference is only in one 
place, theoretically it can be in other places as well. I wonder how other 
software packages resolve this issue...

> include files generated by 32 bit and 64 bit are different
> ----------------------------------------------------------
>
>                 Key: XERCESC-1874
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1874
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.0.1
>         Environment: OpenSolaris (but it doesn't matter)
>            Reporter: Meena
>
> $diff -r 64/include//xercesc/util/Xerces_autoconf_config.hpp 
> 32/include/xercesc/util/Xerces_autoconf_config.hpp
> 64c64
> < #define XERCES_SIZEOF_LONG 8
> ---
> > #define XERCES_SIZEOF_LONG 4
> I can not give different include paths. It has to be /usr/local/include. for 
> libarries it would be /usr/local/lib and  /usr/local/lib/64 for 32 bit and 64 
> bit respectively.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to