Skip to main content

[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.

That did take away the errors. Is there a way to get the code analysis to work with synchronized projects?

On Oct 10, 2011 2:35 PM, "Beth Tibbitts" <tibbitts@xxxxxxxxxx> wrote:

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


Inactive hide details for Steven Dix ---10/10/2011 02:13:08 PM---Symbol 'cout' could not be resolved Code copied from www.cplusSteven Dix ---10/10/2011 02:13:08 PM---Symbol 'cout' could not be resolved Code copied from www.cplusplus.com/doc/tutorial/program_structur


    From:

Steven Dix <steven@xxxxxxxxxxxxx>

    To:

PTP User list <ptp-user@xxxxxxxxxxx>

    Date:

10/10/2011 02:13 PM

    Subject:

Re: [ptp-user] Symbol std could not be resolved synchronized project.

    Sent by:

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


    Inactive hide details for Steven Dix ---10/10/2011 12:44:06 PM---I keep getting that error I can't figure out how to fix it. I 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
      From:

    Steven Dix <
    steven@xxxxxxxxxxxxx>
      To:

    ptp-user@xxxxxxxxxxx
      Date:

    10/10/2011 12:44 PM
      Subject:

    [ptp-user] Symbol std could not be resolved synchronized project.
      Sent by:

    ptp-user-bounces@xxxxxxxxxxx




    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



_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

GIF image

GIF image


Back to the top