Re: Updated: gcc-7.3.0-2 (x86/x86_64)

2018-06-05 Thread Alberto Escrig Vidal
! De: Alberto Escrig Vidal Enviado: martes, 29 de mayo de 2018 19:32:39 Para: The Cygwin Mailing List Asunto: Re: Updated: gcc-7.3.0-2 (x86/x86_64) Thanks so much Jon! I have noticed a couple of issues with g++-7. 1) #include #include #include int main() { std::string Str; std

Re: Updated: gcc-7.3.0-2 (x86/x86_64)

2018-05-29 Thread Alberto Escrig Vidal
Thanks so much Jon! I have noticed a couple of issues with g++-7. 1) #include #include #include int main() { std::string Str; std::stringstream ss("hello"); std::getline(ss,Str); std::cout << Str; return 0; } Compiling the above program with: g++ -g -std=c++17 foo.cpp Compiles just

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