Hello,
I have lastly retrieved some source codes in C++ then I tried to compile for Windows.
I use the syntax :then MinGW produces the line :Code:make ./thingToMake
plus the error :Code:g++ thingToMake.cpp -o thingToMake
- thingToTest.cpp:18:19: fatal error: someHeader.h: No such file or directory
compilation terminated.
make: *** [thingToMake] Error 1
Please how would you go on? I think I must continue using the makefile
(there is one file 'Makefile.am' in the same directory).
OS : Windows 7
MinGW + MSYS : may 30th 2011