Author Topic: spaces in path  (Read 3741 times)

OdysseusL

  • Guest
spaces in path
« on: February 27, 2008, 11:43:15 am »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: spaces in path
« Reply #1 on: February 27, 2008, 01:15:42 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

OdysseusL

  • Guest
Re: spaces in path
« Reply #2 on: February 27, 2008, 01:32:17 pm »
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.