You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by GitBox <gi...@apache.org> on 2020/05/08 16:43:31 UTC

[GitHub] [xerces-c] ayoubserti opened a new pull request #11: fix configure for cross-compilation

ayoubserti opened a new pull request #11:
URL: https://github.com/apache/xerces-c/pull/11


   This pull request fix a cross-compilation issue:
   When I try to configure for cross-compilation the script fails on `wcsrtombs` test.  


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [xerces-c] ayoubserti commented on pull request #11: fix configure for cross-compilation

Posted by GitBox <gi...@apache.org>.
ayoubserti commented on pull request #11:
URL: https://github.com/apache/xerces-c/pull/11#issuecomment-699095742


   @rleigh-codelibre  I'm not sure if AC_CHECK_FUNC compile and run or only compile.
   In general, in cross-compiling the configure should use AC_COMPILE_IFELSE instead of AC_RUN_IFELSE
   
   `cmake/XercesWChar.cmake` check compilation only


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [xerces-c] ayoubserti commented on pull request #11: fix configure for cross-compilation

Posted by GitBox <gi...@apache.org>.
ayoubserti commented on pull request #11:
URL: https://github.com/apache/xerces-c/pull/11#issuecomment-697470488


   Thank you @FerrixPlusPlus 
   Still the maintainer approval.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [xerces-c] rleigh-codelibre commented on pull request #11: fix configure for cross-compilation

Posted by GitBox <gi...@apache.org>.
rleigh-codelibre commented on pull request #11:
URL: https://github.com/apache/xerces-c/pull/11#issuecomment-698779464


   Do you need to repeat the program source code?  Or would AC_CHECK_FUNC be sufficient when cross-compiling?
   
   Do the CMake checks in *cmake/XercesWChar.cmake* also need updating to cater for this scenario?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [xerces-c] rleigh-codelibre commented on pull request #11: fix configure for cross-compilation

Posted by GitBox <gi...@apache.org>.
rleigh-codelibre commented on pull request #11:
URL: https://github.com/apache/xerces-c/pull/11#issuecomment-698779464


   Do you need to repeat the program source code?  Or would AC_CHECK_FUNC be sufficient when cross-compiling?
   
   Do the CMake checks in *cmake/XercesWChar.cmake* also need updating to cater for this scenario?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [xerces-c] FerrixPlusPlus commented on pull request #11: fix configure for cross-compilation

Posted by GitBox <gi...@apache.org>.
FerrixPlusPlus commented on pull request #11:
URL: https://github.com/apache/xerces-c/pull/11#issuecomment-697365728


   I have tested the fix on my environment ( Debian 10 with crossbuild-essential-armhf package ) and works fine.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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