News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

spaces in path

Started by OdysseusL, February 27, 2008, 11:43:15 AM

Previous topic - Next topic

OdysseusL

Hello,

I use Code::Blocks (nightly build: svn build  rev 4893 (2008-02-18 20:06:04)   gcc 4.2.1 Windows/unicode) with MinGW (gcc 3.4.2). During the compile (and link) process it produces errors due to (white)spaces in the pathnames.

How may I solve this behaviour? How may I embed such pathnames in quotation marks?

Thanks in advance for any help and/or hint.

Bye,
OdysseusL

MortenMacFly

Quote from: OdysseusL on February 27, 2008, 11:43:15 AM
During the compile (and link) process it produces errors due to (white)spaces in the pathnames.
What erros? Full compiler commandline? (-> See my sig.) Error Log?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

OdysseusL

You may believe or not. After enable the option mentioned in your signature everything works fine. I disabled the option and everything works still fine.

I don't understand it, but I believe it.

Thanks for you help.