no library path? [message #1821913] |
Sat, 22 February 2020 14:15  |
Eclipse User |
|
|
|
hi,
I have a new installation of Eclipse-CDT on Win10, 64bit (eclipse-cpp-2019-12-R-win32-x86_64.zip), and started with the hello world console program.
#include <iostream>
using namespace std;
int main(int argc, char **argv) {
cout << "Hello world";
return 0;
}
The compiler finds two errors:
-symbol 'cout' could not be resolved
- symbol 'std' could not be resolved
It seems that the path to the standard libraries is not set.
Help tells me that I can set the library path in File - Properties - Resource.
But after clicking to File - Properties I get an error mesage "No property pages for .", see attachment.
So I cannot set the path.
My installation seems to miss property pages. What can I do?
Niko
|
|
|
|
Re: no library path? [message #1821936 is a reply to message #1821914] |
Sun, 23 February 2020 18:07  |
Eclipse User |
|
|
|
Thank you very much,
MINGW was missing.
Tauno Voipio wrote on Sat, 22 February 2020 20:48
Please do not send multiple copies of the same message, one is enough.
Sorry, I had several tries to send the posting, but my browser hang up. In spite of hang up the postings seem to have been sent.
|
|
|
Powered by
FUDForum. Page generated in 0.08717 seconds