You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Mark Wilmoth (JIRA)" <ji...@apache.org> on 2018/04/22 08:30:00 UTC

[jira] [Created] (NETBEANS-711) Unable resolve const identifier in header outside of project directory

Mark Wilmoth created NETBEANS-711:
-------------------------------------

             Summary: Unable resolve const identifier in header outside of project directory
                 Key: NETBEANS-711
                 URL: https://issues.apache.org/jira/browse/NETBEANS-711
             Project: NetBeans
          Issue Type: Bug
          Components: cnd - Editor
    Affects Versions: 9.0
         Environment: Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-linux-406-on-20180411)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)

            Reporter: Mark Wilmoth
         Attachments: PPP2ED.zip, messages.log

# Using MSYS2 MinGW_w64 toolchain. 
 # Open attached project "PPP2ED.zip" in NetBeans.
 # After project is parsed, notice Graph.h shows no errors.
 # Copy the "FLTK" directory inside project directory outside of project directory one level.
 # In the Project Properties, change the C++ Compiler >> Include directory to reflect new location (i.e. ../FLTK/include ) and save.
 # Wait for project to parse.
 # Right click on project and go to Code Assistant >> Reparse Project.
 # See Graph.h again and notice "Unable to resolve" errors on lines 19-23, 42-46, 62-77.

Expected: The identifiers are resolved. 

Workaround: Use FLTK directory inside of project folder.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists