Error Building Codelite from Source with wxWidgets 3.1

CodeLite installation/troubleshooting forum
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

Re: Error Building Codelite from Source with wxWidgets 3.1

Post by petah »

can you paste the output of 'ldd <path/to/your/cl/binary>' ? are you able to build & run any of the wx samples? just cd into the ./wx_build/samples/whatever/ and 'make'.

cheers,

-- p
main: Debian Jessie x64 + custom wxTrunk
kubanphillipay
CodeLite Curious
Posts: 7
Joined: Sun Jun 15, 2014 6:07 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Error Building Codelite from Source with wxWidgets 3.1

Post by kubanphillipay »

Good news!

I finally got it to run!

I'm not sure exactly what I was doing wrong. I think I may have screwed up the installation step, or it was having trouble finding my libraries.

Still I really appreciate the help you guys provided and I learned quite a bit about the linux build process. Codelite is an awesome product and I will be sure to make a donation since you guys are so active in helping your users.

Keep up the great work!
Post Reply