mkdir quoted in 17.1

General questions regarding the usage of CodeLite
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

mkdir quoted in 17.1

Post by Jarod42 »

In build settings I have

-- 8< --
Make: C:/msys64/mingw64/bin/mingw32-make.exe
Mkdir: C:/msys64/usr/bin/mkdir.exe -p
-- >8 --

Since 17.1, generated Makefile quotes mkdir resulting in error ("C:/msys64/usr/bin/mkdir.exe -p" -> file not found).

Using c:\Program files\Codelite\mkdir.exe also result with an error:

/Program Files/CodeLite/mkdir: missing operand

c:\Program files\Codelite\mkdir.exe work in cmd, but not in msys shell

I found a workaround with a script which forward to mkdir -p...

  • Is there a reason for the quote?
  • Is codelite\mkdir supposed to work in msys shell?
  • How to clean up my config (remove my workaround)?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: mkdir quoted in 17.1

Post by eranif »

the quotes should be around the executable only, can you open a bug?

Make sure you have read the HOW TO POST thread
User avatar
Jarod42
CodeLite Expert
Posts: 237
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: mkdir quoted in 17.1

Post by Jarod42 »

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: mkdir quoted in 17.1

Post by eranif »

fixed

Make sure you have read the HOW TO POST thread
Post Reply