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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists