Re: clang dependencies

2018-02-13 Thread Yaakov Selkowitz
On 2018-02-13 12:07, Alberto Escrig Vidal wrote: > Consider the following program: > #include > int main() {} > > If I compile it with > clang++ -stdlib=libc++ foo.cpp > i get the error: > /usr/include/c++/v1/locale:197:10: fatal error: 'nl_types.h' file not found > #include > > The reason is t

clang dependencies

2018-02-13 Thread Alberto Escrig Vidal
Consider the following program: #include int main() {} If I compile it with clang++ -stdlib=libc++ foo.cpp i get the error: /usr/include/c++/v1/locale:197:10: fatal error: 'nl_types.h' file not found #include The reason is that libcatgets-devel 1.1-2 was obsoleted by cygwin-devel. On the other