This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186365

Summary: Windows: Unresolved #include if project is created on remote machine
Product: cnd Reporter: soldatov <soldatov>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: VERIFIED FIXED    
Severity: normal CC: apepin
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2010-05-19 09:39:30 UTC
Scenario:
- Start IDE with fresh user directory
- Add tester@spb-nero machine
- Create Welcome project (select OracleSolarisStudio toolchain)
- Open welcome.cc file
==> iostream is marked as "There are unresolved includes inside <iostream>"

Also I have unresolved identifiers in source code
Comment 1 soldatov 2010-05-19 10:34:29 UTC
I think this problem should be investigated also
Comment 2 Vladimir Kvashin 2010-05-19 13:09:07 UTC
Confirmed.

It can be also reproduced via creating an empty project, an empty C++ file in it and adding the following #include directive:

#include <rw/ctype>
Comment 3 Vladimir Kvashin 2010-05-19 13:12:50 UTC
The mirror directory ...\remote-includes\spb-nero_22\opt\sunstudio12.1\prod\include\CC\Cstd
is synchronized OK, but its subdirectory "rw" does not
Comment 4 Vladimir Kvashin 2010-05-19 18:39:19 UTC
Fixed in cnd-main:
http://hg.netbeans.org/cnd-main/rev/2ce1294ef201
Comment 5 Alexander Pepin 2010-05-20 11:22:09 UTC
Starting showstopper process.
Comment 6 Vladimir Voskresensky 2010-05-20 14:19:47 UTC
I have reviewed the fix and agree with it.
Comment 7 Alexander Pepin 2010-05-20 17:39:00 UTC
verified in dev cnd build from bertram.
please push to release69 clone.
Comment 8 Vladimir Kvashin 2010-05-20 19:30:57 UTC
Integrated into release69:
http://hg.netbeans.org/release69/rev/550b87dd0363
Comment 9 soldatov 2010-05-24 06:56:51 UTC
verified in RC1