Bug 484090 - Double backslash in paths
Summary: Double backslash in paths
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: Next   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-10 04:34 EST by test test CLA
Modified: 2020-09-04 15:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description test test CLA 2015-12-10 04:34:30 EST
Eclipse IDE for C/C++ Developers
Version: Mars.1 Release (4.5.1)
Build id: 20150924-1200

My operating system is: Windows 7 enterprise 64-bit.

When i'm building the the project in output console i see the double backslash in the paths. Is it possible to fix?

The example below.

18:37:27 **** Incremental Build of configuration Debug for project Common ****
Info: Internal Builder is used for build
g++ -std=c++0x -D_THREAD_SAFE=1 -D_FILE_OFFSET_BITS=64 -O0 -g3 -pedantic -pedantic-errors -Wall -Werror -c -fmessage-length=0 -o "Sources\\Main.o" "..\\Sources\\Main.cpp" 
g++ -o Common.exe "Sources\\Common\\Common.o" "Sources\\Common\\CriticalSection.o" "Sources\\Main.o" 

18:37:29 Build Finished (took 1s.784ms)
Comment 1 Brian de Alwis CLA 2015-12-11 15:04:35 EST
Perhaps from bug 261976?