fail to locate gdb, win 7, mingw-w64

CodeLite installation/troubleshooting forum
emitlustful
CodeLite Curious
Posts: 5
Joined: Tue Jul 28, 2015 7:45 pm
Genuine User: Yes
IDE Question: c++
Contact:

fail to locate gdb, win 7, mingw-w64

Post by emitlustful »

I know this is an old issue but it did happen to me again.
My system: Win 7 64x, Codelite 9.2, Mingw-w64, https://sourceforge.net/projects/mingw-w64/
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: fail to locate gdb, win 7, mingw-w64

Post by eranif »

1. Does this file exist?
2. Try installing your MinGW in a directory **without spaces** in its path

Eran
Make sure you have read the HOW TO POST thread
emitlustful
CodeLite Curious
Posts: 5
Joined: Tue Jul 28, 2015 7:45 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: fail to locate gdb, win 7, mingw-w64

Post by emitlustful »

eranif wrote:1. Does this file exist?
2. Try installing your MinGW in a directory **without spaces** in its path

Eran
1. Yes. My codeblocks uses the same compiler and it works quite fine.
2. Does codelite have some issues to support path with space? But I Do see it contains quote in path, which means it is supposed to support white space. I does not ask codelite to support multi languages(like Chinese, Korea) in path. But please do support white space at least. Thank you.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: fail to locate gdb, win 7, mingw-w64

Post by eranif »

emitlustful wrote:Does codelite have some issues to support path with space?
Usually is works, this sounds like a bug to me

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: fail to locate gdb, win 7, mingw-w64

Post by eranif »

This should be fixed now
I am releasing a weekly build today (you caught me in the middle of the builds...)
So I added this fix to the build - it should be available in the coming hours (you will get a notification from CodeLite once you restart it)


Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: fail to locate gdb, win 7, mingw-w64

Post by eranif »

A weekly release was released - From within CodeLite: Help->Check for update

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