Win64 Build Broken Due to LLDB

Discussion about CodeLite development process and patches
tjulian
CodeLite Enthusiast
Posts: 32
Joined: Tue Nov 11, 2008 12:06 am
Contact:

Win64 Build Broken Due to LLDB

Post by tjulian »

When building Codelite on Win64 for Win64, the LLDBDebugger build fails due to missing directory /sdk/lldb/win64, and that directory is not on GitHub either. Did something change recently that would affect this?

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

Re: Win64 Build Broken Due to LLDB

Post by eranif »

How do you build it?
CodeLite does not link against LLDB on Windows...
Make sure you have read the HOW TO POST thread
tjulian
CodeLite Enthusiast
Posts: 32
Joined: Tue Nov 11, 2008 12:06 am
Contact:

Re: Win64 Build Broken Due to LLDB

Post by tjulian »

Okay, my bad. Build is now successful.
Post Reply