Page 1 of 1
Latest build 2.9.0
Posted: Fri Dec 31, 2010 5:18 pm
by Knaggy
Hi eranif,
first of all I want to appreciate your greate work!
I just got me a copy of the brand new version 2.9.0 (mac version).
Sadly, something called "indexer" (was it "code indexer", or "codelite indexer"? can't remember exactly)
crashes upon start up of codelite.
The IDE is usable then, but code completion doesn't work.
Just for your info.
Re: Latest build 2.9.0
Posted: Fri Dec 31, 2010 7:32 pm
by eranif
Which version of Mac?
Can you try and run it from the command line ?
(CodeLite.app/Contents/SharedSupport/codelite_indexer and see what is the error)
The indexer code was not changed, but the packaging script was modified, so it might be related to missing SO/dylib or something
though, I don't get any error here (i.e. it is working as expected)
Eran
Re: Latest build 2.9.0
Posted: Fri Dec 31, 2010 7:56 pm
by frank_frl
Runs fine on my MACmini OSX 10.5.8, but I did build it myself from SVN
Frank
Re: Latest build 2.9.0
Posted: Fri Dec 31, 2010 7:57 pm
by eranif
There was a problem in one of the patches applied on the Mac packaging script - this is why codelite_indexer was not loaded.
I uploaded a new version of codelite 4685 please give it a try (still, the problem does not occur on my machine, but it should be fixed now with 4685)
To get the latest version, from the main menu:
'Help -> Check for updates'
or use this direct URL:
https://sourceforge.net/projects/codeli ... p/download
Eran
Re: Latest build 2.9.0
Posted: Fri Dec 31, 2010 8:39 pm
by josee
Hello Eran,
thanks for the new version.
I installed it on my Ubuntu 10.04 an had first the problem that the debugger tooltip does not show up.
After changing the Debugger settings ( Use CTRL ... turned off) it worked again as expected.
The problem I currently see (if CTRL key is turned on) is that if I place the cursor above a variable and then
press CTRL is does not work, If I move the cursor to another place press CTRL and then move the mouse
over the variable it shows up. CTRL alone does not trigger the tooltip but CTRL + some mouse move over event.
And by the way **** Happy New Year !
Jörg
Re: Latest build 2.9.0
Posted: Mon Jan 03, 2011 12:11 am
by Knaggy
Hello Eran,
thanks for your quick reaction.
I'm glad to say the current release now works for me, too.
You've been right, i looked at stderr and it misses 'libwx_macu-2.8.0.dylib'
The exact output is:
Code: Select all
dyld: Library not loaded: /usr/local/lib/libwx_macu-2.8.0.dylib
Referenced from: /Applications/CodeLite.app/./Contents/SharedSupport/codelite_indexer
Reason: image not found
Felix
Re: Latest build 2.9.0
Posted: Mon Jan 03, 2011 2:16 am
by eranif
Knaggy wrote:I'm glad to say the current release now works for me, too.
Great!
josee wrote:The problem I currently see (if CTRL key is turned on) is that if I place the cursor above a variable and then
press CTRL is does not work, If I move the cursor to another place press CTRL and then move the mouse
over the variable it shows up. CTRL alone does not trigger the tooltip but CTRL + some mouse move over event.
Thanks for reporting this, this is now fixed in trunk version of codelite.
Eran