balloon help - DESPARATE

CodeLite installation/troubleshooting forum
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

balloon help - DESPARATE

Post by HJarausch »

I'm stuck!

I still try getting balloon help working.
It works on several machines here but not on my students' lab.

I have installed (locally) gtk+-2.20.1 (and friends), wxwidgets (wxpython) 2.8.11
and CodeLite (SVN 2010/20/13).
I've checked that CodeLite is indeed linked to all these new libraries.

I've checked
Settings -> Build Settings -> Build Output Appearance -> Compiler errors/warnings shown in text annotations.
But it simply doesn't work.
It's driving me nuts.

Any help is very much appreciated.
Helmut.

(P.S. I hope Eran is well!)
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: balloon help - DESPARATE (SOLVED)

Post by HJarausch »

I'm embarrassed!
The problem was again (having ask in March) that the machines in the students' lab are set to German language while all machines I administer use English
as language setting. So, as Eran has pointed out in March, I have to replace error by Fehler and warning by Warnung in
Settings -> Build Settings ->g++ ->patterns

Now it works just fine!
Oh dear!
Helmut.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: balloon help - DESPARATE

Post by DavidGH »

Hi Helmut,

Perhaps nobody is responding here because it sounds so much like a wxWidgets issue, not a CodeLite one.

Did you see my follow-up to your wxForum post?

Regards,

David
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: balloon help - DESPARATE

Post by HJarausch »

Yes,
thanks David.

After many tries with newer versions of GTK (and friends) and wxWidgets,
I finally stepped back to the "old" version which is installed on the machines in my students' lab
locally. (Otherwise, all 90 students would access the server for loading any dynamic libraries.)

After fixing the language issue, it works just fine with this "old" version.
I got the clue by finding an answer of Eran to the same question of mine in march.

Helmut.
Post Reply