Hi Mark, On 2023/07/13 14:52, Mark Geisert via Cygwin wrote:
Just a quick note to say the root cause has been fixed; the next version of the Cygwin DLL (3.4.8) will include the fix. If you need the fix urgently you can find a replacement for your /usr/include/sys/cpuset.h at https://github.com/cygwin/cygwin/blob/main/winsup/cygwin/include/sys/cpuset.h
Thanks for taking time. It works again in my environment. The followings is just for information. (It may not be necessary to address the issues.) 1. clang++ complains that "-liconv" doesn't exist when compiling the "hello world". By installing libiconv-devel, I successfully made it. (g++ doesn't require "-liconv".) 2. llvm depends on python-pygments and python-yaml, which pull python27 in. But python27 has already been withdrawn. Newcomers may get confused. -- ggl329 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple