Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Double backslash in paths
Double backslash in paths [message #1717029] Wed, 09 December 2015 16:46
test test is currently offline test testFriend
Messages: 1
Registered: December 2015
Junior Member
I'm using:

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)

Previous Topic:C programming socket WSADATA problem
Next Topic:msvc CDT unable to resolve std::function
Goto Forum:
  


Current Time: Fri Apr 26 15:20:03 GMT 2024

Powered by FUDForum. Page generated in 0.03212 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top