Page 1 of 1

CodeLite IDE 1.0.2797 issues in FreeBSD

Posted: Mon Mar 23, 2009 11:20 pm
by varnie
good day~

i have the following issues with fresh CodeLite IDE 1.0.2797 on FreeBSD 7.1 Release box:
1) source format doesn't work: when i press "ctrl-I" it doesn't format my sources
2) i am unable to setup gdb debugger within CodeLite IDE: there's no such opportunity in Settings ---> Debugger Settings --> Loaded Debugers. this tab is absolutely empty. i wonder why this tab disappeared? there've been one in the past.

please help me :(

Re: CodeLite IDE 1.0.2797 issues in FreeBSD

Posted: Tue Mar 24, 2009 12:12 pm
by eranif
Both problems that you reported are part of the plugins functionality.

Probably there a problem in your codelite build which prevented those plugins from loading.
- check the 'Trace' tab to see if there where any error during startup of codelite
- if there were errors, I suggest that you do a clean build of codelite

FYI: The missing tab is a clear indication of the debugger not loaded successfully

Eran

Re: CodeLite IDE 1.0.2797 issues in FreeBSD

Posted: Tue Mar 24, 2009 3:03 pm
by varnie
thanks for response.
i'll check a trace as soon as i get at home.

FYI, this errors are connected with the last CodeLite IDE sources available in FreeBSD ports on this moment.
btw, there were no configure comming with this port.

Re: CodeLite IDE 1.0.2797 issues in FreeBSD

Posted: Tue Mar 24, 2009 6:44 pm
by varnie
good news.
just fetched CodeLite IDE sources from svn and performed full rebuild from scratch. faced no problem during this ;)
hmm.. may i guess then that the fresh CodeLite IDE available in FreeBSD ports tree is somehow mis-configured?