You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/21 11:06:40 UTC

[GitHub] [incubator-nuttx] SPRESENSE opened a new pull request #4200: libs/libxx/libcxx.defs: Fix build error on Windows platform

SPRESENSE opened a new pull request #4200:
URL: https://github.com/apache/incubator-nuttx/pull/4200


   ## Summary
   The libcxx-X.Y.Z.src.tar.xz contains a symbolic link to a directory
   that not exist as below.
   
   `libcxx-X.Y.Z.src/test/std/pstl -> ../../../pstl/test/std`
   
   Linux and macOS environment have no problem, but it causes an error
   when extracting tarball on Windows platform. This symbolic link is not
   actually used, so exclude it from extracting the tarball.
   
   ## Impact
   None
   
   ## Testing
   On Windows platform using MSYS,
   tested that I can build libcxx and it works.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4200: libs/libxx/libcxx.defs: Fix build error on Windows platform

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4200:
URL: https://github.com/apache/incubator-nuttx/pull/4200


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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