Maybe I'm a bit late to the party, but configure fails when configuring for a 
cross-compile platform:

Running

export CROSS_COMPILE=armv7a-hf-
./configure CFLAGS=-O3 CXXFLAGS=-O3 -host=arm-linux-gnueabi 
--enable-transcoder-iconv

fails with

checking for wcsrtombs... configure: error: in `/home/user/cross/xerces-c':
configure: error: cannot run test program while cross compiling

because the lines 231 and 253

AC_RUN_IFELSE(  [AC_LANG_PROGRAM([[#include <wchar.h>

try to *run* the code compiled with the target gcc on the host system, which is 
apparently failing.

Replacing both AC_RUN_IFELSE by AC_COMPILE_IFELSE was a workaround for me. 

-- 
Ivo Schenk

-----Ursprüngliche Nachricht-----
Von: Cantor, Scott [mailto:canto...@osu.edu] 
Gesendet: Mittwoch, 12. September 2018 20:06
An: c-dev@xerces.apache.org
Betreff: Call for vote on Xerces-C 3.2.2 release

I would like to call for a vote to release the RC3 artifact built from svn 
revision 1840539 as V3.2.2. It's published and signed at [1].

The release notes are at [2].

The issues are build related for the most part, nothing substantive.

I'll hold the vote open through the weekend, as next week is the soonest I can 
do the upload of a release.

This is my +1.

-- Scott

[1] https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/
[2] 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12342890

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org


Delphin Technology AG
Sitz der Gesellschaft: Bergisch Gladbach
Registergericht: Amtsgericht Koeln, HRB 47544
Vorstand: Claudia Zimmer
Vorsitzender des Aufsichtsrats: Peter Renner

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to