[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ptp-user] Symbol std could not be resolved synchronized project.
|
Sounds like the C/C++ include files are not being included.
You say it builds fine. Is that a local or remote build configuration? Remote I assume.
Are you sure it's not just the codean warnings? They can be misleading for remote files.
(Marker in the editor will be a bug)
If you turn off codean (Project Properties, C/C++ > Code Analysis, and uncheck all problems)
Then I think you need to ... rebuild? to make it become effective
If the above doesn't fix it, can you include something from your <workspace>/.log file, or a screen shot of the Problems View (and the marker in the editor), so we can see exactly where the complaint comes from?
...Beth
Beth Tibbitts
Eclipse Parallel Tools Platform http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511
Steven Dix ---10/10/2011 02:13:08 PM---Symbol 'cout' could not be resolved Code copied from www.cplusplus.com/doc/tutorial/program_structur
![]()
| ![]()
Steven Dix <steven@xxxxxxxxxxxxx> |
![]()
| ![]()
PTP User list <ptp-user@xxxxxxxxxxx> |
![]()
| ![]()
10/10/2011 02:13 PM |
![]()
| ![]()
Re: [ptp-user] Symbol std could not be resolved synchronized project. |
![]()
| ![]()
ptp-user-bounces@xxxxxxxxxxx |
Symbol 'cout' could not be resolved
Code copied from www.cplusplus.com/doc/tutorial/program_structure/
I used a simple example to make sure it wasn't a problem with my code.
On Oct 10, 2011 1:24 PM, "Beth Tibbitts" <tibbitts@xxxxxxxxxx> wrote:
Can you please paste in the exact error you are seeing?
...Beth
Beth Tibbitts
Eclipse Parallel Tools Platform http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511
Steven Dix ---10/10/2011 12:44:06 PM---I keep getting that error I can't figure out how to fix it. I have added includes to search my remot
I keep getting that error I can't figure out how to fix it. I have added includes to search my remote hosts /usr/include and /usr/include/c++/4.3 directories. The project will build perfectly fine, but in eclipse I get the errors showing up on the editor page. Everything works fine as a remote project, its just when I do synchronized project that I get these errors.
The code was a simple hello world example.
Set up:
Dev box: Windows 7 x64
Server: suse 11 x64
Eclipse indigo 3.7.0
PTP 5.0.2.201109141657_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

