Page 1 of 1

building CodeLite (here no tooltips nor bookmarks)

Posted: Wed Oct 13, 2010 9:07 pm
by HJarausch
Hi,
I must have done something wrong.

I've built wxWidgets with
./configure --prefix=/kurs/cpp --enable-tooltips --enable-mousewheel \
--enable-toolbar --enable-monolithic --enable-unicode \
--enable-shared --with-regex=builtin \
--enable-graphics_ctx --enable-gui --with-libpng=sys \
--with-libxpm=sys --with-libjpeg=sys --without-gnomevfs


and then CodeLite-SVN

After invoking CodeLite I've checked both
Settings -> Build Settings -> Build Output Appearance -> Compiler errors/warnings shown in text annotations / marked with bookmarks

Still, I get neither of them. Since it works just fine on my Gentoo system, it must have to do with my configuration of wxWidgets.
What am I missing?

Thanks for a hint,
Helmut.

Re: building CodeLite (here no tooltips nor bookmarks)

Posted: Sat Oct 16, 2010 2:05 pm
by HJarausch
SOLVED!

The cause was a non-English LANG setting on these remote machines which I do not administer myself.

Helmut.