id summary reporter owner description type status milestone component version severity resolution keywords cc 7887 Boost & Eclipse Barnabé Faliu viboes "Hello everyone, I need your help with a problem in relation with Boost 1-52-0 and Eclipse for C++ developpers. First, i use Cygwin 1.7.17-1 as compiler and my boost library is well compiled (boostrap.sh and b2 executed). My OS is Windows 8 Pro 64bits. Here is the simple program I try to execute : {{{ #include #include using namespace std; int main() { cout << ""hello""; return 0; } }}} This code is compiling without any problem but, when i want to execute it, nothing appears. I noticed that if I set ""#include "" as comment, the word ""hello"" appears, then I concluded that boost library was the problem, but I absolutly don't know why.. Here are my project linkers : Includes (Cygwin C++ Compiler) : '''C:/boost''' Libraries : '''boost_thread''' '''boost_system''' Librairies search path : '''C:/boost/stage/lib''' I as well want to precise that I defined the system variable ""'''CYGWIN'''"" with ""'''nodosfilewarning'''"" value because I had an error like that when compiling : ""'''cygwin warning: MS-DOS style path detected: c:/ Preferred POSIX equivalent is: /cygdrive/c CYGWIN environment variable option ""nodosfilewarning"" turns off this warning. Consult the user's guide for more details about POSIX paths: cygwin.com/cygwin-ug-net/usin...sing-pathnames'''"" Hope you'll help me, thanks !" Support Requests closed thread Boost 1.52.0 Problem worksforme