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 158866 - Windows Paths are mangled into unix-like paths
Summary: Windows Paths are mangled into unix-like paths
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks: 160172
  Show dependency tree
 
Reported: 2009-02-19 23:59 UTC by charlweed
Modified: 2011-04-27 16:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2009-02-19 23:59:13 UTC
The MSVC tool collection does not work because windows paths are mangled. The paths are not truly converted into true
cygwin paths, so there is no hope of them working. For example the include path
Q:/CUDA_2_1/include
   is mangled into
/Q/CUDA_2_1/include

cygwin has a utility to convert between windows and cygwin paths. For the MSVC Tool collection, the paths should not be
converted if they are in short (dos) form. The spaces, semi-colons and backslashes in long windows form are also tricky,
and can often benefit from conversion into short form.

This is related to another issue, where MSVC needs various values set in the environment, and needs them in windows or
dos form.
Comment 1 charlweed 2009-02-20 00:59:21 UTC
Related to issue 158867