Page 1 of 1

balloon help - DESPARATE

Posted: Fri Oct 15, 2010 8:13 pm
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!)

Re: balloon help - DESPARATE (SOLVED)

Posted: Sat Oct 16, 2010 2:03 pm
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.

Re: balloon help - DESPARATE

Posted: Sat Oct 16, 2010 2:07 pm
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

Re: balloon help - DESPARATE

Posted: Sat Oct 16, 2010 7:19 pm
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.